Shades of Polo Blue #85A2D1
Tints of Polo Blue #85A2D1
RGB
CMYK
RGB Variations
Color information
#85A2D1 (or 0x85A2D1) is known color: Polo Blue. HEX triplet: 85, A2 and D1. RGB value is (133,162,209). Sum of RGB (Red+Green+Blue) = 133+162+209=504 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.39% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 209 (82.03% from 255 or 41.47% from 504); Max value from RGB is 209 - color contains mainly: blue. Hex color #85A2D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A2D1 is #7A5D2E. Grayscale: #9E9E9E. Windows color (decimal): -8019247 or 13738629. OLE color: 13738629.
HSL color Cylindrical-coordinate representation of color #85A2D1: hue angle of 217.11º degrees, saturation: 0.45, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #85A2D1 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 133 | 162 | 209 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.18 |
| HSL | 217.11º | 0.45% | 0.67% | - |
| HSV(B) | 217.11º | 0.36% | 0.82% | - |
| XYZ | 34.1 | 35.43 | 65.36 | - |
| YUV | 158.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 162 | 209 | 0.36 | 0.22 | 0 | 0.18 | 217.11 | 0.45 | 0.67 |
| Hex | 85 | A2 | D1 | 24 | 16 | 0 | 12 | D9 | 2D | 43 |
| Octal | 205 | 242 | 321 | 44 | 26 | 0 | 22 | 331 | 55 | 103 |
| Binary | 10000101 | 10100010 | 11010001 | 100100 | 10110 | 0 | 10010 | 11011001 | 101101 | 1000011 |
Color Harmonies of #85A2D1
Complementary color
Monochromatic Colors of #85A2D1
Black with #85A2D1
Text Example
Text Example
White with #85A2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A2D1; }
p { color: rgb(133,162,209); }
H1.HeaderClassName
{
color: #85A2D1;
}
.AnyTagClassName
{
color: #85A2D1;
}
</style>
background-color css
<style>
a { background-color: #85A2D1; }
a { background-color: rgb(133,162,209); }
div.DivClassName
{
background-color: #85A2D1;
}
.BgClassName
{
background-color: #85A2D1;
}
</style>
border-color css
<style>
span { border-color: #85A2D1; }
span { border-color: rgb(133,162,209); }
td.TdClassName
{
border-color: #85A2D1;
}
.TagClassName
{
border-color: #85A2D1;
}
</style>