Shades of Polo Blue #87A8CD
Tints of Polo Blue #87A8CD
RGB
CMYK
RGB Variations
Color information
#87A8CD (or 0x87A8CD) is known color: Polo Blue. HEX triplet: 87, A8 and CD. RGB value is (135,168,205). Sum of RGB (Red+Green+Blue) = 135+168+205=508 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.57% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #87A8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A8CD is #785732. Grayscale: #A2A2A2. Windows color (decimal): -7886643 or 13478023. OLE color: 13478023.
HSL color Cylindrical-coordinate representation of color #87A8CD: hue angle of 211.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87A8CD is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 135 | 168 | 205 | - |
CMYK | 0.34 | 0.18 | 0 | 0.20 |
HSL | 211.71º | 0.41% | 0.67% | - |
HSV(B) | 211.71º | 0.34% | 0.8% | - |
XYZ | 35.01 | 37.56 | 63.16 | - |
YUV | 162.35 | 152.07 | 108.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 135 | 168 | 205 | 0.34 | 0.18 | 0 | 0.20 | 211.71 | 0.41 | 0.67 |
Hex | 87 | A8 | CD | 22 | 12 | 0 | 14 | D4 | 29 | 43 |
Octal | 207 | 250 | 315 | 42 | 22 | 0 | 24 | 324 | 51 | 103 |
Binary | 10000111 | 10101000 | 11001101 | 100010 | 10010 | 0 | 10100 | 11010100 | 101001 | 1000011 |
Color Harmonies of #87A8CD
Complementary color
Monochromatic Colors of #87A8CD
Black with #87A8CD
Text Example
Text Example
White with #87A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A8CD; }
p { color: rgb(135,168,205); }
H1.HeaderClassName
{
color: #87A8CD;
}
.AnyTagClassName
{
color: #87A8CD;
}
</style>
background-color css
<style>
a { background-color: #87A8CD; }
a { background-color: rgb(135,168,205); }
div.DivClassName
{
background-color: #87A8CD;
}
.BgClassName
{
background-color: #87A8CD;
}
</style>
border-color css
<style>
span { border-color: #87A8CD; }
span { border-color: rgb(135,168,205); }
td.TdClassName
{
border-color: #87A8CD;
}
.TagClassName
{
border-color: #87A8CD;
}
</style>