Shades of Polo Blue #86A3C3
Tints of Polo Blue #86A3C3
RGB
CMYK
RGB Variations
Color information
#86A3C3 (or 0x86A3C3) is known color: Polo Blue. HEX triplet: 86, A3 and C3. RGB value is (134,163,195). Sum of RGB (Red+Green+Blue) = 134+163+195=492 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.24% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 195 - color contains mainly: blue. Hex color #86A3C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A3C3 is #795C3C. Grayscale: #9D9D9D. Windows color (decimal): -7953469 or 12821382. OLE color: 12821382.
HSL color Cylindrical-coordinate representation of color #86A3C3: hue angle of 211.48º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86A3C3 is Cyan = 0.31, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 163 | 195 | - |
| CMYK | 0.31 | 0.16 | 0 | 0.24 |
| HSL | 211.48º | 0.34% | 0.65% | - |
| HSV(B) | 211.48º | 0.31% | 0.76% | - |
| XYZ | 32.78 | 35.2 | 56.7 | - |
| YUV | 157.98 | 148.89 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 163 | 195 | 0.31 | 0.16 | 0 | 0.24 | 211.48 | 0.34 | 0.65 |
| Hex | 86 | A3 | C3 | 1F | 10 | 0 | 18 | D3 | 22 | 41 |
| Octal | 206 | 243 | 303 | 37 | 20 | 0 | 30 | 323 | 42 | 101 |
| Binary | 10000110 | 10100011 | 11000011 | 11111 | 10000 | 0 | 11000 | 11010011 | 100010 | 1000001 |
Color Harmonies of #86A3C3
Complementary color
Monochromatic Colors of #86A3C3
Black with #86A3C3
Text Example
Text Example
White with #86A3C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A3C3; }
p { color: rgb(134,163,195); }
H1.HeaderClassName
{
color: #86A3C3;
}
.AnyTagClassName
{
color: #86A3C3;
}
</style>
background-color css
<style>
a { background-color: #86A3C3; }
a { background-color: rgb(134,163,195); }
div.DivClassName
{
background-color: #86A3C3;
}
.BgClassName
{
background-color: #86A3C3;
}
</style>
border-color css
<style>
span { border-color: #86A3C3; }
span { border-color: rgb(134,163,195); }
td.TdClassName
{
border-color: #86A3C3;
}
.TagClassName
{
border-color: #86A3C3;
}
</style>