HEX: #7D7EBB
RGB: (125,126,187)
Il colore #7D7EBB contiene principalmente il blu. Per il #7D7EBB il colore web safe è #6666CC (#66C).
Il colore 7D7EBB in RGB è definito come 125,126,187
RGB: (125,126,187)
(49%, 49%, 73%)
R 125 da 255 = 49%
G 126 da 255 = 49%
B 187 da 255 = 73%
R + G + B ~ 57%. #7D7EBB colore medio (né scuro né chiaro).
R + G + B = 125 + 126 + 187 = 438 (100%)
R 125 da 438 ~ 28.54%
G 126 da 438 ~ 28.77%
B 187 da 438 ~ 42.69'%
Il colore #7D7EBB in CMYK è definito come 33,33,0,27.
CMYK: (33,33,0,27)
C33M33Y0K27 (33%, 33%, 0%, 27%)
(0.33 / 0.33 / 0.00 / 0.27)
Il #7D7EBB nei modelli di colore popolari.
7D | 7E | BB | |
---|---|---|---|
RGB | 125 | 126 | 187 |
HSL | 239° | 31.31% | 61.18% |
HSB/HSV | 239° | 33.16% | 73.33% |
CMYK | 33.16% | 32.62% | 0.00% |
26.67% |
Il #7D7EBB nei modelli numerici popolari.
Esadicemale | 7D | 7E | BB |
Decimale | 125 | 126 | 187 |
Binario | 1111101 | 1111110 | 10111011 |
Ottale | 175 | 176 | 273 |
Tonalità scure del colore #7D7EBB
Tonalità chiare del colore #7D7EBB
Esempi dei codici css e html per gli elementi di colore #7D7EBB. Utilizzate rgb(125,126,187) anche al posto del codice hex.
.myTextColor { color: #7D7EBB; }
<p style="color:#7D7EBB">This sample text font color is #7D7EBB.</p>
Il colore di questo testo è #7D7EBB.
.myBgColor { background-color: #7D7EBB; }
<div style="background-color:#7D7EBB">Inner text</div>
Questo div ha lo sfondo di colore #7D7EBB.
.myBorderColor { border: 1px solid #7D7EBB; }
<div style="border:3px solid #7D7EBB">Div</div>
Questo div ha i bordi di colore 7D7EBB.
.myOpacity80 { color: #7D7EBB; opacity: 0.8; }
<p style="color:#7D7EBB;opacity:0.8;">80%</p>
Il testo di color #7D7EBB e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7D7EBB;}
<p style="text-shadow: 3px 3px 1px #7D7EBB">Text here.</p>
Questo testo ha l'ombra di colore #7D7EBB.
.textShadow {text-shadow: 3px 3px 1px #7D7EBB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7D7EBB, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7D7EBB e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7D7EBB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7D7EBB, Direction=45, Strength=4)">Text</p>
This text has shadow with #7D7EBB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7D7EBB;
-webkit-box-shadow: 1px 1px 3px 2px #7D7EBB;
box-shadow: 1px 1px 3px 2px #7D7EBB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7D7EBB; -webkit-box-shadow: 1px 1px 3px 2px #7D7EBB; box-shadow:1px 1px 3px 2px #7D7EBB;">
Div content here
</div>
Questo e il testo di colore #7D7EBB sullo sfondo nero.
Questo e il testo di colore #7D7EBB sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7D7EBB.
Questo è un testo bianco sullo sfondo del colore #7D7EBB.
Il colore complimentare del #hex è #828144..