Shades of Polo Blue #85A4CA
Tints of Polo Blue #85A4CA
RGB
CMYK
RGB Variations
Color information
#85A4CA (or 0x85A4CA) is known color: Polo Blue. HEX triplet: 85, A4 and CA. RGB value is (133,164,202). Sum of RGB (Red+Green+Blue) = 133+164+202=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 164 (64.45% from 255 or 32.87% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 202 - color contains mainly: blue. Hex color #85A4CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A4CA is #7A5B35. Grayscale: #9E9E9E. Windows color (decimal): -8018742 or 13280389. OLE color: 13280389.
HSL color Cylindrical-coordinate representation of color #85A4CA: hue angle of 213.04º 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 #85A4CA is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 133 | 164 | 202 | - |
| CMYK | 0.34 | 0.19 | 0 | 0.21 |
| HSL | 213.04º | 0.39% | 0.66% | - |
| HSV(B) | 213.04º | 0.34% | 0.79% | - |
| XYZ | 33.61 | 35.8 | 61.02 | - |
| YUV | 159.06 | 152.23 | 109.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 202 | 0.34 | 0.19 | 0 | 0.21 | 213.04 | 0.39 | 0.66 |
| Hex | 85 | A4 | CA | 22 | 13 | 0 | 15 | D5 | 27 | 42 |
| Octal | 205 | 244 | 312 | 42 | 23 | 0 | 25 | 325 | 47 | 102 |
| Binary | 10000101 | 10100100 | 11001010 | 100010 | 10011 | 0 | 10101 | 11010101 | 100111 | 1000010 |
Color Harmonies of #85A4CA
Complementary color
Monochromatic Colors of #85A4CA
Black with #85A4CA
Text Example
Text Example
White with #85A4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A4CA; }
p { color: rgb(133,164,202); }
H1.HeaderClassName
{
color: #85A4CA;
}
.AnyTagClassName
{
color: #85A4CA;
}
</style>
background-color css
<style>
a { background-color: #85A4CA; }
a { background-color: rgb(133,164,202); }
div.DivClassName
{
background-color: #85A4CA;
}
.BgClassName
{
background-color: #85A4CA;
}
</style>
border-color css
<style>
span { border-color: #85A4CA; }
span { border-color: rgb(133,164,202); }
td.TdClassName
{
border-color: #85A4CA;
}
.TagClassName
{
border-color: #85A4CA;
}
</style>