Shades of Polo Blue #859BC9
Tints of Polo Blue #859BC9
RGB
CMYK
RGB Variations
Color information
#859BC9 (or 0x859BC9) is known color: Polo Blue. HEX triplet: 85, 9B and C9. RGB value is (133,155,201). Sum of RGB (Red+Green+Blue) = 133+155+201=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 155 (60.94% from 255 or 31.70% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #859BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859BC9 is #7A6436. Grayscale: #999999. Windows color (decimal): -8021047 or 13212549. OLE color: 13212549.
HSL color Cylindrical-coordinate representation of color #859BC9: hue angle of 220.59º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #859BC9 is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 155 | 201 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.21 |
| HSL | 220.59º | 0.39% | 0.65% | - |
| HSV(B) | 220.59º | 0.34% | 0.79% | - |
| XYZ | 31.94 | 32.65 | 59.88 | - |
| YUV | 153.67 | 154.71 | 113.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 155 | 201 | 0.34 | 0.23 | 0 | 0.21 | 220.59 | 0.39 | 0.65 |
| Hex | 85 | 9B | C9 | 22 | 17 | 0 | 15 | DD | 27 | 41 |
| Octal | 205 | 233 | 311 | 42 | 27 | 0 | 25 | 335 | 47 | 101 |
| Binary | 10000101 | 10011011 | 11001001 | 100010 | 10111 | 0 | 10101 | 11011101 | 100111 | 1000001 |
Color Harmonies of #859BC9
Complementary color
Monochromatic Colors of #859BC9
Black with #859BC9
Text Example
Text Example
White with #859BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859BC9; }
p { color: rgb(133,155,201); }
H1.HeaderClassName
{
color: #859BC9;
}
.AnyTagClassName
{
color: #859BC9;
}
</style>
background-color css
<style>
a { background-color: #859BC9; }
a { background-color: rgb(133,155,201); }
div.DivClassName
{
background-color: #859BC9;
}
.BgClassName
{
background-color: #859BC9;
}
</style>
border-color css
<style>
span { border-color: #859BC9; }
span { border-color: rgb(133,155,201); }
td.TdClassName
{
border-color: #859BC9;
}
.TagClassName
{
border-color: #859BC9;
}
</style>