Shades of Polo Blue #87A7C4
Tints of Polo Blue #87A7C4
RGB
CMYK
RGB Variations
Color information
#87A7C4 (or 0x87A7C4) is known color: Polo Blue. HEX triplet: 87, A7 and C4. RGB value is (135,167,196). Sum of RGB (Red+Green+Blue) = 135+167+196=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 196 (76.95% from 255 or 39.36% from 498); Max value from RGB is 196 - color contains mainly: blue. Hex color #87A7C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A7C4 is #78583B. Grayscale: #A0A0A0. Windows color (decimal): -7886908 or 12887943. OLE color: 12887943.
HSL color Cylindrical-coordinate representation of color #87A7C4: hue angle of 208.52º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87A7C4 is Cyan = 0.31, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 167 | 196 | - |
| CMYK | 0.31 | 0.15 | 0 | 0.23 |
| HSL | 208.52º | 0.34% | 0.65% | - |
| HSV(B) | 208.52º | 0.31% | 0.77% | - |
| XYZ | 33.77 | 36.77 | 57.54 | - |
| YUV | 160.74 | 147.9 | 109.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 167 | 196 | 0.31 | 0.15 | 0 | 0.23 | 208.52 | 0.34 | 0.65 |
| Hex | 87 | A7 | C4 | 1F | F | 0 | 17 | D1 | 22 | 41 |
| Octal | 207 | 247 | 304 | 37 | 17 | 0 | 27 | 321 | 42 | 101 |
| Binary | 10000111 | 10100111 | 11000100 | 11111 | 1111 | 0 | 10111 | 11010001 | 100010 | 1000001 |
Color Harmonies of #87A7C4
Complementary color
Monochromatic Colors of #87A7C4
Black with #87A7C4
Text Example
Text Example
White with #87A7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A7C4; }
p { color: rgb(135,167,196); }
H1.HeaderClassName
{
color: #87A7C4;
}
.AnyTagClassName
{
color: #87A7C4;
}
</style>
background-color css
<style>
a { background-color: #87A7C4; }
a { background-color: rgb(135,167,196); }
div.DivClassName
{
background-color: #87A7C4;
}
.BgClassName
{
background-color: #87A7C4;
}
</style>
border-color css
<style>
span { border-color: #87A7C4; }
span { border-color: rgb(135,167,196); }
td.TdClassName
{
border-color: #87A7C4;
}
.TagClassName
{
border-color: #87A7C4;
}
</style>