HEX: #9B7EBB
RGB: (155,126,187)
#9B7EBB enthält hauptsächlich rote und blaue Farbe. Für #9B7EBB ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #9B7EBB wird in RGB als (155,126,187) definiert.
RGB: (155,126,187)
(61%, 49%, 73%)
R 155 von 255 = 61%
G 126 von 255 = 49%
B 187 von 255 = 73%
R + G + B ~ 61%. #9B7EBB ziemlich helle Farbe.
R + G + B = 155 + 126 + 187 = 468 (100%)
R 155 von 468 ~ 33.12%
G 126 von 468 ~ 26.92%
B 187 von 468 ~ 39.96'%
Die Farbe #9B7EBB wird in CMYK als (17,33,0,27) definiert.
CMYK: (17,33,0,27)
C17M33Y0K27 (17%, 33%, 0%, 27%)
(0.17 / 0.33 / 0.00 / 0.27)
Farbe #9B7EBB in den populären Farbmodellen.
9B | 7E | BB | |
---|---|---|---|
RGB | 155 | 126 | 187 |
HSL | 269° | 30.96% | 61.37% |
HSB/HSV | 269° | 32.62% | 73.33% |
CMYK | 17.11% | 32.62% | 0.00% |
26.67% |
Die Farbe #9B7EBB in den populären Zahlensystemen.
Hexadezimal | 9B | 7E | BB |
Dezimal | 155 | 126 | 187 |
Binär | 10011011 | 1111110 | 10111011 |
Oktal | 233 | 176 | 273 |
Dunkle Töne der Farbe #9B7EBB
Helle Töne der Farbe #9B7EBB
Beispiele css- und html für Elemente in der Farbe #9B7EBB. Bitte benutzen Sie auch rgb(155,126,187) statt hex-Code.
.myTextColor { color: #9B7EBB; }
<p style="color:#9B7EBB">This sample text font color is #9B7EBB.</p>
Die Farbe dieses Textes ist #9B7EBB.
.myBgColor { background-color: #9B7EBB; }
<div style="background-color:#9B7EBB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B7EBB.
.myBorderColor { border: 1px solid #9B7EBB; }
<div style="border:3px solid #9B7EBB">Div</div>
Die Grenzen von diesem div sind in Farbe #9B7EBB.
.myOpacity80 { color: #9B7EBB; opacity: 0.8; }
<p style="color:#9B7EBB;opacity:0.8;">80%</p>
Text in Farbe #9B7EBB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B7EBB;}
<p style="text-shadow: 3px 3px 1px #9B7EBB">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B7EBB.
.textShadow {text-shadow: 3px 3px 1px #9B7EBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B7EBB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B7EBB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B7EBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B7EBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B7EBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9B7EBB;
-webkit-box-shadow: 1px 1px 3px 2px #9B7EBB;
box-shadow: 1px 1px 3px 2px #9B7EBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B7EBB; -webkit-box-shadow: 1px 1px 3px 2px #9B7EBB; box-shadow:1px 1px 3px 2px #9B7EBB;">
Div content here
</div>
Dieser Text ist in der Farbe #9B7EBB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B7EBB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B7EBB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B7EBB.
Kontrastfarbe für #hex ist #648144.