Shades of Polo Blue #85A2CE
Tints of Polo Blue #85A2CE
RGB
CMYK
RGB Variations
Color information
#85A2CE (or 0x85A2CE) is known color: Polo Blue. HEX triplet: 85, A2 and CE. RGB value is (133,162,206). Sum of RGB (Red+Green+Blue) = 133+162+206=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 162 (63.67% from 255 or 32.34% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 206 - color contains mainly: blue. Hex color #85A2CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A2CE is #7A5D31. Grayscale: #9E9E9E. Windows color (decimal): -8019250 or 13542021. OLE color: 13542021.
HSL color Cylindrical-coordinate representation of color #85A2CE: hue angle of 216.16º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85A2CE is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 162 | 206 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.19 |
| HSL | 216.16º | 0.43% | 0.66% | - |
| HSV(B) | 216.16º | 0.35% | 0.81% | - |
| XYZ | 33.73 | 35.28 | 63.42 | - |
| YUV | 158.35 | 154.89 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 206 | 0.35 | 0.21 | 0 | 0.19 | 216.16 | 0.43 | 0.66 |
| Hex | 85 | A2 | CE | 23 | 15 | 0 | 13 | D8 | 2B | 42 |
| Octal | 205 | 242 | 316 | 43 | 25 | 0 | 23 | 330 | 53 | 102 |
| Binary | 10000101 | 10100010 | 11001110 | 100011 | 10101 | 0 | 10011 | 11011000 | 101011 | 1000010 |
Color Harmonies of #85A2CE
Complementary color
Monochromatic Colors of #85A2CE
Black with #85A2CE
Text Example
Text Example
White with #85A2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A2CE; }
p { color: rgb(133,162,206); }
H1.HeaderClassName
{
color: #85A2CE;
}
.AnyTagClassName
{
color: #85A2CE;
}
</style>
background-color css
<style>
a { background-color: #85A2CE; }
a { background-color: rgb(133,162,206); }
div.DivClassName
{
background-color: #85A2CE;
}
.BgClassName
{
background-color: #85A2CE;
}
</style>
border-color css
<style>
span { border-color: #85A2CE; }
span { border-color: rgb(133,162,206); }
td.TdClassName
{
border-color: #85A2CE;
}
.TagClassName
{
border-color: #85A2CE;
}
</style>