Shades of Polo Blue #87A7D6
Tints of Polo Blue #87A7D6
RGB
CMYK
RGB Variations
Color information
#87A7D6 (or 0x87A7D6) is known color: Polo Blue. HEX triplet: 87, A7 and D6. RGB value is (135,167,214). Sum of RGB (Red+Green+Blue) = 135+167+214=516 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.16% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 214 (83.98% from 255 or 41.47% from 516); Max value from RGB is 214 - color contains mainly: blue. Hex color #87A7D6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A7D6 is #785829. Grayscale: #A2A2A2. Windows color (decimal): -7886890 or 14067591. OLE color: 14067591.
HSL color Cylindrical-coordinate representation of color #87A7D6: hue angle of 215.7º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87A7D6 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 167 | 214 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.16 |
| HSL | 215.7º | 0.49% | 0.68% | - |
| HSV(B) | 215.7º | 0.37% | 0.84% | - |
| XYZ | 35.95 | 37.64 | 68.99 | - |
| YUV | 162.79 | 156.9 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 167 | 214 | 0.37 | 0.22 | 0 | 0.16 | 215.7 | 0.49 | 0.68 |
| Hex | 87 | A7 | D6 | 25 | 16 | 0 | 10 | D8 | 31 | 44 |
| Octal | 207 | 247 | 326 | 45 | 26 | 0 | 20 | 330 | 61 | 104 |
| Binary | 10000111 | 10100111 | 11010110 | 100101 | 10110 | 0 | 10000 | 11011000 | 110001 | 1000100 |
Color Harmonies of #87A7D6
Complementary color
Monochromatic Colors of #87A7D6
Black with #87A7D6
Text Example
Text Example
White with #87A7D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A7D6; }
p { color: rgb(135,167,214); }
H1.HeaderClassName
{
color: #87A7D6;
}
.AnyTagClassName
{
color: #87A7D6;
}
</style>
background-color css
<style>
a { background-color: #87A7D6; }
a { background-color: rgb(135,167,214); }
div.DivClassName
{
background-color: #87A7D6;
}
.BgClassName
{
background-color: #87A7D6;
}
</style>
border-color css
<style>
span { border-color: #87A7D6; }
span { border-color: rgb(135,167,214); }
td.TdClassName
{
border-color: #87A7D6;
}
.TagClassName
{
border-color: #87A7D6;
}
</style>