Shades of Polo Blue #879EC4
Tints of Polo Blue #879EC4
RGB
CMYK
RGB Variations
Color information
#879EC4 (or 0x879EC4) is known color: Polo Blue. HEX triplet: 87, 9E and C4. RGB value is (135,158,196). Sum of RGB (Red+Green+Blue) = 135+158+196=489 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.61% from 489); Green value is 158 (62.11% from 255 or 32.31% from 489); Blue value is 196 (76.95% from 255 or 40.08% from 489); Max value from RGB is 196 - color contains mainly: blue. Hex color #879EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879EC4 is #78613B. Grayscale: #9B9B9B. Windows color (decimal): -7889212 or 12885639. OLE color: 12885639.
HSL color Cylindrical-coordinate representation of color #879EC4: hue angle of 217.38º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #879EC4 is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 158 | 196 | - |
| CMYK | 0.31 | 0.19 | 0 | 0.23 |
| HSL | 217.38º | 0.34% | 0.65% | - |
| HSV(B) | 217.38º | 0.31% | 0.77% | - |
| XYZ | 32.18 | 33.59 | 57.01 | - |
| YUV | 155.46 | 150.88 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 158 | 196 | 0.31 | 0.19 | 0 | 0.23 | 217.38 | 0.34 | 0.65 |
| Hex | 87 | 9E | C4 | 1F | 13 | 0 | 17 | D9 | 22 | 41 |
| Octal | 207 | 236 | 304 | 37 | 23 | 0 | 27 | 331 | 42 | 101 |
| Binary | 10000111 | 10011110 | 11000100 | 11111 | 10011 | 0 | 10111 | 11011001 | 100010 | 1000001 |
Color Harmonies of #879EC4
Complementary color
Monochromatic Colors of #879EC4
Black with #879EC4
Text Example
Text Example
White with #879EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879EC4; }
p { color: rgb(135,158,196); }
H1.HeaderClassName
{
color: #879EC4;
}
.AnyTagClassName
{
color: #879EC4;
}
</style>
background-color css
<style>
a { background-color: #879EC4; }
a { background-color: rgb(135,158,196); }
div.DivClassName
{
background-color: #879EC4;
}
.BgClassName
{
background-color: #879EC4;
}
</style>
border-color css
<style>
span { border-color: #879EC4; }
span { border-color: rgb(135,158,196); }
td.TdClassName
{
border-color: #879EC4;
}
.TagClassName
{
border-color: #879EC4;
}
</style>