Shades of Ziggurat #87A8AD
Tints of Ziggurat #87A8AD
RGB
CMYK
RGB Variations
Color information
#87A8AD (or 0x87A8AD) is known color: Ziggurat. HEX triplet: 87, A8 and AD. RGB value is (135,168,173). Sum of RGB (Red+Green+Blue) = 135+168+173=476 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.36% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #87A8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A8AD is #785752. Grayscale: #9E9E9E. Windows color (decimal): -7886675 or 11380871. OLE color: 11380871.
HSL color Cylindrical-coordinate representation of color #87A8AD: hue angle of 187.89º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #87A8AD is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 168 | 173 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.32 |
| HSL | 187.89º | 0.19% | 0.6% | - |
| HSV(B) | 187.89º | 0.22% | 0.68% | - |
| XYZ | 31.54 | 36.17 | 44.86 | - |
| YUV | 158.7 | 136.07 | 111.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 168 | 173 | 0.22 | 0.03 | 0 | 0.32 | 187.89 | 0.19 | 0.6 |
| Hex | 87 | A8 | AD | 16 | 3 | 0 | 20 | BC | 13 | 3C |
| Octal | 207 | 250 | 255 | 26 | 3 | 0 | 40 | 274 | 23 | 74 |
| Binary | 10000111 | 10101000 | 10101101 | 10110 | 11 | 0 | 100000 | 10111100 | 10011 | 111100 |
Color Harmonies of #87A8AD
Complementary color
Monochromatic Colors of #87A8AD
Black with #87A8AD
Text Example
Text Example
White with #87A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A8AD; }
p { color: rgb(135,168,173); }
H1.HeaderClassName
{
color: #87A8AD;
}
.AnyTagClassName
{
color: #87A8AD;
}
</style>
background-color css
<style>
a { background-color: #87A8AD; }
a { background-color: rgb(135,168,173); }
div.DivClassName
{
background-color: #87A8AD;
}
.BgClassName
{
background-color: #87A8AD;
}
</style>
border-color css
<style>
span { border-color: #87A8AD; }
span { border-color: rgb(135,168,173); }
td.TdClassName
{
border-color: #87A8AD;
}
.TagClassName
{
border-color: #87A8AD;
}
</style>