Shades of Polo Blue #869EC4
Tints of Polo Blue #869EC4
RGB
CMYK
RGB Variations
Color information
#869EC4 (or 0x869EC4) is known color: Polo Blue. HEX triplet: 86, 9E and C4. RGB value is (134,158,196). Sum of RGB (Red+Green+Blue) = 134+158+196=488 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.46% from 488); Green value is 158 (62.11% from 255 or 32.38% from 488); Blue value is 196 (76.95% from 255 or 40.16% from 488); Max value from RGB is 196 - color contains mainly: blue. Hex color #869EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #869EC4 is #79613B. Grayscale: #9A9A9A. Windows color (decimal): -7954748 or 12885638. OLE color: 12885638.
HSL color Cylindrical-coordinate representation of color #869EC4: hue angle of 216.77º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #869EC4 is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 158 | 196 | - |
| CMYK | 0.32 | 0.19 | 0 | 0.23 |
| HSL | 216.77º | 0.34% | 0.65% | - |
| HSV(B) | 216.77º | 0.32% | 0.77% | - |
| XYZ | 32.02 | 33.51 | 57 | - |
| YUV | 155.16 | 151.05 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 158 | 196 | 0.32 | 0.19 | 0 | 0.23 | 216.77 | 0.34 | 0.65 |
| Hex | 86 | 9E | C4 | 20 | 13 | 0 | 17 | D9 | 22 | 41 |
| Octal | 206 | 236 | 304 | 40 | 23 | 0 | 27 | 331 | 42 | 101 |
| Binary | 10000110 | 10011110 | 11000100 | 100000 | 10011 | 0 | 10111 | 11011001 | 100010 | 1000001 |
Color Harmonies of #869EC4
Complementary color
Monochromatic Colors of #869EC4
Black with #869EC4
Text Example
Text Example
White with #869EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #869EC4; }
p { color: rgb(134,158,196); }
H1.HeaderClassName
{
color: #869EC4;
}
.AnyTagClassName
{
color: #869EC4;
}
</style>
background-color css
<style>
a { background-color: #869EC4; }
a { background-color: rgb(134,158,196); }
div.DivClassName
{
background-color: #869EC4;
}
.BgClassName
{
background-color: #869EC4;
}
</style>
border-color css
<style>
span { border-color: #869EC4; }
span { border-color: rgb(134,158,196); }
td.TdClassName
{
border-color: #869EC4;
}
.TagClassName
{
border-color: #869EC4;
}
</style>