Shades of Polo Blue #87A6DB
Tints of Polo Blue #87A6DB
RGB
CMYK
RGB Variations
Color information
#87A6DB (or 0x87A6DB) is known color: Polo Blue. HEX triplet: 87, A6 and DB. RGB value is (135,166,219). Sum of RGB (Red+Green+Blue) = 135+166+219=520 (68% of max value = 765). Red value is 135 (53.12% from 255 or 25.96% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #87A6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A6DB is #785924. Grayscale: #A2A2A2. Windows color (decimal): -7887141 or 14395015. OLE color: 14395015.
HSL color Cylindrical-coordinate representation of color #87A6DB: hue angle of 217.86º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87A6DB is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 166 | 219 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.14 |
| HSL | 217.86º | 0.54% | 0.69% | - |
| HSV(B) | 217.86º | 0.38% | 0.86% | - |
| XYZ | 36.41 | 37.54 | 72.34 | - |
| YUV | 162.77 | 159.73 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 166 | 219 | 0.38 | 0.24 | 0 | 0.14 | 217.86 | 0.54 | 0.69 |
| Hex | 87 | A6 | DB | 26 | 18 | 0 | E | DA | 36 | 45 |
| Octal | 207 | 246 | 333 | 46 | 30 | 0 | 16 | 332 | 66 | 105 |
| Binary | 10000111 | 10100110 | 11011011 | 100110 | 11000 | 0 | 1110 | 11011010 | 110110 | 1000101 |
Color Harmonies of #87A6DB
Complementary color
Monochromatic Colors of #87A6DB
Black with #87A6DB
Text Example
Text Example
White with #87A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A6DB; }
p { color: rgb(135,166,219); }
H1.HeaderClassName
{
color: #87A6DB;
}
.AnyTagClassName
{
color: #87A6DB;
}
</style>
background-color css
<style>
a { background-color: #87A6DB; }
a { background-color: rgb(135,166,219); }
div.DivClassName
{
background-color: #87A6DB;
}
.BgClassName
{
background-color: #87A6DB;
}
</style>
border-color css
<style>
span { border-color: #87A6DB; }
span { border-color: rgb(135,166,219); }
td.TdClassName
{
border-color: #87A6DB;
}
.TagClassName
{
border-color: #87A6DB;
}
</style>