Shades of Ziggurat #87A7AD
Tints of Ziggurat #87A7AD
RGB
CMYK
RGB Variations
Color information
#87A7AD (or 0x87A7AD) is known color: Ziggurat. HEX triplet: 87, A7 and AD. RGB value is (135,167,173). Sum of RGB (Red+Green+Blue) = 135+167+173=475 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.42% from 475); Green value is 167 (65.62% from 255 or 35.16% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 173 - color contains mainly: blue. Hex color #87A7AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A7AD is #785852. Grayscale: #9E9E9E. Windows color (decimal): -7886931 or 11380615. OLE color: 11380615.
HSL color Cylindrical-coordinate representation of color #87A7AD: hue angle of 189.47º 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 #87A7AD is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 167 | 173 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.32 |
| HSL | 189.47º | 0.19% | 0.6% | - |
| HSV(B) | 189.47º | 0.22% | 0.68% | - |
| XYZ | 31.35 | 35.81 | 44.79 | - |
| YUV | 158.12 | 136.4 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 167 | 173 | 0.22 | 0.03 | 0 | 0.32 | 189.47 | 0.19 | 0.6 |
| Hex | 87 | A7 | AD | 16 | 3 | 0 | 20 | BD | 13 | 3C |
| Octal | 207 | 247 | 255 | 26 | 3 | 0 | 40 | 275 | 23 | 74 |
| Binary | 10000111 | 10100111 | 10101101 | 10110 | 11 | 0 | 100000 | 10111101 | 10011 | 111100 |
Color Harmonies of #87A7AD
Complementary color
Monochromatic Colors of #87A7AD
Black with #87A7AD
Text Example
Text Example
White with #87A7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A7AD; }
p { color: rgb(135,167,173); }
H1.HeaderClassName
{
color: #87A7AD;
}
.AnyTagClassName
{
color: #87A7AD;
}
</style>
background-color css
<style>
a { background-color: #87A7AD; }
a { background-color: rgb(135,167,173); }
div.DivClassName
{
background-color: #87A7AD;
}
.BgClassName
{
background-color: #87A7AD;
}
</style>
border-color css
<style>
span { border-color: #87A7AD; }
span { border-color: rgb(135,167,173); }
td.TdClassName
{
border-color: #87A7AD;
}
.TagClassName
{
border-color: #87A7AD;
}
</style>