Shades of Polo Blue #87A6CB
Tints of Polo Blue #87A6CB
RGB
CMYK
RGB Variations
Color information
#87A6CB (or 0x87A6CB) is known color: Polo Blue. HEX triplet: 87, A6 and CB. RGB value is (135,166,203). Sum of RGB (Red+Green+Blue) = 135+166+203=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #87A6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A6CB is #785934. Grayscale: #A0A0A0. Windows color (decimal): -7887157 or 13346439. OLE color: 13346439.
HSL color Cylindrical-coordinate representation of color #87A6CB: hue angle of 212.65º 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 #87A6CB is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 166 | 203 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.20 |
| HSL | 212.65º | 0.4% | 0.66% | - |
| HSV(B) | 212.65º | 0.33% | 0.8% | - |
| XYZ | 34.41 | 36.74 | 61.78 | - |
| YUV | 160.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 166 | 203 | 0.33 | 0.18 | 0 | 0.20 | 212.65 | 0.4 | 0.66 |
| Hex | 87 | A6 | CB | 21 | 12 | 0 | 14 | D5 | 28 | 42 |
| Octal | 207 | 246 | 313 | 41 | 22 | 0 | 24 | 325 | 50 | 102 |
| Binary | 10000111 | 10100110 | 11001011 | 100001 | 10010 | 0 | 10100 | 11010101 | 101000 | 1000010 |
Color Harmonies of #87A6CB
Complementary color
Monochromatic Colors of #87A6CB
Black with #87A6CB
Text Example
Text Example
White with #87A6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A6CB; }
p { color: rgb(135,166,203); }
H1.HeaderClassName
{
color: #87A6CB;
}
.AnyTagClassName
{
color: #87A6CB;
}
</style>
background-color css
<style>
a { background-color: #87A6CB; }
a { background-color: rgb(135,166,203); }
div.DivClassName
{
background-color: #87A6CB;
}
.BgClassName
{
background-color: #87A6CB;
}
</style>
border-color css
<style>
span { border-color: #87A6CB; }
span { border-color: rgb(135,166,203); }
td.TdClassName
{
border-color: #87A6CB;
}
.TagClassName
{
border-color: #87A6CB;
}
</style>