Shades of Polo Blue #85A3C3
Tints of Polo Blue #85A3C3
RGB
CMYK
RGB Variations
Color information
#85A3C3 (or 0x85A3C3) is known color: Polo Blue. HEX triplet: 85, A3 and C3. RGB value is (133,163,195). Sum of RGB (Red+Green+Blue) = 133+163+195=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 195 (76.56% from 255 or 39.71% from 491); Max value from RGB is 195 - color contains mainly: blue. Hex color #85A3C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #85A3C3 is #7A5C3C. Grayscale: #9D9D9D. Windows color (decimal): -8019005 or 12821381. OLE color: 12821381.
HSL color Cylindrical-coordinate representation of color #85A3C3: hue angle of 210.97º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #85A3C3 is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 163 | 195 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.24 |
| HSL | 210.97º | 0.34% | 0.64% | - |
| HSV(B) | 210.97º | 0.32% | 0.76% | - |
| XYZ | 32.62 | 35.12 | 56.69 | - |
| YUV | 157.68 | 149.06 | 110.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 195 | 0.32 | 0.16 | 0 | 0.24 | 210.97 | 0.34 | 0.64 |
| Hex | 85 | A3 | C3 | 20 | 10 | 0 | 18 | D3 | 22 | 40 |
| Octal | 205 | 243 | 303 | 40 | 20 | 0 | 30 | 323 | 42 | 100 |
| Binary | 10000101 | 10100011 | 11000011 | 100000 | 10000 | 0 | 11000 | 11010011 | 100010 | 1000000 |
Color Harmonies of #85A3C3
Complementary color
Monochromatic Colors of #85A3C3
Black with #85A3C3
Text Example
Text Example
White with #85A3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A3C3; }
p { color: rgb(133,163,195); }
H1.HeaderClassName
{
color: #85A3C3;
}
.AnyTagClassName
{
color: #85A3C3;
}
</style>
background-color css
<style>
a { background-color: #85A3C3; }
a { background-color: rgb(133,163,195); }
div.DivClassName
{
background-color: #85A3C3;
}
.BgClassName
{
background-color: #85A3C3;
}
</style>
border-color css
<style>
span { border-color: #85A3C3; }
span { border-color: rgb(133,163,195); }
td.TdClassName
{
border-color: #85A3C3;
}
.TagClassName
{
border-color: #85A3C3;
}
</style>