Shades of Polo Blue #86A5C3
Tints of Polo Blue #86A5C3
RGB
CMYK
RGB Variations
Color information
#86A5C3 (or 0x86A5C3) is known color: Polo Blue. HEX triplet: 86, A5 and C3. RGB value is (134,165,195). Sum of RGB (Red+Green+Blue) = 134+165+195=494 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.13% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 195 - color contains mainly: blue. Hex color #86A5C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A5C3 is #795A3C. Grayscale: #9E9E9E. Windows color (decimal): -7952957 or 12821894. OLE color: 12821894.
HSL color Cylindrical-coordinate representation of color #86A5C3: hue angle of 209.51º 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 #86A5C3 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 165 | 195 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.24 |
| HSL | 209.51º | 0.34% | 0.65% | - |
| HSV(B) | 209.51º | 0.31% | 0.76% | - |
| XYZ | 33.14 | 35.92 | 56.82 | - |
| YUV | 159.15 | 148.23 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 165 | 195 | 0.31 | 0.15 | 0 | 0.24 | 209.51 | 0.34 | 0.65 |
| Hex | 86 | A5 | C3 | 1F | F | 0 | 18 | D2 | 22 | 41 |
| Octal | 206 | 245 | 303 | 37 | 17 | 0 | 30 | 322 | 42 | 101 |
| Binary | 10000110 | 10100101 | 11000011 | 11111 | 1111 | 0 | 11000 | 11010010 | 100010 | 1000001 |
Color Harmonies of #86A5C3
Complementary color
Monochromatic Colors of #86A5C3
Black with #86A5C3
Text Example
Text Example
White with #86A5C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A5C3; }
p { color: rgb(134,165,195); }
H1.HeaderClassName
{
color: #86A5C3;
}
.AnyTagClassName
{
color: #86A5C3;
}
</style>
background-color css
<style>
a { background-color: #86A5C3; }
a { background-color: rgb(134,165,195); }
div.DivClassName
{
background-color: #86A5C3;
}
.BgClassName
{
background-color: #86A5C3;
}
</style>
border-color css
<style>
span { border-color: #86A5C3; }
span { border-color: rgb(134,165,195); }
td.TdClassName
{
border-color: #86A5C3;
}
.TagClassName
{
border-color: #86A5C3;
}
</style>