Shades of Polo Blue #87A4D9
Tints of Polo Blue #87A4D9
RGB
CMYK
RGB Variations
Color information
#87A4D9 (or 0x87A4D9) is known color: Polo Blue. HEX triplet: 87, A4 and D9. RGB value is (135,164,217). Sum of RGB (Red+Green+Blue) = 135+164+217=516 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.16% from 516); Green value is 164 (64.45% from 255 or 31.78% from 516); Blue value is 217 (85.16% from 255 or 42.05% from 516); Max value from RGB is 217 - color contains mainly: blue. Hex color #87A4D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A4D9 is #785B26. Grayscale: #A1A1A1. Windows color (decimal): -7887655 or 14263431. OLE color: 14263431.
HSL color Cylindrical-coordinate representation of color #87A4D9: hue angle of 218.78º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #87A4D9 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 164 | 217 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.15 |
| HSL | 218.78º | 0.52% | 0.69% | - |
| HSV(B) | 218.78º | 0.38% | 0.85% | - |
| XYZ | 35.79 | 36.71 | 70.85 | - |
| YUV | 161.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 164 | 217 | 0.38 | 0.24 | 0 | 0.15 | 218.78 | 0.52 | 0.69 |
| Hex | 87 | A4 | D9 | 26 | 18 | 0 | F | DB | 34 | 45 |
| Octal | 207 | 244 | 331 | 46 | 30 | 0 | 17 | 333 | 64 | 105 |
| Binary | 10000111 | 10100100 | 11011001 | 100110 | 11000 | 0 | 1111 | 11011011 | 110100 | 1000101 |
Color Harmonies of #87A4D9
Complementary color
Monochromatic Colors of #87A4D9
Black with #87A4D9
Text Example
Text Example
White with #87A4D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A4D9; }
p { color: rgb(135,164,217); }
H1.HeaderClassName
{
color: #87A4D9;
}
.AnyTagClassName
{
color: #87A4D9;
}
</style>
background-color css
<style>
a { background-color: #87A4D9; }
a { background-color: rgb(135,164,217); }
div.DivClassName
{
background-color: #87A4D9;
}
.BgClassName
{
background-color: #87A4D9;
}
</style>
border-color css
<style>
span { border-color: #87A4D9; }
span { border-color: rgb(135,164,217); }
td.TdClassName
{
border-color: #87A4D9;
}
.TagClassName
{
border-color: #87A4D9;
}
</style>