Shades of Polo Blue #85A6CA
Tints of Polo Blue #85A6CA
RGB
CMYK
RGB Variations
Color information
#85A6CA (or 0x85A6CA) is known color: Polo Blue. HEX triplet: 85, A6 and CA. RGB value is (133,166,202). Sum of RGB (Red+Green+Blue) = 133+166+202=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #85A6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A6CA is #7A5935. Grayscale: #A0A0A0. Windows color (decimal): -8018230 or 13280901. OLE color: 13280901.
HSL color Cylindrical-coordinate representation of color #85A6CA: hue angle of 211.3º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85A6CA is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 166 | 202 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.21 |
| HSL | 211.3º | 0.39% | 0.66% | - |
| HSV(B) | 211.3º | 0.34% | 0.79% | - |
| XYZ | 33.97 | 36.52 | 61.14 | - |
| YUV | 160.24 | 151.57 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 166 | 202 | 0.34 | 0.18 | 0 | 0.21 | 211.3 | 0.39 | 0.66 |
| Hex | 85 | A6 | CA | 22 | 12 | 0 | 15 | D3 | 27 | 42 |
| Octal | 205 | 246 | 312 | 42 | 22 | 0 | 25 | 323 | 47 | 102 |
| Binary | 10000101 | 10100110 | 11001010 | 100010 | 10010 | 0 | 10101 | 11010011 | 100111 | 1000010 |
Color Harmonies of #85A6CA
Complementary color
Monochromatic Colors of #85A6CA
Black with #85A6CA
Text Example
Text Example
White with #85A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A6CA; }
p { color: rgb(133,166,202); }
H1.HeaderClassName
{
color: #85A6CA;
}
.AnyTagClassName
{
color: #85A6CA;
}
</style>
background-color css
<style>
a { background-color: #85A6CA; }
a { background-color: rgb(133,166,202); }
div.DivClassName
{
background-color: #85A6CA;
}
.BgClassName
{
background-color: #85A6CA;
}
</style>
border-color css
<style>
span { border-color: #85A6CA; }
span { border-color: rgb(133,166,202); }
td.TdClassName
{
border-color: #85A6CA;
}
.TagClassName
{
border-color: #85A6CA;
}
</style>