Shades of Polo Blue #879CC5
Tints of Polo Blue #879CC5
RGB
CMYK
RGB Variations
Color information
#879CC5 (or 0x879CC5) is known color: Polo Blue. HEX triplet: 87, 9C and C5. RGB value is (135,156,197). Sum of RGB (Red+Green+Blue) = 135+156+197=488 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.66% from 488); Green value is 156 (61.33% from 255 or 31.97% from 488); Blue value is 197 (77.34% from 255 or 40.37% from 488); Max value from RGB is 197 - color contains mainly: blue. Hex color #879CC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CC5 is #78633A. Grayscale: #9A9A9A. Windows color (decimal): -7889723 or 12950663. OLE color: 12950663.
HSL color Cylindrical-coordinate representation of color #879CC5: hue angle of 219.68º degrees, saturation: 0.35, 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 #879CC5 is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 156 | 197 | - |
| CMYK | 0.31 | 0.21 | 0 | 0.23 |
| HSL | 219.68º | 0.35% | 0.65% | - |
| HSV(B) | 219.68º | 0.31% | 0.77% | - |
| XYZ | 31.96 | 32.96 | 57.5 | - |
| YUV | 154.4 | 152.04 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 156 | 197 | 0.31 | 0.21 | 0 | 0.23 | 219.68 | 0.35 | 0.65 |
| Hex | 87 | 9C | C5 | 1F | 15 | 0 | 17 | DC | 23 | 41 |
| Octal | 207 | 234 | 305 | 37 | 25 | 0 | 27 | 334 | 43 | 101 |
| Binary | 10000111 | 10011100 | 11000101 | 11111 | 10101 | 0 | 10111 | 11011100 | 100011 | 1000001 |
Color Harmonies of #879CC5
Complementary color
Monochromatic Colors of #879CC5
Black with #879CC5
Text Example
Text Example
White with #879CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879CC5; }
p { color: rgb(135,156,197); }
H1.HeaderClassName
{
color: #879CC5;
}
.AnyTagClassName
{
color: #879CC5;
}
</style>
background-color css
<style>
a { background-color: #879CC5; }
a { background-color: rgb(135,156,197); }
div.DivClassName
{
background-color: #879CC5;
}
.BgClassName
{
background-color: #879CC5;
}
</style>
border-color css
<style>
span { border-color: #879CC5; }
span { border-color: rgb(135,156,197); }
td.TdClassName
{
border-color: #879CC5;
}
.TagClassName
{
border-color: #879CC5;
}
</style>