Shades of Polo Blue #7F9ECF
Tints of Polo Blue #7F9ECF
RGB
CMYK
RGB Variations
Color information
#7F9ECF (or 0x7F9ECF) is known color: Polo Blue. HEX triplet: 7F, 9E and CF. RGB value is (127,158,207). Sum of RGB (Red+Green+Blue) = 127+158+207=492 (65% of max value = 765). Red value is 127 (50% from 255 or 25.81% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 207 (81.25% from 255 or 42.07% from 492); Max value from RGB is 207 - color contains mainly: blue. Hex color #7F9ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9ECF is #806130. Grayscale: #9A9A9A. Windows color (decimal): -8413489 or 13606527. OLE color: 13606527.
HSL color Cylindrical-coordinate representation of color #7F9ECF: hue angle of 216.75º 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 #7F9ECF is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 158 | 207 | - |
| CMYK | 0.39 | 0.24 | 0 | 0.19 |
| HSL | 216.75º | 0.45% | 0.65% | - |
| HSV(B) | 216.75º | 0.39% | 0.81% | - |
| XYZ | 32.24 | 33.47 | 63.79 | - |
| YUV | 154.32 | 157.73 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 158 | 207 | 0.39 | 0.24 | 0 | 0.19 | 216.75 | 0.45 | 0.65 |
| Hex | 7F | 9E | CF | 27 | 18 | 0 | 13 | D9 | 2D | 41 |
| Octal | 177 | 236 | 317 | 47 | 30 | 0 | 23 | 331 | 55 | 101 |
| Binary | 1111111 | 10011110 | 11001111 | 100111 | 11000 | 0 | 10011 | 11011001 | 101101 | 1000001 |
Color Harmonies of #7F9ECF
Complementary color
Monochromatic Colors of #7F9ECF
Black with #7F9ECF
Text Example
Text Example
White with #7F9ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F9ECF; }
p { color: rgb(127,158,207); }
H1.HeaderClassName
{
color: #7F9ECF;
}
.AnyTagClassName
{
color: #7F9ECF;
}
</style>
background-color css
<style>
a { background-color: #7F9ECF; }
a { background-color: rgb(127,158,207); }
div.DivClassName
{
background-color: #7F9ECF;
}
.BgClassName
{
background-color: #7F9ECF;
}
</style>
border-color css
<style>
span { border-color: #7F9ECF; }
span { border-color: rgb(127,158,207); }
td.TdClassName
{
border-color: #7F9ECF;
}
.TagClassName
{
border-color: #7F9ECF;
}
</style>