Shades of Polo Blue #7E9ECE
Tints of Polo Blue #7E9ECE
RGB
CMYK
RGB Variations
Color information
#7E9ECE (or 0x7E9ECE) is known color: Polo Blue. HEX triplet: 7E, 9E and CE. RGB value is (126,158,206). Sum of RGB (Red+Green+Blue) = 126+158+206=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 158 (62.11% from 255 or 32.24% from 490); Blue value is 206 (80.86% from 255 or 42.04% from 490); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E9ECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9ECE is #816131. Grayscale: #999999. Windows color (decimal): -8479026 or 13540990. OLE color: 13540990.
HSL color Cylindrical-coordinate representation of color #7E9ECE: hue angle of 216º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E9ECE is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 158 | 206 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.19 |
| HSL | 216º | 0.45% | 0.65% | - |
| HSV(B) | 216º | 0.39% | 0.81% | - |
| XYZ | 31.97 | 33.35 | 63.14 | - |
| YUV | 153.9 | 157.4 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 158 | 206 | 0.39 | 0.23 | 0 | 0.19 | 216 | 0.45 | 0.65 |
| Hex | 7E | 9E | CE | 27 | 17 | 0 | 13 | D8 | 2D | 41 |
| Octal | 176 | 236 | 316 | 47 | 27 | 0 | 23 | 330 | 55 | 101 |
| Binary | 1111110 | 10011110 | 11001110 | 100111 | 10111 | 0 | 10011 | 11011000 | 101101 | 1000001 |
Color Harmonies of #7E9ECE
Complementary color
Monochromatic Colors of #7E9ECE
Black with #7E9ECE
Text Example
Text Example
White with #7E9ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9ECE; }
p { color: rgb(126,158,206); }
H1.HeaderClassName
{
color: #7E9ECE;
}
.AnyTagClassName
{
color: #7E9ECE;
}
</style>
background-color css
<style>
a { background-color: #7E9ECE; }
a { background-color: rgb(126,158,206); }
div.DivClassName
{
background-color: #7E9ECE;
}
.BgClassName
{
background-color: #7E9ECE;
}
</style>
border-color css
<style>
span { border-color: #7E9ECE; }
span { border-color: rgb(126,158,206); }
td.TdClassName
{
border-color: #7E9ECE;
}
.TagClassName
{
border-color: #7E9ECE;
}
</style>