Shades of Ziggurat #8CAAAB
Tints of Ziggurat #8CAAAB
RGB
CMYK
RGB Variations
Color information
#8CAAAB (or 0x8CAAAB) is known color: Ziggurat. HEX triplet: 8C, AA and AB. RGB value is (140,170,171). Sum of RGB (Red+Green+Blue) = 140+170+171=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 170 (66.80% from 255 or 35.34% from 481); Blue value is 171 (67.19% from 255 or 35.55% from 481); Max value from RGB is 171 - color contains mainly: blue. Hex color #8CAAAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAAAB is #735554. Grayscale: #A1A1A1. Windows color (decimal): -7558485 or 11250316. OLE color: 11250316.
HSL color Cylindrical-coordinate representation of color #8CAAAB: hue angle of 181.94º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8CAAAB is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 171 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.33 |
| HSL | 181.94º | 0.16% | 0.61% | - |
| HSV(B) | 181.94º | 0.18% | 0.67% | - |
| XYZ | 32.54 | 37.27 | 44.01 | - |
| YUV | 161.14 | 133.56 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 171 | 0.18 | 0.01 | 0 | 0.33 | 181.94 | 0.16 | 0.61 |
| Hex | 8C | AA | AB | 12 | 1 | 0 | 21 | B6 | 10 | 3D |
| Octal | 214 | 252 | 253 | 22 | 1 | 0 | 41 | 266 | 20 | 75 |
| Binary | 10001100 | 10101010 | 10101011 | 10010 | 1 | 0 | 100001 | 10110110 | 10000 | 111101 |
Color Harmonies of #8CAAAB
Complementary color
Monochromatic Colors of #8CAAAB
Black with #8CAAAB
Text Example
Text Example
White with #8CAAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAAAB; }
p { color: rgb(140,170,171); }
H1.HeaderClassName
{
color: #8CAAAB;
}
.AnyTagClassName
{
color: #8CAAAB;
}
</style>
background-color css
<style>
a { background-color: #8CAAAB; }
a { background-color: rgb(140,170,171); }
div.DivClassName
{
background-color: #8CAAAB;
}
.BgClassName
{
background-color: #8CAAAB;
}
</style>
border-color css
<style>
span { border-color: #8CAAAB; }
span { border-color: rgb(140,170,171); }
td.TdClassName
{
border-color: #8CAAAB;
}
.TagClassName
{
border-color: #8CAAAB;
}
</style>