Shades of Amethyst Smoke #928498
Tints of Amethyst Smoke #928498
RGB
CMYK
RGB Variations
Color information
#928498 (or 0x928498) is known color: Amethyst Smoke. HEX triplet: 92, 84 and 98. RGB value is (146,132,152). Sum of RGB (Red+Green+Blue) = 146+132+152=430 (56% of max value = 765). Red value is 146 (57.42% from 255 or 33.95% from 430); Green value is 132 (51.95% from 255 or 30.70% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 152 - color contains mainly: blue. Hex color #928498 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928498 is #6D7B67. Grayscale: #8A8A8A. Windows color (decimal): -7175016 or 9995410. OLE color: 9995410.
HSL color Cylindrical-coordinate representation of color #928498: hue angle of 282º 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 #928498 is Cyan = 0.04, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 132 | 152 | - |
| CMYK | 0.04 | 0.13 | 0 | 0.40 |
| HSL | 282º | 0.09% | 0.56% | - |
| HSV(B) | 282º | 0.13% | 0.6% | - |
| XYZ | 25.77 | 24.88 | 33.15 | - |
| YUV | 138.47 | 135.64 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 152 | 0.04 | 0.13 | 0 | 0.40 | 282 | 0.09 | 0.56 |
| Hex | 92 | 84 | 98 | 4 | D | 0 | 28 | 11A | 9 | 38 |
| Octal | 222 | 204 | 230 | 4 | 15 | 0 | 50 | 432 | 11 | 70 |
| Binary | 10010010 | 10000100 | 10011000 | 100 | 1101 | 0 | 101000 | 100011010 | 1001 | 111000 |
Color Harmonies of #928498
Complementary color
Monochromatic Colors of #928498
Black with #928498
Text Example
Text Example
White with #928498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928498; }
p { color: rgb(146,132,152); }
H1.HeaderClassName
{
color: #928498;
}
.AnyTagClassName
{
color: #928498;
}
</style>
background-color css
<style>
a { background-color: #928498; }
a { background-color: rgb(146,132,152); }
div.DivClassName
{
background-color: #928498;
}
.BgClassName
{
background-color: #928498;
}
</style>
border-color css
<style>
span { border-color: #928498; }
span { border-color: rgb(146,132,152); }
td.TdClassName
{
border-color: #928498;
}
.TagClassName
{
border-color: #928498;
}
</style>