Shades of Polo Blue #87A7CA
Tints of Polo Blue #87A7CA
RGB
CMYK
RGB Variations
Color information
#87A7CA (or 0x87A7CA) is known color: Polo Blue. HEX triplet: 87, A7 and CA. RGB value is (135,167,202). Sum of RGB (Red+Green+Blue) = 135+167+202=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #87A7CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A7CA is #785835. Grayscale: #A1A1A1. Windows color (decimal): -7886902 or 13281159. OLE color: 13281159.
HSL color Cylindrical-coordinate representation of color #87A7CA: hue angle of 211.34º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87A7CA is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 167 | 202 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.21 |
| HSL | 211.34º | 0.39% | 0.66% | - |
| HSV(B) | 211.34º | 0.33% | 0.79% | - |
| XYZ | 34.47 | 37.05 | 61.21 | - |
| YUV | 161.42 | 150.9 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 167 | 202 | 0.33 | 0.17 | 0 | 0.21 | 211.34 | 0.39 | 0.66 |
| Hex | 87 | A7 | CA | 21 | 11 | 0 | 15 | D3 | 27 | 42 |
| Octal | 207 | 247 | 312 | 41 | 21 | 0 | 25 | 323 | 47 | 102 |
| Binary | 10000111 | 10100111 | 11001010 | 100001 | 10001 | 0 | 10101 | 11010011 | 100111 | 1000010 |
Color Harmonies of #87A7CA
Complementary color
Monochromatic Colors of #87A7CA
Black with #87A7CA
Text Example
Text Example
White with #87A7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A7CA; }
p { color: rgb(135,167,202); }
H1.HeaderClassName
{
color: #87A7CA;
}
.AnyTagClassName
{
color: #87A7CA;
}
</style>
background-color css
<style>
a { background-color: #87A7CA; }
a { background-color: rgb(135,167,202); }
div.DivClassName
{
background-color: #87A7CA;
}
.BgClassName
{
background-color: #87A7CA;
}
</style>
border-color css
<style>
span { border-color: #87A7CA; }
span { border-color: rgb(135,167,202); }
td.TdClassName
{
border-color: #87A7CA;
}
.TagClassName
{
border-color: #87A7CA;
}
</style>