HEX: #837BAE
RGB: (131,123,174)
#837BAE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #837BAE ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #837BAE wird in RGB als (131,123,174) definiert.
RGB: (131,123,174)
(51%, 48%, 68%)
R 131 von 255 = 51%
G 123 von 255 = 48%
B 174 von 255 = 68%
R + G + B ~ 56%. #837BAE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 131 + 123 + 174 = 428 (100%)
R 131 von 428 ~ 30.61%
G 123 von 428 ~ 28.74%
B 174 von 428 ~ 40.65'%
Die Farbe #837BAE wird in CMYK als (25,29,0,32) definiert.
CMYK: (25,29,0,32)
C25M29Y0K32 (25%, 29%, 0%, 32%)
(0.25 / 0.29 / 0.00 / 0.32)
Farbe #837BAE in den populären Farbmodellen.
83 | 7B | AE | |
---|---|---|---|
RGB | 131 | 123 | 174 |
HSL | 249° | 23.94% | 58.24% |
HSB/HSV | 249° | 29.31% | 68.24% |
CMYK | 24.71% | 29.31% | 0.00% |
31.76% |
Die Farbe #837BAE in den populären Zahlensystemen.
Hexadezimal | 83 | 7B | AE |
Dezimal | 131 | 123 | 174 |
Binär | 10000011 | 1111011 | 10101110 |
Oktal | 203 | 173 | 256 |
Dunkle Töne der Farbe #837BAE
Helle Töne der Farbe #837BAE
Beispiele css- und html für Elemente in der Farbe #837BAE. Bitte benutzen Sie auch rgb(131,123,174) statt hex-Code.
.myTextColor { color: #837BAE; }
<p style="color:#837BAE">This sample text font color is #837BAE.</p>
Die Farbe dieses Textes ist #837BAE.
.myBgColor { background-color: #837BAE; }
<div style="background-color:#837BAE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #837BAE.
.myBorderColor { border: 1px solid #837BAE; }
<div style="border:3px solid #837BAE">Div</div>
Die Grenzen von diesem div sind in Farbe #837BAE.
.myOpacity80 { color: #837BAE; opacity: 0.8; }
<p style="color:#837BAE;opacity:0.8;">80%</p>
Text in Farbe #837BAE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #837BAE;}
<p style="text-shadow: 3px 3px 1px #837BAE">Text here.</p>
Dieser Text hat den Schatten in Farbe #837BAE.
.textShadow {text-shadow: 3px 3px 1px #837BAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #837BAE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #837BAE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#837BAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#837BAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #837BAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #837BAE;
-webkit-box-shadow: 1px 1px 3px 2px #837BAE;
box-shadow: 1px 1px 3px 2px #837BAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #837BAE; -webkit-box-shadow: 1px 1px 3px 2px #837BAE; box-shadow:1px 1px 3px 2px #837BAE;">
Div content here
</div>
Dieser Text ist in der Farbe #837BAE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #837BAE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #837BAE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #837BAE.
Kontrastfarbe für #hex ist #7C8451.