Shades of Amethyst Smoke #928398
Tints of Amethyst Smoke #928398
RGB
CMYK
RGB Variations
Color information
#928398 (or 0x928398) is known color: Amethyst Smoke. HEX triplet: 92, 83 and 98. RGB value is (146,131,152). Sum of RGB (Red+Green+Blue) = 146+131+152=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 131 (51.56% from 255 or 30.54% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 152 - color contains mainly: blue. Hex color #928398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928398 is #6D7C67. Grayscale: #898989. Windows color (decimal): -7175272 or 9995154. OLE color: 9995154.
HSL color Cylindrical-coordinate representation of color #928398: hue angle of 282.86º degrees, saturation: 0.09, 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 #928398 is Cyan = 0.04, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 131 | 152 | - |
| CMYK | 0.04 | 0.14 | 0 | 0.40 |
| HSL | 282.86º | 0.09% | 0.55% | - |
| HSV(B) | 282.86º | 0.14% | 0.6% | - |
| XYZ | 25.64 | 24.61 | 33.1 | - |
| YUV | 137.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 131 | 152 | 0.04 | 0.14 | 0 | 0.40 | 282.86 | 0.09 | 0.55 |
| Hex | 92 | 83 | 98 | 4 | E | 0 | 28 | 11B | 9 | 37 |
| Octal | 222 | 203 | 230 | 4 | 16 | 0 | 50 | 433 | 11 | 67 |
| Binary | 10010010 | 10000011 | 10011000 | 100 | 1110 | 0 | 101000 | 100011011 | 1001 | 110111 |
Color Harmonies of #928398
Complementary color
Monochromatic Colors of #928398
Black with #928398
Text Example
Text Example
White with #928398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928398; }
p { color: rgb(146,131,152); }
H1.HeaderClassName
{
color: #928398;
}
.AnyTagClassName
{
color: #928398;
}
</style>
background-color css
<style>
a { background-color: #928398; }
a { background-color: rgb(146,131,152); }
div.DivClassName
{
background-color: #928398;
}
.BgClassName
{
background-color: #928398;
}
</style>
border-color css
<style>
span { border-color: #928398; }
span { border-color: rgb(146,131,152); }
td.TdClassName
{
border-color: #928398;
}
.TagClassName
{
border-color: #928398;
}
</style>