Shades of Polo Blue #859CCC
Tints of Polo Blue #859CCC
RGB
CMYK
RGB Variations
Color information
#859CCC (or 0x859CCC) is known color: Polo Blue. HEX triplet: 85, 9C and CC. RGB value is (133,156,204). Sum of RGB (Red+Green+Blue) = 133+156+204=493 (65% of max value = 765). Red value is 133 (52.34% from 255 or 26.98% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #859CCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859CCC is #7A6333. Grayscale: #9A9A9A. Windows color (decimal): -8020788 or 13409413. OLE color: 13409413.
HSL color Cylindrical-coordinate representation of color #859CCC: hue angle of 220.56º 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 #859CCC is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 133 | 156 | 204 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.2 |
| HSL | 220.56º | 0.41% | 0.66% | - |
| HSV(B) | 220.56º | 0.35% | 0.8% | - |
| XYZ | 32.46 | 33.12 | 61.81 | - |
| YUV | 154.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 156 | 204 | 0.35 | 0.24 | 0 | 0.2 | 220.56 | 0.41 | 0.66 |
| Hex | 85 | 9C | CC | 23 | 18 | 0 | 14 | DD | 29 | 42 |
| Octal | 205 | 234 | 314 | 43 | 30 | 0 | 24 | 335 | 51 | 102 |
| Binary | 10000101 | 10011100 | 11001100 | 100011 | 11000 | 0 | 10100 | 11011101 | 101001 | 1000010 |
Color Harmonies of #859CCC
Complementary color
Monochromatic Colors of #859CCC
Black with #859CCC
Text Example
Text Example
White with #859CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859CCC; }
p { color: rgb(133,156,204); }
H1.HeaderClassName
{
color: #859CCC;
}
.AnyTagClassName
{
color: #859CCC;
}
</style>
background-color css
<style>
a { background-color: #859CCC; }
a { background-color: rgb(133,156,204); }
div.DivClassName
{
background-color: #859CCC;
}
.BgClassName
{
background-color: #859CCC;
}
</style>
border-color css
<style>
span { border-color: #859CCC; }
span { border-color: rgb(133,156,204); }
td.TdClassName
{
border-color: #859CCC;
}
.TagClassName
{
border-color: #859CCC;
}
</style>