Shades of Polo Blue #86A3CB
Tints of Polo Blue #86A3CB
RGB
CMYK
RGB Variations
Color information
#86A3CB (or 0x86A3CB) is known color: Polo Blue. HEX triplet: 86, A3 and CB. RGB value is (134,163,203). Sum of RGB (Red+Green+Blue) = 134+163+203=500 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.8% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 203 - color contains mainly: blue. Hex color #86A3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A3CB is #795C34. Grayscale: #9E9E9E. Windows color (decimal): -7953461 or 13345670. OLE color: 13345670.
HSL color Cylindrical-coordinate representation of color #86A3CB: hue angle of 214.78º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86A3CB is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 163 | 203 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.20 |
| HSL | 214.78º | 0.4% | 0.66% | - |
| HSV(B) | 214.78º | 0.34% | 0.8% | - |
| XYZ | 33.71 | 35.57 | 61.59 | - |
| YUV | 158.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 163 | 203 | 0.34 | 0.20 | 0 | 0.20 | 214.78 | 0.4 | 0.66 |
| Hex | 86 | A3 | CB | 22 | 14 | 0 | 14 | D7 | 28 | 42 |
| Octal | 206 | 243 | 313 | 42 | 24 | 0 | 24 | 327 | 50 | 102 |
| Binary | 10000110 | 10100011 | 11001011 | 100010 | 10100 | 0 | 10100 | 11010111 | 101000 | 1000010 |
Color Harmonies of #86A3CB
Complementary color
Monochromatic Colors of #86A3CB
Black with #86A3CB
Text Example
Text Example
White with #86A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A3CB; }
p { color: rgb(134,163,203); }
H1.HeaderClassName
{
color: #86A3CB;
}
.AnyTagClassName
{
color: #86A3CB;
}
</style>
background-color css
<style>
a { background-color: #86A3CB; }
a { background-color: rgb(134,163,203); }
div.DivClassName
{
background-color: #86A3CB;
}
.BgClassName
{
background-color: #86A3CB;
}
</style>
border-color css
<style>
span { border-color: #86A3CB; }
span { border-color: rgb(134,163,203); }
td.TdClassName
{
border-color: #86A3CB;
}
.TagClassName
{
border-color: #86A3CB;
}
</style>