HEX: #7978AB
RGB: (121,120,171)
#7978AB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7978AB ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7978AB wird in RGB als (121,120,171) definiert.
RGB: (121,120,171)
(47%, 47%, 67%)
R 121 von 255 = 47%
G 120 von 255 = 47%
B 171 von 255 = 67%
R + G + B ~ 54%. #7978AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 121 + 120 + 171 = 412 (100%)
R 121 von 412 ~ 29.37%
G 120 von 412 ~ 29.13%
B 171 von 412 ~ 41.5'%
Die Farbe #7978AB wird in CMYK als (29,30,0,33) definiert.
CMYK: (29,30,0,33)
C29M30Y0K33 (29%, 30%, 0%, 33%)
(0.29 / 0.30 / 0.00 / 0.33)
Farbe #7978AB in den populären Farbmodellen.
79 | 78 | AB | |
---|---|---|---|
RGB | 121 | 120 | 171 |
HSL | 241° | 23.29% | 57.06% |
HSB/HSV | 241° | 29.82% | 67.06% |
CMYK | 29.24% | 29.82% | 0.00% |
32.94% |
Die Farbe #7978AB in den populären Zahlensystemen.
Hexadezimal | 79 | 78 | AB |
Dezimal | 121 | 120 | 171 |
Binär | 1111001 | 1111000 | 10101011 |
Oktal | 171 | 170 | 253 |
Dunkle Töne der Farbe #7978AB
Helle Töne der Farbe #7978AB
Beispiele css- und html für Elemente in der Farbe #7978AB. Bitte benutzen Sie auch rgb(121,120,171) statt hex-Code.
.myTextColor { color: #7978AB; }
<p style="color:#7978AB">This sample text font color is #7978AB.</p>
Die Farbe dieses Textes ist #7978AB.
.myBgColor { background-color: #7978AB; }
<div style="background-color:#7978AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7978AB.
.myBorderColor { border: 1px solid #7978AB; }
<div style="border:3px solid #7978AB">Div</div>
Die Grenzen von diesem div sind in Farbe #7978AB.
.myOpacity80 { color: #7978AB; opacity: 0.8; }
<p style="color:#7978AB;opacity:0.8;">80%</p>
Text in Farbe #7978AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7978AB;}
<p style="text-shadow: 3px 3px 1px #7978AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #7978AB.
.textShadow {text-shadow: 3px 3px 1px #7978AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7978AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7978AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7978AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7978AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7978AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7978AB;
-webkit-box-shadow: 1px 1px 3px 2px #7978AB;
box-shadow: 1px 1px 3px 2px #7978AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7978AB; -webkit-box-shadow: 1px 1px 3px 2px #7978AB; box-shadow:1px 1px 3px 2px #7978AB;">
Div content here
</div>
Dieser Text ist in der Farbe #7978AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7978AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7978AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7978AB.
Kontrastfarbe für #hex ist #868754.