Shades of Polo Blue #859DC6
Tints of Polo Blue #859DC6
RGB
CMYK
RGB Variations
Color information
#859DC6 (or 0x859DC6) is known color: Polo Blue. HEX triplet: 85, 9D and C6. RGB value is (133,157,198). Sum of RGB (Red+Green+Blue) = 133+157+198=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 157 (61.72% from 255 or 32.17% from 488); Blue value is 198 (77.73% from 255 or 40.57% from 488); Max value from RGB is 198 - color contains mainly: blue. Hex color #859DC6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DC6 is #7A6239. Grayscale: #9A9A9A. Windows color (decimal): -8020538 or 13016453. OLE color: 13016453.
HSL color Cylindrical-coordinate representation of color #859DC6: hue angle of 217.85º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #859DC6 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 157 | 198 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.22 |
| HSL | 217.85º | 0.36% | 0.65% | - |
| HSV(B) | 217.85º | 0.33% | 0.78% | - |
| XYZ | 31.92 | 33.18 | 58.15 | - |
| YUV | 154.5 | 152.55 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 157 | 198 | 0.33 | 0.21 | 0 | 0.22 | 217.85 | 0.36 | 0.65 |
| Hex | 85 | 9D | C6 | 21 | 15 | 0 | 16 | DA | 24 | 41 |
| Octal | 205 | 235 | 306 | 41 | 25 | 0 | 26 | 332 | 44 | 101 |
| Binary | 10000101 | 10011101 | 11000110 | 100001 | 10101 | 0 | 10110 | 11011010 | 100100 | 1000001 |
Color Harmonies of #859DC6
Complementary color
Monochromatic Colors of #859DC6
Black with #859DC6
Text Example
Text Example
White with #859DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859DC6; }
p { color: rgb(133,157,198); }
H1.HeaderClassName
{
color: #859DC6;
}
.AnyTagClassName
{
color: #859DC6;
}
</style>
background-color css
<style>
a { background-color: #859DC6; }
a { background-color: rgb(133,157,198); }
div.DivClassName
{
background-color: #859DC6;
}
.BgClassName
{
background-color: #859DC6;
}
</style>
border-color css
<style>
span { border-color: #859DC6; }
span { border-color: rgb(133,157,198); }
td.TdClassName
{
border-color: #859DC6;
}
.TagClassName
{
border-color: #859DC6;
}
</style>