Shades of Polo Blue #85A9C7
Tints of Polo Blue #85A9C7
RGB
CMYK
RGB Variations
Color information
#85A9C7 (or 0x85A9C7) is known color: Polo Blue. HEX triplet: 85, A9 and C7. RGB value is (133,169,199). Sum of RGB (Red+Green+Blue) = 133+169+199=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 169 (66.41% from 255 or 33.73% from 501); Blue value is 199 (78.12% from 255 or 39.72% from 501); Max value from RGB is 199 - color contains mainly: blue. Hex color #85A9C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A9C7 is #7A5638. Grayscale: #A1A1A1. Windows color (decimal): -8017465 or 13085061. OLE color: 13085061.
HSL color Cylindrical-coordinate representation of color #85A9C7: hue angle of 207.27º degrees, saturation: 0.37, 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 #85A9C7 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 133 | 169 | 199 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.22 |
| HSL | 207.27º | 0.37% | 0.65% | - |
| HSV(B) | 207.27º | 0.33% | 0.78% | - |
| XYZ | 34.17 | 37.49 | 59.47 | - |
| YUV | 161.66 | 149.07 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 169 | 199 | 0.33 | 0.15 | 0 | 0.22 | 207.27 | 0.37 | 0.65 |
| Hex | 85 | A9 | C7 | 21 | F | 0 | 16 | CF | 25 | 41 |
| Octal | 205 | 251 | 307 | 41 | 17 | 0 | 26 | 317 | 45 | 101 |
| Binary | 10000101 | 10101001 | 11000111 | 100001 | 1111 | 0 | 10110 | 11001111 | 100101 | 1000001 |
Color Harmonies of #85A9C7
Complementary color
Monochromatic Colors of #85A9C7
Black with #85A9C7
Text Example
Text Example
White with #85A9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A9C7; }
p { color: rgb(133,169,199); }
H1.HeaderClassName
{
color: #85A9C7;
}
.AnyTagClassName
{
color: #85A9C7;
}
</style>
background-color css
<style>
a { background-color: #85A9C7; }
a { background-color: rgb(133,169,199); }
div.DivClassName
{
background-color: #85A9C7;
}
.BgClassName
{
background-color: #85A9C7;
}
</style>
border-color css
<style>
span { border-color: #85A9C7; }
span { border-color: rgb(133,169,199); }
td.TdClassName
{
border-color: #85A9C7;
}
.TagClassName
{
border-color: #85A9C7;
}
</style>