Shades of Polo Blue #859ECF
Tints of Polo Blue #859ECF
RGB
CMYK
RGB Variations
Color information
#859ECF (or 0x859ECF) is known color: Polo Blue. HEX triplet: 85, 9E and CF. RGB value is (133,158,207). Sum of RGB (Red+Green+Blue) = 133+158+207=498 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.71% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #859ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ECF is #7A6130. Grayscale: #9B9B9B. Windows color (decimal): -8020273 or 13606533. OLE color: 13606533.
HSL color Cylindrical-coordinate representation of color #859ECF: hue angle of 219.73º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #859ECF is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 158 | 207 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.19 |
| HSL | 219.73º | 0.44% | 0.67% | - |
| HSV(B) | 219.73º | 0.36% | 0.81% | - |
| XYZ | 33.16 | 33.95 | 63.84 | - |
| YUV | 156.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 207 | 0.36 | 0.24 | 0 | 0.19 | 219.73 | 0.44 | 0.67 |
| Hex | 85 | 9E | CF | 24 | 18 | 0 | 13 | DC | 2C | 43 |
| Octal | 205 | 236 | 317 | 44 | 30 | 0 | 23 | 334 | 54 | 103 |
| Binary | 10000101 | 10011110 | 11001111 | 100100 | 11000 | 0 | 10011 | 11011100 | 101100 | 1000011 |
Color Harmonies of #859ECF
Complementary color
Monochromatic Colors of #859ECF
Black with #859ECF
Text Example
Text Example
White with #859ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859ECF; }
p { color: rgb(133,158,207); }
H1.HeaderClassName
{
color: #859ECF;
}
.AnyTagClassName
{
color: #859ECF;
}
</style>
background-color css
<style>
a { background-color: #859ECF; }
a { background-color: rgb(133,158,207); }
div.DivClassName
{
background-color: #859ECF;
}
.BgClassName
{
background-color: #859ECF;
}
</style>
border-color css
<style>
span { border-color: #859ECF; }
span { border-color: rgb(133,158,207); }
td.TdClassName
{
border-color: #859ECF;
}
.TagClassName
{
border-color: #859ECF;
}
</style>