Shades of Polo Blue #7E9FCD
Tints of Polo Blue #7E9FCD
RGB
CMYK
RGB Variations
Color information
#7E9FCD (or 0x7E9FCD) is known color: Polo Blue. HEX triplet: 7E, 9F and CD. RGB value is (126,159,205). Sum of RGB (Red+Green+Blue) = 126+159+205=490 (64% of max value = 765). Red value is 126 (49.61% from 255 or 25.71% from 490); Green value is 159 (62.5% from 255 or 32.45% from 490); Blue value is 205 (80.47% from 255 or 41.84% from 490); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E9FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9FCD is #816032. Grayscale: #9A9A9A. Windows color (decimal): -8478771 or 13475710. OLE color: 13475710.
HSL color Cylindrical-coordinate representation of color #7E9FCD: hue angle of 214.94º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E9FCD is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 159 | 205 | - |
| CMYK | 0.39 | 0.22 | 0 | 0.20 |
| HSL | 214.94º | 0.44% | 0.65% | - |
| HSV(B) | 214.94º | 0.39% | 0.8% | - |
| XYZ | 32.02 | 33.64 | 62.56 | - |
| YUV | 154.38 | 156.57 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 159 | 205 | 0.39 | 0.22 | 0 | 0.20 | 214.94 | 0.44 | 0.65 |
| Hex | 7E | 9F | CD | 27 | 16 | 0 | 14 | D7 | 2C | 41 |
| Octal | 176 | 237 | 315 | 47 | 26 | 0 | 24 | 327 | 54 | 101 |
| Binary | 1111110 | 10011111 | 11001101 | 100111 | 10110 | 0 | 10100 | 11010111 | 101100 | 1000001 |
Color Harmonies of #7E9FCD
Complementary color
Monochromatic Colors of #7E9FCD
Black with #7E9FCD
Text Example
Text Example
White with #7E9FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E9FCD; }
p { color: rgb(126,159,205); }
H1.HeaderClassName
{
color: #7E9FCD;
}
.AnyTagClassName
{
color: #7E9FCD;
}
</style>
background-color css
<style>
a { background-color: #7E9FCD; }
a { background-color: rgb(126,159,205); }
div.DivClassName
{
background-color: #7E9FCD;
}
.BgClassName
{
background-color: #7E9FCD;
}
</style>
border-color css
<style>
span { border-color: #7E9FCD; }
span { border-color: rgb(126,159,205); }
td.TdClassName
{
border-color: #7E9FCD;
}
.TagClassName
{
border-color: #7E9FCD;
}
</style>