Shades of Polo Blue #87A5D8
Tints of Polo Blue #87A5D8
RGB
CMYK
RGB Variations
Color information
#87A5D8 (or 0x87A5D8) is known color: Polo Blue. HEX triplet: 87, A5 and D8. RGB value is (135,165,216). Sum of RGB (Red+Green+Blue) = 135+165+216=516 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.16% from 516); Green value is 165 (64.84% from 255 or 31.98% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 216 - color contains mainly: blue. Hex color #87A5D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A5D8 is #785A27. Grayscale: #A1A1A1. Windows color (decimal): -7887400 or 14198151. OLE color: 14198151.
HSL color Cylindrical-coordinate representation of color #87A5D8: hue angle of 217.78º degrees, saturation: 0.51, 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 #87A5D8 is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 135 | 165 | 216 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.15 |
| HSL | 217.78º | 0.51% | 0.69% | - |
| HSV(B) | 217.78º | 0.38% | 0.85% | - |
| XYZ | 35.84 | 37.02 | 70.22 | - |
| YUV | 161.84 | 158.56 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 165 | 216 | 0.38 | 0.24 | 0 | 0.15 | 217.78 | 0.51 | 0.69 |
| Hex | 87 | A5 | D8 | 26 | 18 | 0 | F | DA | 33 | 45 |
| Octal | 207 | 245 | 330 | 46 | 30 | 0 | 17 | 332 | 63 | 105 |
| Binary | 10000111 | 10100101 | 11011000 | 100110 | 11000 | 0 | 1111 | 11011010 | 110011 | 1000101 |
Color Harmonies of #87A5D8
Complementary color
Monochromatic Colors of #87A5D8
Black with #87A5D8
Text Example
Text Example
White with #87A5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A5D8; }
p { color: rgb(135,165,216); }
H1.HeaderClassName
{
color: #87A5D8;
}
.AnyTagClassName
{
color: #87A5D8;
}
</style>
background-color css
<style>
a { background-color: #87A5D8; }
a { background-color: rgb(135,165,216); }
div.DivClassName
{
background-color: #87A5D8;
}
.BgClassName
{
background-color: #87A5D8;
}
</style>
border-color css
<style>
span { border-color: #87A5D8; }
span { border-color: rgb(135,165,216); }
td.TdClassName
{
border-color: #87A5D8;
}
.TagClassName
{
border-color: #87A5D8;
}
</style>