Shades of Polo Blue #87AAC7
Tints of Polo Blue #87AAC7
RGB
CMYK
RGB Variations
Color information
#87AAC7 (or 0x87AAC7) is known color: Polo Blue. HEX triplet: 87, AA and C7. RGB value is (135,170,199). Sum of RGB (Red+Green+Blue) = 135+170+199=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 199 (78.12% from 255 or 39.48% from 504); Max value from RGB is 199 - color contains mainly: blue. Hex color #87AAC7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AAC7 is #785538. Grayscale: #A2A2A2. Windows color (decimal): -7886137 or 13085319. OLE color: 13085319.
HSL color Cylindrical-coordinate representation of color #87AAC7: hue angle of 207.19º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #87AAC7 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 170 | 199 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.22 |
| HSL | 207.19º | 0.36% | 0.65% | - |
| HSV(B) | 207.19º | 0.32% | 0.78% | - |
| XYZ | 34.68 | 38.02 | 59.54 | - |
| YUV | 162.84 | 148.4 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 170 | 199 | 0.32 | 0.15 | 0 | 0.22 | 207.19 | 0.36 | 0.65 |
| Hex | 87 | AA | C7 | 20 | F | 0 | 16 | CF | 24 | 41 |
| Octal | 207 | 252 | 307 | 40 | 17 | 0 | 26 | 317 | 44 | 101 |
| Binary | 10000111 | 10101010 | 11000111 | 100000 | 1111 | 0 | 10110 | 11001111 | 100100 | 1000001 |
Color Harmonies of #87AAC7
Complementary color
Monochromatic Colors of #87AAC7
Black with #87AAC7
Text Example
Text Example
White with #87AAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AAC7; }
p { color: rgb(135,170,199); }
H1.HeaderClassName
{
color: #87AAC7;
}
.AnyTagClassName
{
color: #87AAC7;
}
</style>
background-color css
<style>
a { background-color: #87AAC7; }
a { background-color: rgb(135,170,199); }
div.DivClassName
{
background-color: #87AAC7;
}
.BgClassName
{
background-color: #87AAC7;
}
</style>
border-color css
<style>
span { border-color: #87AAC7; }
span { border-color: rgb(135,170,199); }
td.TdClassName
{
border-color: #87AAC7;
}
.TagClassName
{
border-color: #87AAC7;
}
</style>