HEX: #7E7798
RGB: (126,119,152)
#7E7798 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #7E7798 ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7E7798 wird in RGB als (126,119,152) definiert.
RGB: (126,119,152)
(49%, 47%, 60%)
R 126 von 255 = 49%
G 119 von 255 = 47%
B 152 von 255 = 60%
R + G + B ~ 52%. #7E7798 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 126 + 119 + 152 = 397 (100%)
R 126 von 397 ~ 31.74%
G 119 von 397 ~ 29.97%
B 152 von 397 ~ 38.29'%
Die Farbe #7E7798 wird in CMYK als (17,22,0,40) definiert.
CMYK: (17,22,0,40) C17M22Y0K40 (17%,22%,0%,40%) (0.17/0.22/0.00/0.40)
Farbe #7E7798 in den populären Farbmodellen.
7E | 77 | 98 | |
---|---|---|---|
RGB | 126 | 119 | 152 |
HSL | 253° | 13.81% | 53.14% |
HSB/HSV | 253° | 21.71% | 59.61% |
CMYK | 17.11% | 21.71% | 0.00% |
40.39% |
Die Farbe #7E7798 in den populären Zahlensystemen.
Hexadezimal | 7E | 77 | 98 |
Dezimal | 126 | 119 | 152 |
Binär | 1111110 | 1110111 | 10011000 |
Oktal | 176 | 167 | 230 |
Dunkle Töne der Farbe #7E7798
Helle Töne der Farbe #7E7798
Beispiele css- und html für Elemente in der Farbe #7E7798. Bitte benutzen Sie auch rgb(126,119,152) statt hex-Code.
.myTextColor { color: #7E7798; }
<p style="color:#7E7798">This sample text font color is #7E7798.</p>
Die Farbe dieses Textes ist #7E7798.
.myBgColor { background-color: #7E7798; }
<div style="background-color:#7E7798">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E7798.
.myBorderColor { border: 1px solid #7E7798; }
<div style="border:3px solid #7E7798">Div</div>
Die Grenzen von diesem div sind in Farbe #7E7798.
.myOpacity80 { color: #7E7798; opacity: 0.8; }
<p style="color:#7E7798;opacity:0.8;">80%</p>
Text in Farbe #7E7798 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E7798;}
<p style="text-shadow: 3px 3px 1px #7E7798">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E7798.
.textShadow {text-shadow: 3px 3px 1px #7E7798', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E7798, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E7798 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E7798, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E7798, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E7798 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E7798;
-webkit-box-shadow: 1px 1px 3px 2px #7E7798;
box-shadow: 1px 1px 3px 2px #7E7798;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E7798; -webkit-box-shadow: 1px 1px 3px 2px #7E7798; box-shadow:1px 1px 3px 2px #7E7798;">
Div content here
</div>
Dieser Text ist in der Farbe #7E7798 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E7798 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E7798.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E7798.
Kontrastfarbe für #hex ist #818867.