Shades of Ziggurat #8CA1A4
Tints of Ziggurat #8CA1A4
RGB
CMYK
RGB Variations
Color information
#8CA1A4 (or 0x8CA1A4) is known color: Ziggurat. HEX triplet: 8C, A1 and A4. RGB value is (140,161,164). Sum of RGB (Red+Green+Blue) = 140+161+164=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 164 - color contains mainly: blue. Hex color #8CA1A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA1A4 is #735E5B. Grayscale: #9B9B9B. Windows color (decimal): -7560796 or 10789260. OLE color: 10789260.
HSL color Cylindrical-coordinate representation of color #8CA1A4: hue angle of 187.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8CA1A4 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 161 | 164 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.36 |
| HSL | 187.5º | 0.12% | 0.6% | - |
| HSV(B) | 187.5º | 0.15% | 0.64% | - |
| XYZ | 30.26 | 33.75 | 40.04 | - |
| YUV | 155.06 | 133.04 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 161 | 164 | 0.15 | 0.02 | 0 | 0.36 | 187.5 | 0.12 | 0.6 |
| Hex | 8C | A1 | A4 | F | 2 | 0 | 24 | BC | C | 3C |
| Octal | 214 | 241 | 244 | 17 | 2 | 0 | 44 | 274 | 14 | 74 |
| Binary | 10001100 | 10100001 | 10100100 | 1111 | 10 | 0 | 100100 | 10111100 | 1100 | 111100 |
Color Harmonies of #8CA1A4
Complementary color
Monochromatic Colors of #8CA1A4
Black with #8CA1A4
Text Example
Text Example
White with #8CA1A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA1A4; }
p { color: rgb(140,161,164); }
H1.HeaderClassName
{
color: #8CA1A4;
}
.AnyTagClassName
{
color: #8CA1A4;
}
</style>
background-color css
<style>
a { background-color: #8CA1A4; }
a { background-color: rgb(140,161,164); }
div.DivClassName
{
background-color: #8CA1A4;
}
.BgClassName
{
background-color: #8CA1A4;
}
</style>
border-color css
<style>
span { border-color: #8CA1A4; }
span { border-color: rgb(140,161,164); }
td.TdClassName
{
border-color: #8CA1A4;
}
.TagClassName
{
border-color: #8CA1A4;
}
</style>