HEX: #7E639F
RGB: (126,99,159)
#7E639F enthält hauptsächlich rote und blaue Farbe. Für #7E639F ist eine «websichere» Webfarbe #666699 (oder kurz #669).
Die Farbe #7E639F wird in RGB als (126,99,159) definiert.
RGB: (126,99,159) (49%,39%,62%)
R 126 von 255 = 49%
G 99 von 255 = 39%
B 159 von 255 = 62%
R + G + B ~ 50%. #7E639F mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
126 + 99 + 159 = 384 (100%)
R 126 von 384 ~ 32.81%
G 99 von 384 ~ 25.78%
B 159 von 384 ~ 41.41%
Die Farbe #7E639F wird in CMYK als (21,38,0,38) definiert.
CMYK: (21,38,0,38) C21M38Y0K38 (21%,38%,0%,38%) (0.21/0.38/0.00/0.38)
7E | 63 | 9F | |
---|---|---|---|
RGB | 126 | 99 | 159 |
HSL | 267° | 23.81% | 50.59% |
HSB/HSV | 267° | 37.74% | 62.35% |
CMYK | 20.75% | 37.74% | 0.00% |
37.65% |
Hexadezimal | 7E | 63 | 9F |
Dezimal | 126 | 99 | 159 |
Binär | 1111110 | 1100011 | 10011111 |
Oktal | 176 | 143 | 237 |
Beispiele css- und html für Elemente in der Farbe #7E639F. Bitte benutzen Sie auch rgb(126,99,159) statt hex-Code.
.myTextColor { color: #7E639F; }
<p style="color:#7E639F">This sample text font color is #7E639F.</p>
Die Farbe dieses Textes ist #7E639F.
.myBgColor { background-color: #7E639F; }
<div style="background-color:#7E639F">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7E639F.
.myBorderColor { border: 1px solid #7E639F; }
<div style="border:3px solid #7E639F">Div</div>
Die Grenzen von diesem div sind in Farbe #7E639F.
.myOpacity80 { color: #7E639F; opacity: 0.8; }
<p style="color:#7E639F;opacity:0.8;">80%</p>
Text in Farbe #7E639F und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E639F;}
<p style="text-shadow: 3px 3px 1px #7E639F">Text here.</p>
Dieser Text hat den Schatten in Farbe #7E639F.
.textShadow {text-shadow: 3px 3px 1px #7E639F, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E639F, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7E639F und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E639F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E639F, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E639F and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E639F; -webkit-box-shadow: 1px 1px 3px 2px #7E639F; box-shadow: 1px 1px 3px 2px #7E639F; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E639F; -webkit-box-shadow: 1px 1px 3px 2px #7E639F; box-shadow:1px 1px 3px 2px #7E639F;">
Div content here</div>
Dieser Text ist in der Farbe #7E639F auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7E639F auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7E639F.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7E639F.