HEX: #7B68EE
RGB: (123,104,238)
Die Farbenname ist MediumSlateBlue. #7B68EE enthält hauptsächlich blaue Farbe. Für #7B68EE ist eine «websichere» Webfarbe #6666FF (oder kurz #66F).
Die Farbe #7B68EE wird in RGB als (123,104,238) definiert.
RGB: (123,104,238) (48%,41%,93%)
R 123 von 255 = 48%
G 104 von 255 = 41%
B 238 von 255 = 93%
R + G + B ~ 61%. #7B68EE ziemlich helle Farbe.
R + G + B =
123 + 104 + 238 = 465 (100%)
R 123 von 465 ~ 26.45%
G 104 von 465 ~ 22.37%
B 238 von 465 ~ 51.18%
Die Farbe #7B68EE wird in CMYK als (48,56,0,7) definiert.
CMYK: (48,56,0,7) C48M56Y0K7 (48%,56%,0%,7%) (0.48/0.56/0.00/0.07)
7B | 68 | EE | |
---|---|---|---|
RGB | 123 | 104 | 238 |
HSL | 249° | 79.76% | 67.06% |
HSB/HSV | 249° | 56.30% | 93.33% |
CMYK | 48.32% | 56.30% | 0.00% |
6.67% |
Hexadezimal | 7B | 68 | EE |
Dezimal | 123 | 104 | 238 |
Binär | 1111011 | 1101000 | 11101110 |
Oktal | 173 | 150 | 356 |
Beispiele css- und html für Elemente in der Farbe #7B68EE. Bitte benutzen Sie auch rgb(123,104,238) statt hex-Code.
.myTextColor { color: #7B68EE; }
<p style="color:#7B68EE">This sample text font color is #7B68EE.</p>
Die Farbe dieses Textes ist #7B68EE.
.myBgColor { background-color: #7B68EE; }
<div style="background-color:#7B68EE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #7B68EE.
.myBorderColor { border: 1px solid #7B68EE; }
<div style="border:3px solid #7B68EE">Div</div>
Die Grenzen von diesem div sind in Farbe #7B68EE.
.myOpacity80 { color: #7B68EE; opacity: 0.8; }
<p style="color:#7B68EE;opacity:0.8;">80%</p>
Text in Farbe #7B68EE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7B68EE;}
<p style="text-shadow: 3px 3px 1px #7B68EE">Text here.</p>
Dieser Text hat den Schatten in Farbe #7B68EE.
.textShadow {text-shadow: 3px 3px 1px #7B68EE, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7B68EE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #7B68EE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7B68EE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7B68EE, Direction=45, Strength=4)">Text</p>
This text has shadow with #7B68EE and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7B68EE; -webkit-box-shadow: 1px 1px 3px 2px #7B68EE; box-shadow: 1px 1px 3px 2px #7B68EE; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7B68EE; -webkit-box-shadow: 1px 1px 3px 2px #7B68EE; box-shadow:1px 1px 3px 2px #7B68EE;">
Div content here</div>
Dieser Text ist in der Farbe #7B68EE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #7B68EE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #7B68EE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #7B68EE.