Shades of Polo Blue #86A7C3
Tints of Polo Blue #86A7C3
RGB
CMYK
RGB Variations
Color information
#86A7C3 (or 0x86A7C3) is known color: Polo Blue. HEX triplet: 86, A7 and C3. RGB value is (134,167,195). Sum of RGB (Red+Green+Blue) = 134+167+195=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 195 (76.56% from 255 or 39.31% from 496); Max value from RGB is 195 - color contains mainly: blue. Hex color #86A7C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A7C3 is #79583C. Grayscale: #A0A0A0. Windows color (decimal): -7952445 or 12822406. OLE color: 12822406.
HSL color Cylindrical-coordinate representation of color #86A7C3: hue angle of 207.54º 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 #86A7C3 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 167 | 195 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.24 |
| HSL | 207.54º | 0.34% | 0.65% | - |
| HSV(B) | 207.54º | 0.31% | 0.76% | - |
| XYZ | 33.5 | 36.65 | 56.94 | - |
| YUV | 160.33 | 147.57 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 167 | 195 | 0.31 | 0.14 | 0 | 0.24 | 207.54 | 0.34 | 0.65 |
| Hex | 86 | A7 | C3 | 1F | E | 0 | 18 | D0 | 22 | 41 |
| Octal | 206 | 247 | 303 | 37 | 16 | 0 | 30 | 320 | 42 | 101 |
| Binary | 10000110 | 10100111 | 11000011 | 11111 | 1110 | 0 | 11000 | 11010000 | 100010 | 1000001 |
Color Harmonies of #86A7C3
Complementary color
Monochromatic Colors of #86A7C3
Black with #86A7C3
Text Example
Text Example
White with #86A7C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A7C3; }
p { color: rgb(134,167,195); }
H1.HeaderClassName
{
color: #86A7C3;
}
.AnyTagClassName
{
color: #86A7C3;
}
</style>
background-color css
<style>
a { background-color: #86A7C3; }
a { background-color: rgb(134,167,195); }
div.DivClassName
{
background-color: #86A7C3;
}
.BgClassName
{
background-color: #86A7C3;
}
</style>
border-color css
<style>
span { border-color: #86A7C3; }
span { border-color: rgb(134,167,195); }
td.TdClassName
{
border-color: #86A7C3;
}
.TagClassName
{
border-color: #86A7C3;
}
</style>