Shades of Ziggurat #879FA4
Tints of Ziggurat #879FA4
RGB
CMYK
RGB Variations
Color information
#879FA4 (or 0x879FA4) is known color: Ziggurat. HEX triplet: 87, 9F and A4. RGB value is (135,159,164). Sum of RGB (Red+Green+Blue) = 135+159+164=458 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.48% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 164 - color contains mainly: blue. Hex color #879FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #879FA4 is #78605B. Grayscale: #989898. Windows color (decimal): -7888988 or 10788743. OLE color: 10788743.
HSL color Cylindrical-coordinate representation of color #879FA4: hue angle of 190.34º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #879FA4 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 135 | 159 | 164 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.36 |
| HSL | 190.34º | 0.14% | 0.59% | - |
| HSV(B) | 190.34º | 0.18% | 0.64% | - |
| XYZ | 29.09 | 32.63 | 39.89 | - |
| YUV | 152.39 | 134.55 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 159 | 164 | 0.18 | 0.03 | 0 | 0.36 | 190.34 | 0.14 | 0.59 |
| Hex | 87 | 9F | A4 | 12 | 3 | 0 | 24 | BE | E | 3B |
| Octal | 207 | 237 | 244 | 22 | 3 | 0 | 44 | 276 | 16 | 73 |
| Binary | 10000111 | 10011111 | 10100100 | 10010 | 11 | 0 | 100100 | 10111110 | 1110 | 111011 |
Color Harmonies of #879FA4
Complementary color
Monochromatic Colors of #879FA4
Black with #879FA4
Text Example
Text Example
White with #879FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #879FA4; }
p { color: rgb(135,159,164); }
H1.HeaderClassName
{
color: #879FA4;
}
.AnyTagClassName
{
color: #879FA4;
}
</style>
background-color css
<style>
a { background-color: #879FA4; }
a { background-color: rgb(135,159,164); }
div.DivClassName
{
background-color: #879FA4;
}
.BgClassName
{
background-color: #879FA4;
}
</style>
border-color css
<style>
span { border-color: #879FA4; }
span { border-color: rgb(135,159,164); }
td.TdClassName
{
border-color: #879FA4;
}
.TagClassName
{
border-color: #879FA4;
}
</style>