Shades of Polo Blue #879FC2
Tints of Polo Blue #879FC2
RGB
CMYK
RGB Variations
Color information
#879FC2 (or 0x879FC2) is known color: Polo Blue. HEX triplet: 87, 9F and C2. RGB value is (135,159,194). Sum of RGB (Red+Green+Blue) = 135+159+194=488 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.66% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 194 (76.17% from 255 or 39.75% from 488); Max value from RGB is 194 - color contains mainly: blue. Hex color #879FC2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879FC2 is #78603D. Grayscale: #9B9B9B. Windows color (decimal): -7888958 or 12754823. OLE color: 12754823.
HSL color Cylindrical-coordinate representation of color #879FC2: hue angle of 215.59º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #879FC2 is Cyan = 0.30, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 159 | 194 | - |
| CMYK | 0.30 | 0.18 | 0 | 0.24 |
| HSL | 215.59º | 0.33% | 0.65% | - |
| HSV(B) | 215.59º | 0.3% | 0.76% | - |
| XYZ | 32.13 | 33.84 | 55.88 | - |
| YUV | 155.81 | 149.55 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 194 | 0.30 | 0.18 | 0 | 0.24 | 215.59 | 0.33 | 0.65 |
| Hex | 87 | 9F | C2 | 1E | 12 | 0 | 18 | D8 | 21 | 41 |
| Octal | 207 | 237 | 302 | 36 | 22 | 0 | 30 | 330 | 41 | 101 |
| Binary | 10000111 | 10011111 | 11000010 | 11110 | 10010 | 0 | 11000 | 11011000 | 100001 | 1000001 |
Color Harmonies of #879FC2
Complementary color
Monochromatic Colors of #879FC2
Black with #879FC2
Text Example
Text Example
White with #879FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879FC2; }
p { color: rgb(135,159,194); }
H1.HeaderClassName
{
color: #879FC2;
}
.AnyTagClassName
{
color: #879FC2;
}
</style>
background-color css
<style>
a { background-color: #879FC2; }
a { background-color: rgb(135,159,194); }
div.DivClassName
{
background-color: #879FC2;
}
.BgClassName
{
background-color: #879FC2;
}
</style>
border-color css
<style>
span { border-color: #879FC2; }
span { border-color: rgb(135,159,194); }
td.TdClassName
{
border-color: #879FC2;
}
.TagClassName
{
border-color: #879FC2;
}
</style>