Shades of Polo Blue #859ECC
Tints of Polo Blue #859ECC
RGB
CMYK
RGB Variations
Color information
#859ECC (or 0x859ECC) is known color: Polo Blue. HEX triplet: 85, 9E and CC. RGB value is (133,158,204). Sum of RGB (Red+Green+Blue) = 133+158+204=495 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.87% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #859ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859ECC is #7A6133. Grayscale: #9B9B9B. Windows color (decimal): -8020276 or 13409925. OLE color: 13409925.
HSL color Cylindrical-coordinate representation of color #859ECC: hue angle of 218.87º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #859ECC is Cyan = 0.35, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 158 | 204 | - |
| CMYK | 0.35 | 0.23 | 0 | 0.2 |
| HSL | 218.87º | 0.41% | 0.66% | - |
| HSV(B) | 218.87º | 0.35% | 0.8% | - |
| XYZ | 32.8 | 33.8 | 61.92 | - |
| YUV | 155.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 158 | 204 | 0.35 | 0.23 | 0 | 0.2 | 218.87 | 0.41 | 0.66 |
| Hex | 85 | 9E | CC | 23 | 17 | 0 | 14 | DB | 29 | 42 |
| Octal | 205 | 236 | 314 | 43 | 27 | 0 | 24 | 333 | 51 | 102 |
| Binary | 10000101 | 10011110 | 11001100 | 100011 | 10111 | 0 | 10100 | 11011011 | 101001 | 1000010 |
Color Harmonies of #859ECC
Complementary color
Monochromatic Colors of #859ECC
Black with #859ECC
Text Example
Text Example
White with #859ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859ECC; }
p { color: rgb(133,158,204); }
H1.HeaderClassName
{
color: #859ECC;
}
.AnyTagClassName
{
color: #859ECC;
}
</style>
background-color css
<style>
a { background-color: #859ECC; }
a { background-color: rgb(133,158,204); }
div.DivClassName
{
background-color: #859ECC;
}
.BgClassName
{
background-color: #859ECC;
}
</style>
border-color css
<style>
span { border-color: #859ECC; }
span { border-color: rgb(133,158,204); }
td.TdClassName
{
border-color: #859ECC;
}
.TagClassName
{
border-color: #859ECC;
}
</style>