Shades of Polo Blue #87A3CB
Tints of Polo Blue #87A3CB
RGB
CMYK
RGB Variations
Color information
#87A3CB (or 0x87A3CB) is known color: Polo Blue. HEX triplet: 87, A3 and CB. RGB value is (135,163,203). Sum of RGB (Red+Green+Blue) = 135+163+203=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 203 - color contains mainly: blue. Hex color #87A3CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A3CB is #785C34. Grayscale: #9F9F9F. Windows color (decimal): -7887925 or 13345671. OLE color: 13345671.
HSL color Cylindrical-coordinate representation of color #87A3CB: hue angle of 215.29º 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 #87A3CB is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 163 | 203 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.20 |
| HSL | 215.29º | 0.4% | 0.66% | - |
| HSV(B) | 215.29º | 0.33% | 0.8% | - |
| XYZ | 33.87 | 35.66 | 61.6 | - |
| YUV | 159.19 | 152.72 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 163 | 203 | 0.33 | 0.20 | 0 | 0.20 | 215.29 | 0.4 | 0.66 |
| Hex | 87 | A3 | CB | 21 | 14 | 0 | 14 | D7 | 28 | 42 |
| Octal | 207 | 243 | 313 | 41 | 24 | 0 | 24 | 327 | 50 | 102 |
| Binary | 10000111 | 10100011 | 11001011 | 100001 | 10100 | 0 | 10100 | 11010111 | 101000 | 1000010 |
Color Harmonies of #87A3CB
Complementary color
Monochromatic Colors of #87A3CB
Black with #87A3CB
Text Example
Text Example
White with #87A3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A3CB; }
p { color: rgb(135,163,203); }
H1.HeaderClassName
{
color: #87A3CB;
}
.AnyTagClassName
{
color: #87A3CB;
}
</style>
background-color css
<style>
a { background-color: #87A3CB; }
a { background-color: rgb(135,163,203); }
div.DivClassName
{
background-color: #87A3CB;
}
.BgClassName
{
background-color: #87A3CB;
}
</style>
border-color css
<style>
span { border-color: #87A3CB; }
span { border-color: rgb(135,163,203); }
td.TdClassName
{
border-color: #87A3CB;
}
.TagClassName
{
border-color: #87A3CB;
}
</style>