Shades of Ziggurat #87A3AB
Tints of Ziggurat #87A3AB
RGB
CMYK
RGB Variations
Color information
#87A3AB (or 0x87A3AB) is known color: Ziggurat. HEX triplet: 87, A3 and AB. RGB value is (135,163,171). Sum of RGB (Red+Green+Blue) = 135+163+171=469 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.78% from 469); Green value is 163 (64.06% from 255 or 34.75% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #87A3AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A3AB is #785C54. Grayscale: #9B9B9B. Windows color (decimal): -7887957 or 11248519. OLE color: 11248519.
HSL color Cylindrical-coordinate representation of color #87A3AB: hue angle of 193.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #87A3AB is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 163 | 171 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.33 |
| HSL | 193.33º | 0.18% | 0.6% | - |
| HSV(B) | 193.33º | 0.21% | 0.67% | - |
| XYZ | 30.44 | 34.29 | 43.54 | - |
| YUV | 155.54 | 136.72 | 113.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 163 | 171 | 0.21 | 0.05 | 0 | 0.33 | 193.33 | 0.18 | 0.6 |
| Hex | 87 | A3 | AB | 15 | 5 | 0 | 21 | C1 | 12 | 3C |
| Octal | 207 | 243 | 253 | 25 | 5 | 0 | 41 | 301 | 22 | 74 |
| Binary | 10000111 | 10100011 | 10101011 | 10101 | 101 | 0 | 100001 | 11000001 | 10010 | 111100 |
Color Harmonies of #87A3AB
Complementary color
Monochromatic Colors of #87A3AB
Black with #87A3AB
Text Example
Text Example
White with #87A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A3AB; }
p { color: rgb(135,163,171); }
H1.HeaderClassName
{
color: #87A3AB;
}
.AnyTagClassName
{
color: #87A3AB;
}
</style>
background-color css
<style>
a { background-color: #87A3AB; }
a { background-color: rgb(135,163,171); }
div.DivClassName
{
background-color: #87A3AB;
}
.BgClassName
{
background-color: #87A3AB;
}
</style>
border-color css
<style>
span { border-color: #87A3AB; }
span { border-color: rgb(135,163,171); }
td.TdClassName
{
border-color: #87A3AB;
}
.TagClassName
{
border-color: #87A3AB;
}
</style>