Shades of Amethyst Smoke #8C8494
Tints of Amethyst Smoke #8C8494
RGB
CMYK
RGB Variations
Color information
#8C8494 (or 0x8C8494) is known color: Amethyst Smoke. HEX triplet: 8C, 84 and 94. RGB value is (140,132,148). Sum of RGB (Red+Green+Blue) = 140+132+148=420 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.33% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 148 - color contains mainly: blue. Hex color #8C8494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C8494 is #737B6B. Grayscale: #888888. Windows color (decimal): -7568236 or 9733260. OLE color: 9733260.
HSL color Cylindrical-coordinate representation of color #8C8494: hue angle of 270º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8C8494 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 140 | 132 | 148 | - |
| CMYK | 0.05 | 0.11 | 0 | 0.42 |
| HSL | 270º | 0.07% | 0.55% | - |
| HSV(B) | 270º | 0.11% | 0.58% | - |
| XYZ | 24.41 | 24.22 | 31.4 | - |
| YUV | 136.22 | 134.65 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 132 | 148 | 0.05 | 0.11 | 0 | 0.42 | 270 | 0.07 | 0.55 |
| Hex | 8C | 84 | 94 | 5 | B | 0 | 2A | 10E | 7 | 37 |
| Octal | 214 | 204 | 224 | 5 | 13 | 0 | 52 | 416 | 7 | 67 |
| Binary | 10001100 | 10000100 | 10010100 | 101 | 1011 | 0 | 101010 | 100001110 | 111 | 110111 |
Color Harmonies of #8C8494
Complementary color
Monochromatic Colors of #8C8494
Black with #8C8494
Text Example
Text Example
White with #8C8494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C8494; }
p { color: rgb(140,132,148); }
H1.HeaderClassName
{
color: #8C8494;
}
.AnyTagClassName
{
color: #8C8494;
}
</style>
background-color css
<style>
a { background-color: #8C8494; }
a { background-color: rgb(140,132,148); }
div.DivClassName
{
background-color: #8C8494;
}
.BgClassName
{
background-color: #8C8494;
}
</style>
border-color css
<style>
span { border-color: #8C8494; }
span { border-color: rgb(140,132,148); }
td.TdClassName
{
border-color: #8C8494;
}
.TagClassName
{
border-color: #8C8494;
}
</style>