Shades of Polo Blue #85A3DA
Tints of Polo Blue #85A3DA
RGB
CMYK
RGB Variations
Color information
#85A3DA (or 0x85A3DA) is known color: Polo Blue. HEX triplet: 85, A3 and DA. RGB value is (133,163,218). Sum of RGB (Red+Green+Blue) = 133+163+218=514 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.88% from 514); Green value is 163 (64.06% from 255 or 31.71% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #85A3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A3DA is #7A5C25. Grayscale: #A0A0A0. Windows color (decimal): -8018982 or 14328709. OLE color: 14328709.
HSL color Cylindrical-coordinate representation of color #85A3DA: hue angle of 218.82º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85A3DA is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 163 | 218 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.15 |
| HSL | 218.82º | 0.53% | 0.69% | - |
| HSV(B) | 218.82º | 0.39% | 0.85% | - |
| XYZ | 35.42 | 36.24 | 71.46 | - |
| YUV | 160.3 | 160.56 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 218 | 0.39 | 0.25 | 0 | 0.15 | 218.82 | 0.53 | 0.69 |
| Hex | 85 | A3 | DA | 27 | 19 | 0 | F | DB | 35 | 45 |
| Octal | 205 | 243 | 332 | 47 | 31 | 0 | 17 | 333 | 65 | 105 |
| Binary | 10000101 | 10100011 | 11011010 | 100111 | 11001 | 0 | 1111 | 11011011 | 110101 | 1000101 |
Color Harmonies of #85A3DA
Complementary color
Monochromatic Colors of #85A3DA
Black with #85A3DA
Text Example
Text Example
White with #85A3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A3DA; }
p { color: rgb(133,163,218); }
H1.HeaderClassName
{
color: #85A3DA;
}
.AnyTagClassName
{
color: #85A3DA;
}
</style>
background-color css
<style>
a { background-color: #85A3DA; }
a { background-color: rgb(133,163,218); }
div.DivClassName
{
background-color: #85A3DA;
}
.BgClassName
{
background-color: #85A3DA;
}
</style>
border-color css
<style>
span { border-color: #85A3DA; }
span { border-color: rgb(133,163,218); }
td.TdClassName
{
border-color: #85A3DA;
}
.TagClassName
{
border-color: #85A3DA;
}
</style>