Shades of Polo Blue #85A3D6
Tints of Polo Blue #85A3D6
RGB
CMYK
RGB Variations
Color information
#85A3D6 (or 0x85A3D6) is known color: Polo Blue. HEX triplet: 85, A3 and D6. RGB value is (133,163,214). Sum of RGB (Red+Green+Blue) = 133+163+214=510 (67% of max value = 765). Red value is 133 (52.34% from 255 or 26.08% from 510); Green value is 163 (64.06% from 255 or 31.96% from 510); Blue value is 214 (83.98% from 255 or 41.96% from 510); Max value from RGB is 214 - color contains mainly: blue. Hex color #85A3D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A3D6 is #7A5C29. Grayscale: #9F9F9F. Windows color (decimal): -8018986 or 14066565. OLE color: 14066565.
HSL color Cylindrical-coordinate representation of color #85A3D6: hue angle of 217.78º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85A3D6 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 163 | 214 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.16 |
| HSL | 217.78º | 0.5% | 0.68% | - |
| HSV(B) | 217.78º | 0.38% | 0.84% | - |
| XYZ | 34.91 | 36.04 | 68.73 | - |
| YUV | 159.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 214 | 0.38 | 0.24 | 0 | 0.16 | 217.78 | 0.5 | 0.68 |
| Hex | 85 | A3 | D6 | 26 | 18 | 0 | 10 | DA | 32 | 44 |
| Octal | 205 | 243 | 326 | 46 | 30 | 0 | 20 | 332 | 62 | 104 |
| Binary | 10000101 | 10100011 | 11010110 | 100110 | 11000 | 0 | 10000 | 11011010 | 110010 | 1000100 |
Color Harmonies of #85A3D6
Complementary color
Monochromatic Colors of #85A3D6
Black with #85A3D6
Text Example
Text Example
White with #85A3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A3D6; }
p { color: rgb(133,163,214); }
H1.HeaderClassName
{
color: #85A3D6;
}
.AnyTagClassName
{
color: #85A3D6;
}
</style>
background-color css
<style>
a { background-color: #85A3D6; }
a { background-color: rgb(133,163,214); }
div.DivClassName
{
background-color: #85A3D6;
}
.BgClassName
{
background-color: #85A3D6;
}
</style>
border-color css
<style>
span { border-color: #85A3D6; }
span { border-color: rgb(133,163,214); }
td.TdClassName
{
border-color: #85A3D6;
}
.TagClassName
{
border-color: #85A3D6;
}
</style>