Shades of Amethyst Smoke #8D8498
Tints of Amethyst Smoke #8D8498
RGB
CMYK
RGB Variations
Color information
#8D8498 (or 0x8D8498) is known color: Amethyst Smoke. HEX triplet: 8D, 84 and 98. RGB value is (141,132,152). Sum of RGB (Red+Green+Blue) = 141+132+152=425 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.18% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D8498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8498 is #727B67. Grayscale: #888888. Windows color (decimal): -7502696 or 9995405. OLE color: 9995405.
HSL color Cylindrical-coordinate representation of color #8D8498: hue angle of 267º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8D8498 is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 132 | 152 | - |
| CMYK | 0.07 | 0.13 | 0 | 0.40 |
| HSL | 267º | 0.09% | 0.56% | - |
| HSV(B) | 267º | 0.13% | 0.6% | - |
| XYZ | 24.9 | 24.43 | 33.11 | - |
| YUV | 136.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 132 | 152 | 0.07 | 0.13 | 0 | 0.40 | 267 | 0.09 | 0.56 |
| Hex | 8D | 84 | 98 | 7 | D | 0 | 28 | 10B | 9 | 38 |
| Octal | 215 | 204 | 230 | 7 | 15 | 0 | 50 | 413 | 11 | 70 |
| Binary | 10001101 | 10000100 | 10011000 | 111 | 1101 | 0 | 101000 | 100001011 | 1001 | 111000 |
Color Harmonies of #8D8498
Complementary color
Monochromatic Colors of #8D8498
Black with #8D8498
Text Example
Text Example
White with #8D8498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8498; }
p { color: rgb(141,132,152); }
H1.HeaderClassName
{
color: #8D8498;
}
.AnyTagClassName
{
color: #8D8498;
}
</style>
background-color css
<style>
a { background-color: #8D8498; }
a { background-color: rgb(141,132,152); }
div.DivClassName
{
background-color: #8D8498;
}
.BgClassName
{
background-color: #8D8498;
}
</style>
border-color css
<style>
span { border-color: #8D8498; }
span { border-color: rgb(141,132,152); }
td.TdClassName
{
border-color: #8D8498;
}
.TagClassName
{
border-color: #8D8498;
}
</style>