Shades of Amethyst Smoke #8D8298
Tints of Amethyst Smoke #8D8298
RGB
CMYK
RGB Variations
Color information
#8D8298 (or 0x8D8298) is known color: Amethyst Smoke. HEX triplet: 8D, 82 and 98. RGB value is (141,130,152). Sum of RGB (Red+Green+Blue) = 141+130+152=423 (56% of max value = 765). Red value is 141 (55.47% from 255 or 33.33% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 152 (59.77% from 255 or 35.93% from 423); Max value from RGB is 152 - color contains mainly: blue. Hex color #8D8298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8298 is #727D67. Grayscale: #878787. Windows color (decimal): -7503208 or 9994893. OLE color: 9994893.
HSL color Cylindrical-coordinate representation of color #8D8298: hue angle of 270º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8D8298 is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 141 | 130 | 152 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.40 |
| HSL | 270º | 0.1% | 0.55% | - |
| HSV(B) | 270º | 0.14% | 0.6% | - |
| XYZ | 24.63 | 23.89 | 33.02 | - |
| YUV | 135.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 130 | 152 | 0.07 | 0.14 | 0 | 0.40 | 270 | 0.1 | 0.55 |
| Hex | 8D | 82 | 98 | 7 | E | 0 | 28 | 10E | A | 37 |
| Octal | 215 | 202 | 230 | 7 | 16 | 0 | 50 | 416 | 12 | 67 |
| Binary | 10001101 | 10000010 | 10011000 | 111 | 1110 | 0 | 101000 | 100001110 | 1010 | 110111 |
Color Harmonies of #8D8298
Complementary color
Monochromatic Colors of #8D8298
Black with #8D8298
Text Example
Text Example
White with #8D8298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D8298; }
p { color: rgb(141,130,152); }
H1.HeaderClassName
{
color: #8D8298;
}
.AnyTagClassName
{
color: #8D8298;
}
</style>
background-color css
<style>
a { background-color: #8D8298; }
a { background-color: rgb(141,130,152); }
div.DivClassName
{
background-color: #8D8298;
}
.BgClassName
{
background-color: #8D8298;
}
</style>
border-color css
<style>
span { border-color: #8D8298; }
span { border-color: rgb(141,130,152); }
td.TdClassName
{
border-color: #8D8298;
}
.TagClassName
{
border-color: #8D8298;
}
</style>