Shades of Ziggurat #8CA7A9
Tints of Ziggurat #8CA7A9
RGB
CMYK
RGB Variations
Color information
#8CA7A9 (or 0x8CA7A9) is known color: Ziggurat. HEX triplet: 8C, A7 and A9. RGB value is (140,167,169). Sum of RGB (Red+Green+Blue) = 140+167+169=476 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.41% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 169 (66.41% from 255 or 35.50% from 476); Max value from RGB is 169 - color contains mainly: blue. Hex color #8CA7A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA7A9 is #735856. Grayscale: #9F9F9F. Windows color (decimal): -7559255 or 11118476. OLE color: 11118476.
HSL color Cylindrical-coordinate representation of color #8CA7A9: hue angle of 184.14º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8CA7A9 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 167 | 169 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.34 |
| HSL | 184.14º | 0.14% | 0.61% | - |
| HSV(B) | 184.14º | 0.17% | 0.66% | - |
| XYZ | 31.8 | 36.08 | 42.82 | - |
| YUV | 159.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 167 | 169 | 0.17 | 0.01 | 0 | 0.34 | 184.14 | 0.14 | 0.61 |
| Hex | 8C | A7 | A9 | 11 | 1 | 0 | 22 | B8 | E | 3D |
| Octal | 214 | 247 | 251 | 21 | 1 | 0 | 42 | 270 | 16 | 75 |
| Binary | 10001100 | 10100111 | 10101001 | 10001 | 1 | 0 | 100010 | 10111000 | 1110 | 111101 |
Color Harmonies of #8CA7A9
Complementary color
Monochromatic Colors of #8CA7A9
Black with #8CA7A9
Text Example
Text Example
White with #8CA7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA7A9; }
p { color: rgb(140,167,169); }
H1.HeaderClassName
{
color: #8CA7A9;
}
.AnyTagClassName
{
color: #8CA7A9;
}
</style>
background-color css
<style>
a { background-color: #8CA7A9; }
a { background-color: rgb(140,167,169); }
div.DivClassName
{
background-color: #8CA7A9;
}
.BgClassName
{
background-color: #8CA7A9;
}
</style>
border-color css
<style>
span { border-color: #8CA7A9; }
span { border-color: rgb(140,167,169); }
td.TdClassName
{
border-color: #8CA7A9;
}
.TagClassName
{
border-color: #8CA7A9;
}
</style>