Shades of Polo Blue #869ECC
Tints of Polo Blue #869ECC
RGB
CMYK
RGB Variations
Color information
#869ECC (or 0x869ECC) is known color: Polo Blue. HEX triplet: 86, 9E and CC. RGB value is (134,158,204). Sum of RGB (Red+Green+Blue) = 134+158+204=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #869ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869ECC is #796133. Grayscale: #9B9B9B. Windows color (decimal): -7954740 or 13409926. OLE color: 13409926.
HSL color Cylindrical-coordinate representation of color #869ECC: hue angle of 219.43º degrees, saturation: 0.41, 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 #869ECC is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 158 | 204 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.2 |
| HSL | 219.43º | 0.41% | 0.66% | - |
| HSV(B) | 219.43º | 0.34% | 0.8% | - |
| XYZ | 32.96 | 33.88 | 61.93 | - |
| YUV | 156.07 | 155.05 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 158 | 204 | 0.34 | 0.23 | 0 | 0.2 | 219.43 | 0.41 | 0.66 |
| Hex | 86 | 9E | CC | 22 | 17 | 0 | 14 | DB | 29 | 42 |
| Octal | 206 | 236 | 314 | 42 | 27 | 0 | 24 | 333 | 51 | 102 |
| Binary | 10000110 | 10011110 | 11001100 | 100010 | 10111 | 0 | 10100 | 11011011 | 101001 | 1000010 |
Color Harmonies of #869ECC
Complementary color
Monochromatic Colors of #869ECC
Black with #869ECC
Text Example
Text Example
White with #869ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869ECC; }
p { color: rgb(134,158,204); }
H1.HeaderClassName
{
color: #869ECC;
}
.AnyTagClassName
{
color: #869ECC;
}
</style>
background-color css
<style>
a { background-color: #869ECC; }
a { background-color: rgb(134,158,204); }
div.DivClassName
{
background-color: #869ECC;
}
.BgClassName
{
background-color: #869ECC;
}
</style>
border-color css
<style>
span { border-color: #869ECC; }
span { border-color: rgb(134,158,204); }
td.TdClassName
{
border-color: #869ECC;
}
.TagClassName
{
border-color: #869ECC;
}
</style>