Shades of Polo Blue #7E9FCE
Tints of Polo Blue #7E9FCE
RGB
CMYK
RGB Variations
Color information
#7E9FCE (or 0x7E9FCE) is known color: Polo Blue. HEX triplet: 7E, 9F and CE. RGB value is (126,159,206). Sum of RGB (Red+Green+Blue) = 126+159+206=491 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.66% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 206 (80.86% from 255 or 41.96% from 491); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E9FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9FCE is #816031. Grayscale: #9A9A9A. Windows color (decimal): -8478770 or 13541246. OLE color: 13541246.
HSL color Cylindrical-coordinate representation of color #7E9FCE: hue angle of 215.25º 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 #7E9FCE is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 126 | 159 | 206 | - |
| CMYK | 0.39 | 0.23 | 0 | 0.19 |
| HSL | 215.25º | 0.45% | 0.65% | - |
| HSV(B) | 215.25º | 0.39% | 0.81% | - |
| XYZ | 32.14 | 33.69 | 63.2 | - |
| YUV | 154.49 | 157.07 | 107.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 159 | 206 | 0.39 | 0.23 | 0 | 0.19 | 215.25 | 0.45 | 0.65 |
| Hex | 7E | 9F | CE | 27 | 17 | 0 | 13 | D7 | 2D | 41 |
| Octal | 176 | 237 | 316 | 47 | 27 | 0 | 23 | 327 | 55 | 101 |
| Binary | 1111110 | 10011111 | 11001110 | 100111 | 10111 | 0 | 10011 | 11010111 | 101101 | 1000001 |
Color Harmonies of #7E9FCE
Complementary color
Monochromatic Colors of #7E9FCE
Black with #7E9FCE
Text Example
Text Example
White with #7E9FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9FCE; }
p { color: rgb(126,159,206); }
H1.HeaderClassName
{
color: #7E9FCE;
}
.AnyTagClassName
{
color: #7E9FCE;
}
</style>
background-color css
<style>
a { background-color: #7E9FCE; }
a { background-color: rgb(126,159,206); }
div.DivClassName
{
background-color: #7E9FCE;
}
.BgClassName
{
background-color: #7E9FCE;
}
</style>
border-color css
<style>
span { border-color: #7E9FCE; }
span { border-color: rgb(126,159,206); }
td.TdClassName
{
border-color: #7E9FCE;
}
.TagClassName
{
border-color: #7E9FCE;
}
</style>