Shades of Polo Blue #86A3CF
Tints of Polo Blue #86A3CF
RGB
CMYK
RGB Variations
Color information
#86A3CF (or 0x86A3CF) is known color: Polo Blue. HEX triplet: 86, A3 and CF. RGB value is (134,163,207). Sum of RGB (Red+Green+Blue) = 134+163+207=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 163 (64.06% from 255 or 32.34% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #86A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A3CF is #795C30. Grayscale: #9F9F9F. Windows color (decimal): -7953457 or 13607814. OLE color: 13607814.
HSL color Cylindrical-coordinate representation of color #86A3CF: hue angle of 216.16º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86A3CF is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 163 | 207 | - |
| CMYK | 0.35 | 0.21 | 0 | 0.19 |
| HSL | 216.16º | 0.43% | 0.67% | - |
| HSV(B) | 216.16º | 0.35% | 0.81% | - |
| XYZ | 34.19 | 35.77 | 64.13 | - |
| YUV | 159.35 | 154.89 | 109.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 163 | 207 | 0.35 | 0.21 | 0 | 0.19 | 216.16 | 0.43 | 0.67 |
| Hex | 86 | A3 | CF | 23 | 15 | 0 | 13 | D8 | 2B | 43 |
| Octal | 206 | 243 | 317 | 43 | 25 | 0 | 23 | 330 | 53 | 103 |
| Binary | 10000110 | 10100011 | 11001111 | 100011 | 10101 | 0 | 10011 | 11011000 | 101011 | 1000011 |
Color Harmonies of #86A3CF
Complementary color
Monochromatic Colors of #86A3CF
Black with #86A3CF
Text Example
Text Example
White with #86A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A3CF; }
p { color: rgb(134,163,207); }
H1.HeaderClassName
{
color: #86A3CF;
}
.AnyTagClassName
{
color: #86A3CF;
}
</style>
background-color css
<style>
a { background-color: #86A3CF; }
a { background-color: rgb(134,163,207); }
div.DivClassName
{
background-color: #86A3CF;
}
.BgClassName
{
background-color: #86A3CF;
}
</style>
border-color css
<style>
span { border-color: #86A3CF; }
span { border-color: rgb(134,163,207); }
td.TdClassName
{
border-color: #86A3CF;
}
.TagClassName
{
border-color: #86A3CF;
}
</style>