Shades of Amethyst Smoke #8C798D
Tints of Amethyst Smoke #8C798D
RGB
CMYK
RGB Variations
Color information
#8C798D (or 0x8C798D) is known color: Amethyst Smoke. HEX triplet: 8C, 79 and 8D. RGB value is (140,121,141). Sum of RGB (Red+Green+Blue) = 140+121+141=402 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.83% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 141 - color contains mainly: blue. Hex color #8C798D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C798D is #738672. Grayscale: #808080. Windows color (decimal): -7571059 or 9271692. OLE color: 9271692.
HSL color Cylindrical-coordinate representation of color #8C798D: hue angle of 297º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8C798D is Cyan = 0.01, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 121 | 141 | - |
| CMYK | 0.01 | 0.14 | 0 | 0.45 |
| HSL | 297º | 0.08% | 0.51% | - |
| HSV(B) | 297º | 0.14% | 0.55% | - |
| XYZ | 22.46 | 21.17 | 28.1 | - |
| YUV | 128.96 | 134.79 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 121 | 141 | 0.01 | 0.14 | 0 | 0.45 | 297 | 0.08 | 0.51 |
| Hex | 8C | 79 | 8D | 1 | E | 0 | 2D | 129 | 8 | 33 |
| Octal | 214 | 171 | 215 | 1 | 16 | 0 | 55 | 451 | 10 | 63 |
| Binary | 10001100 | 1111001 | 10001101 | 1 | 1110 | 0 | 101101 | 100101001 | 1000 | 110011 |
Color Harmonies of #8C798D
Complementary color
Monochromatic Colors of #8C798D
Black with #8C798D
Text Example
Text Example
White with #8C798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C798D; }
p { color: rgb(140,121,141); }
H1.HeaderClassName
{
color: #8C798D;
}
.AnyTagClassName
{
color: #8C798D;
}
</style>
background-color css
<style>
a { background-color: #8C798D; }
a { background-color: rgb(140,121,141); }
div.DivClassName
{
background-color: #8C798D;
}
.BgClassName
{
background-color: #8C798D;
}
</style>
border-color css
<style>
span { border-color: #8C798D; }
span { border-color: rgb(140,121,141); }
td.TdClassName
{
border-color: #8C798D;
}
.TagClassName
{
border-color: #8C798D;
}
</style>