Shades of Ziggurat #87A3A9
Tints of Ziggurat #87A3A9
RGB
CMYK
RGB Variations
Color information
#87A3A9 (or 0x87A3A9) is known color: Ziggurat. HEX triplet: 87, A3 and A9. RGB value is (135,163,169). Sum of RGB (Red+Green+Blue) = 135+163+169=467 (61% of max value = 765). Red value is 135 (53.12% from 255 or 28.91% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 169 - color contains mainly: blue. Hex color #87A3A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #87A3A9 is #785C56. Grayscale: #9B9B9B. Windows color (decimal): -7887959 or 11117447. OLE color: 11117447.
HSL color Cylindrical-coordinate representation of color #87A3A9: hue angle of 190.59º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #87A3A9 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 135 | 163 | 169 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.34 |
| HSL | 190.59º | 0.17% | 0.6% | - |
| HSV(B) | 190.59º | 0.2% | 0.66% | - |
| XYZ | 30.25 | 34.21 | 42.54 | - |
| YUV | 155.31 | 135.72 | 113.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 163 | 169 | 0.20 | 0.04 | 0 | 0.34 | 190.59 | 0.17 | 0.6 |
| Hex | 87 | A3 | A9 | 14 | 4 | 0 | 22 | BF | 11 | 3C |
| Octal | 207 | 243 | 251 | 24 | 4 | 0 | 42 | 277 | 21 | 74 |
| Binary | 10000111 | 10100011 | 10101001 | 10100 | 100 | 0 | 100010 | 10111111 | 10001 | 111100 |
Color Harmonies of #87A3A9
Complementary color
Monochromatic Colors of #87A3A9
Black with #87A3A9
Text Example
Text Example
White with #87A3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87A3A9; }
p { color: rgb(135,163,169); }
H1.HeaderClassName
{
color: #87A3A9;
}
.AnyTagClassName
{
color: #87A3A9;
}
</style>
background-color css
<style>
a { background-color: #87A3A9; }
a { background-color: rgb(135,163,169); }
div.DivClassName
{
background-color: #87A3A9;
}
.BgClassName
{
background-color: #87A3A9;
}
</style>
border-color css
<style>
span { border-color: #87A3A9; }
span { border-color: rgb(135,163,169); }
td.TdClassName
{
border-color: #87A3A9;
}
.TagClassName
{
border-color: #87A3A9;
}
</style>