HEX: #7E819D
RGB: (126,129,157)
Il colore #7E819D contiene il rosso, il verde e il blu in proporzioni più o meno uguali. Per il #7E819D il colore web safe è #669999 (#699).
Il colore 7E819D in RGB è definito come 126,129,157
RGB: (126,129,157) (49%,51%,62%)
R 126 da 255 = 49%
G 129 da 255 = 51%
B 157 da 255 = 62%
R + G + B ~ 54%. #7E819D colore medio (né scuro né chiaro).
R + G + B =
126 + 129 + 157 = 412 (100%)
R 126 da 412 ~ 30.58%
G 129 da 412 ~ 31.31%
B 157 da 412 ~ 38.11%
Il colore #7E819D in CMYK è definito come 20,18,0,38.
CMYK: (20,18,0,38) C20M18Y0K38 (20%,18%,0%,38%) (0.20/0.18/0.00/0.38)
7E | 81 | 9D | |
---|---|---|---|
RGB | 126 | 129 | 157 |
HSL | 234° | 13.66% | 55.49% |
HSB/HSV | 234° | 19.75% | 61.57% |
CMYK | 19.75% | 17.83% | 0.00% |
38.43% |
Esadicemale | 7E | 81 | 9D |
Decimale | 126 | 129 | 157 |
Binario | 1111110 | 10000001 | 10011101 |
Ottale | 176 | 201 | 235 |
Esempi dei codici css e html per gli elementi di colore #7E819D. Utilizzate rgb(126,129,157) anche al posto del codice hex.
.myTextColor { color: #7E819D; }
<p style="color:#7E819D">This sample text font color is #7E819D.</p>
Il colore di questo testo è #7E819D.
.myBgColor { background-color: #7E819D; }
<div style="background-color:#7E819D">Inner text</div>
Questo div ha lo sfondo di colore #7E819D.
.myBorderColor { border: 1px solid #7E819D; }
<div style="border:3px solid #7E819D">Div</div>
Questo div ha i bordi di colore 7E819D.
.myOpacity80 { color: #7E819D; opacity: 0.8; }
<p style="color:#7E819D;opacity:0.8;">80%</p>
Il testo di color #7E819D e trasparenza 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E819D;}
<p style="text-shadow: 3px 3px 1px #7E819D">Text here.</p>
Questo testo ha l'ombra di colore #7E819D.
.textShadow {text-shadow: 3px 3px 1px #7E819D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E819D, 5px 5px 20px red">Text here.</p>
Questo testo ha l'ombra del colore principale #7E819D e del colore secondario rosso.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E819D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E819D, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E819D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7E819D; -webkit-box-shadow: 1px 1px 3px 2px #7E819D; box-shadow: 1px 1px 3px 2px #7E819D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #7E819D; -webkit-box-shadow: 1px 1px 3px 2px #7E819D; box-shadow:1px 1px 3px 2px #7E819D;">
Div content here</div>
Questo e il testo di colore #7E819D sullo sfondo nero.
Questo e il testo di colore #7E819D sullo sfondo bianco.
Questo è un testo nero sullo sfondo del colore #7E819D.
Questo è un testo bianco sullo sfondo del colore #7E819D.