Shades of Polo Blue #87A4D2
Tints of Polo Blue #87A4D2
RGB
CMYK
RGB Variations
Color information
#87A4D2 (or 0x87A4D2) is known color: Polo Blue. HEX triplet: 87, A4 and D2. RGB value is (135,164,210). Sum of RGB (Red+Green+Blue) = 135+164+210=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 164 (64.45% from 255 or 32.22% from 509); Blue value is 210 (82.42% from 255 or 41.26% from 509); Max value from RGB is 210 - color contains mainly: blue. Hex color #87A4D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A4D2 is #785B2D. Grayscale: #A0A0A0. Windows color (decimal): -7887662 or 13804679. OLE color: 13804679.
HSL color Cylindrical-coordinate representation of color #87A4D2: hue angle of 216.8º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87A4D2 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 164 | 210 | - |
| CMYK | 0.36 | 0.22 | 0 | 0.18 |
| HSL | 216.8º | 0.45% | 0.68% | - |
| HSV(B) | 216.8º | 0.36% | 0.82% | - |
| XYZ | 34.9 | 36.35 | 66.15 | - |
| YUV | 160.57 | 155.89 | 109.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 164 | 210 | 0.36 | 0.22 | 0 | 0.18 | 216.8 | 0.45 | 0.68 |
| Hex | 87 | A4 | D2 | 24 | 16 | 0 | 12 | D9 | 2D | 44 |
| Octal | 207 | 244 | 322 | 44 | 26 | 0 | 22 | 331 | 55 | 104 |
| Binary | 10000111 | 10100100 | 11010010 | 100100 | 10110 | 0 | 10010 | 11011001 | 101101 | 1000100 |
Color Harmonies of #87A4D2
Complementary color
Monochromatic Colors of #87A4D2
Black with #87A4D2
Text Example
Text Example
White with #87A4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A4D2; }
p { color: rgb(135,164,210); }
H1.HeaderClassName
{
color: #87A4D2;
}
.AnyTagClassName
{
color: #87A4D2;
}
</style>
background-color css
<style>
a { background-color: #87A4D2; }
a { background-color: rgb(135,164,210); }
div.DivClassName
{
background-color: #87A4D2;
}
.BgClassName
{
background-color: #87A4D2;
}
</style>
border-color css
<style>
span { border-color: #87A4D2; }
span { border-color: rgb(135,164,210); }
td.TdClassName
{
border-color: #87A4D2;
}
.TagClassName
{
border-color: #87A4D2;
}
</style>