Shades of Polo Blue #87A7CB
Tints of Polo Blue #87A7CB
RGB
CMYK
RGB Variations
Color information
#87A7CB (or 0x87A7CB) is known color: Polo Blue. HEX triplet: 87, A7 and CB. RGB value is (135,167,203). Sum of RGB (Red+Green+Blue) = 135+167+203=505 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.73% from 505); Green value is 167 (65.62% from 255 or 33.07% from 505); Blue value is 203 (79.69% from 255 or 40.20% from 505); Max value from RGB is 203 - color contains mainly: blue. Hex color #87A7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A7CB is #785834. Grayscale: #A1A1A1. Windows color (decimal): -7886901 or 13346695. OLE color: 13346695.
HSL color Cylindrical-coordinate representation of color #87A7CB: hue angle of 211.76º 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 #87A7CB is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 167 | 203 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.20 |
| HSL | 211.76º | 0.4% | 0.66% | - |
| HSV(B) | 211.76º | 0.33% | 0.8% | - |
| XYZ | 34.59 | 37.1 | 61.84 | - |
| YUV | 161.54 | 151.4 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 167 | 203 | 0.33 | 0.18 | 0 | 0.20 | 211.76 | 0.4 | 0.66 |
| Hex | 87 | A7 | CB | 21 | 12 | 0 | 14 | D4 | 28 | 42 |
| Octal | 207 | 247 | 313 | 41 | 22 | 0 | 24 | 324 | 50 | 102 |
| Binary | 10000111 | 10100111 | 11001011 | 100001 | 10010 | 0 | 10100 | 11010100 | 101000 | 1000010 |
Color Harmonies of #87A7CB
Complementary color
Monochromatic Colors of #87A7CB
Black with #87A7CB
Text Example
Text Example
White with #87A7CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A7CB; }
p { color: rgb(135,167,203); }
H1.HeaderClassName
{
color: #87A7CB;
}
.AnyTagClassName
{
color: #87A7CB;
}
</style>
background-color css
<style>
a { background-color: #87A7CB; }
a { background-color: rgb(135,167,203); }
div.DivClassName
{
background-color: #87A7CB;
}
.BgClassName
{
background-color: #87A7CB;
}
</style>
border-color css
<style>
span { border-color: #87A7CB; }
span { border-color: rgb(135,167,203); }
td.TdClassName
{
border-color: #87A7CB;
}
.TagClassName
{
border-color: #87A7CB;
}
</style>