Shades of Polo Blue #85A1CD
Tints of Polo Blue #85A1CD
RGB
CMYK
RGB Variations
Color information
#85A1CD (or 0x85A1CD) is known color: Polo Blue. HEX triplet: 85, A1 and CD. RGB value is (133,161,205). Sum of RGB (Red+Green+Blue) = 133+161+205=499 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.65% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 205 (80.47% from 255 or 41.08% from 499); Max value from RGB is 205 - color contains mainly: blue. Hex color #85A1CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A1CD is #7A5E32. Grayscale: #9D9D9D. Windows color (decimal): -8019507 or 13476229. OLE color: 13476229.
HSL color Cylindrical-coordinate representation of color #85A1CD: hue angle of 216.67º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85A1CD is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 161 | 205 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.20 |
| HSL | 216.67º | 0.42% | 0.66% | - |
| HSV(B) | 216.67º | 0.35% | 0.8% | - |
| XYZ | 33.44 | 34.88 | 62.73 | - |
| YUV | 157.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 161 | 205 | 0.35 | 0.21 | 0 | 0.20 | 216.67 | 0.42 | 0.66 |
| Hex | 85 | A1 | CD | 23 | 15 | 0 | 14 | D9 | 2A | 42 |
| Octal | 205 | 241 | 315 | 43 | 25 | 0 | 24 | 331 | 52 | 102 |
| Binary | 10000101 | 10100001 | 11001101 | 100011 | 10101 | 0 | 10100 | 11011001 | 101010 | 1000010 |
Color Harmonies of #85A1CD
Complementary color
Monochromatic Colors of #85A1CD
Black with #85A1CD
Text Example
Text Example
White with #85A1CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A1CD; }
p { color: rgb(133,161,205); }
H1.HeaderClassName
{
color: #85A1CD;
}
.AnyTagClassName
{
color: #85A1CD;
}
</style>
background-color css
<style>
a { background-color: #85A1CD; }
a { background-color: rgb(133,161,205); }
div.DivClassName
{
background-color: #85A1CD;
}
.BgClassName
{
background-color: #85A1CD;
}
</style>
border-color css
<style>
span { border-color: #85A1CD; }
span { border-color: rgb(133,161,205); }
td.TdClassName
{
border-color: #85A1CD;
}
.TagClassName
{
border-color: #85A1CD;
}
</style>