Shades of Ziggurat #8A9FA4
Tints of Ziggurat #8A9FA4
RGB
CMYK
RGB Variations
Color information
#8A9FA4 (or 0x8A9FA4) is known color: Ziggurat. HEX triplet: 8A, 9F and A4. RGB value is (138,159,164). Sum of RGB (Red+Green+Blue) = 138+159+164=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 159 (62.5% from 255 or 34.49% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 164 - color contains mainly: blue. Hex color #8A9FA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9FA4 is #75605B. Grayscale: #999999. Windows color (decimal): -7692380 or 10788746. OLE color: 10788746.
HSL color Cylindrical-coordinate representation of color #8A9FA4: hue angle of 191.54º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8A9FA4 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 159 | 164 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.36 |
| HSL | 191.54º | 0.13% | 0.59% | - |
| HSV(B) | 191.54º | 0.16% | 0.64% | - |
| XYZ | 29.58 | 32.88 | 39.91 | - |
| YUV | 153.29 | 134.04 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 164 | 0.16 | 0.03 | 0 | 0.36 | 191.54 | 0.13 | 0.59 |
| Hex | 8A | 9F | A4 | 10 | 3 | 0 | 24 | C0 | C | 3B |
| Octal | 212 | 237 | 244 | 20 | 3 | 0 | 44 | 300 | 14 | 73 |
| Binary | 10001010 | 10011111 | 10100100 | 10000 | 11 | 0 | 100100 | 11000000 | 1100 | 111011 |
Color Harmonies of #8A9FA4
Complementary color
Monochromatic Colors of #8A9FA4
Black with #8A9FA4
Text Example
Text Example
White with #8A9FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9FA4; }
p { color: rgb(138,159,164); }
H1.HeaderClassName
{
color: #8A9FA4;
}
.AnyTagClassName
{
color: #8A9FA4;
}
</style>
background-color css
<style>
a { background-color: #8A9FA4; }
a { background-color: rgb(138,159,164); }
div.DivClassName
{
background-color: #8A9FA4;
}
.BgClassName
{
background-color: #8A9FA4;
}
</style>
border-color css
<style>
span { border-color: #8A9FA4; }
span { border-color: rgb(138,159,164); }
td.TdClassName
{
border-color: #8A9FA4;
}
.TagClassName
{
border-color: #8A9FA4;
}
</style>