Shades of Polo Blue #879BCB
Tints of Polo Blue #879BCB
RGB
CMYK
RGB Variations
Color information
#879BCB (or 0x879BCB) is known color: Polo Blue. HEX triplet: 87, 9B and CB. RGB value is (135,155,203). Sum of RGB (Red+Green+Blue) = 135+155+203=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 155 (60.94% from 255 or 31.44% from 493); Blue value is 203 (79.69% from 255 or 41.18% from 493); Max value from RGB is 203 - color contains mainly: blue. Hex color #879BCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BCB is #786434. Grayscale: #9A9A9A. Windows color (decimal): -7889973 or 13343623. OLE color: 13343623.
HSL color Cylindrical-coordinate representation of color #879BCB: hue angle of 222.35º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #879BCB is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 155 | 203 | - |
| CMYK | 0.33 | 0.24 | 0 | 0.20 |
| HSL | 222.35º | 0.4% | 0.66% | - |
| HSV(B) | 222.35º | 0.33% | 0.8% | - |
| XYZ | 32.49 | 32.91 | 61.14 | - |
| YUV | 154.49 | 155.37 | 114.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 155 | 203 | 0.33 | 0.24 | 0 | 0.20 | 222.35 | 0.4 | 0.66 |
| Hex | 87 | 9B | CB | 21 | 18 | 0 | 14 | DE | 28 | 42 |
| Octal | 207 | 233 | 313 | 41 | 30 | 0 | 24 | 336 | 50 | 102 |
| Binary | 10000111 | 10011011 | 11001011 | 100001 | 11000 | 0 | 10100 | 11011110 | 101000 | 1000010 |
Color Harmonies of #879BCB
Complementary color
Monochromatic Colors of #879BCB
Black with #879BCB
Text Example
Text Example
White with #879BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879BCB; }
p { color: rgb(135,155,203); }
H1.HeaderClassName
{
color: #879BCB;
}
.AnyTagClassName
{
color: #879BCB;
}
</style>
background-color css
<style>
a { background-color: #879BCB; }
a { background-color: rgb(135,155,203); }
div.DivClassName
{
background-color: #879BCB;
}
.BgClassName
{
background-color: #879BCB;
}
</style>
border-color css
<style>
span { border-color: #879BCB; }
span { border-color: rgb(135,155,203); }
td.TdClassName
{
border-color: #879BCB;
}
.TagClassName
{
border-color: #879BCB;
}
</style>