Shades of Polo Blue #7E9ECC
Tints of Polo Blue #7E9ECC
RGB
CMYK
RGB Variations
Color information
#7E9ECC (or 0x7E9ECC) is known color: Polo Blue. HEX triplet: 7E, 9E and CC. RGB value is (126,158,204). Sum of RGB (Red+Green+Blue) = 126+158+204=488 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.82% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 204 (80.08% from 255 or 41.80% from 488); Max value from RGB is 204 - color contains mainly: blue. Hex color #7E9ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9ECC is #816133. Grayscale: #999999. Windows color (decimal): -8479028 or 13409918. OLE color: 13409918.
HSL color Cylindrical-coordinate representation of color #7E9ECC: hue angle of 215.38º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7E9ECC is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 126 | 158 | 204 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.2 |
| HSL | 215.38º | 0.43% | 0.65% | - |
| HSV(B) | 215.38º | 0.38% | 0.8% | - |
| XYZ | 31.73 | 33.25 | 61.87 | - |
| YUV | 153.68 | 156.4 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 158 | 204 | 0.38 | 0.23 | 0 | 0.2 | 215.38 | 0.43 | 0.65 |
| Hex | 7E | 9E | CC | 26 | 17 | 0 | 14 | D7 | 2B | 41 |
| Octal | 176 | 236 | 314 | 46 | 27 | 0 | 24 | 327 | 53 | 101 |
| Binary | 1111110 | 10011110 | 11001100 | 100110 | 10111 | 0 | 10100 | 11010111 | 101011 | 1000001 |
Color Harmonies of #7E9ECC
Complementary color
Monochromatic Colors of #7E9ECC
Black with #7E9ECC
Text Example
Text Example
White with #7E9ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9ECC; }
p { color: rgb(126,158,204); }
H1.HeaderClassName
{
color: #7E9ECC;
}
.AnyTagClassName
{
color: #7E9ECC;
}
</style>
background-color css
<style>
a { background-color: #7E9ECC; }
a { background-color: rgb(126,158,204); }
div.DivClassName
{
background-color: #7E9ECC;
}
.BgClassName
{
background-color: #7E9ECC;
}
</style>
border-color css
<style>
span { border-color: #7E9ECC; }
span { border-color: rgb(126,158,204); }
td.TdClassName
{
border-color: #7E9ECC;
}
.TagClassName
{
border-color: #7E9ECC;
}
</style>