Shades of Amethyst Smoke #928494
Tints of Amethyst Smoke #928494
RGB
CMYK
RGB Variations
Color information
#928494 (or 0x928494) is known color: Amethyst Smoke. HEX triplet: 92, 84 and 94. RGB value is (146,132,148). Sum of RGB (Red+Green+Blue) = 146+132+148=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 148 - color contains mainly: blue. Hex color #928494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928494 is #6D7B6B. Grayscale: #898989. Windows color (decimal): -7175020 or 9733266. OLE color: 9733266.
HSL color Cylindrical-coordinate representation of color #928494: hue angle of 292.5º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #928494 is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 146 | 132 | 148 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.42 |
| HSL | 292.5º | 0.07% | 0.55% | - |
| HSV(B) | 292.5º | 0.11% | 0.58% | - |
| XYZ | 25.45 | 24.75 | 31.45 | - |
| YUV | 138.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 132 | 148 | 0.01 | 0.11 | 0 | 0.42 | 292.5 | 0.07 | 0.55 |
| Hex | 92 | 84 | 94 | 1 | B | 0 | 2A | 124 | 7 | 37 |
| Octal | 222 | 204 | 224 | 1 | 13 | 0 | 52 | 444 | 7 | 67 |
| Binary | 10010010 | 10000100 | 10010100 | 1 | 1011 | 0 | 101010 | 100100100 | 111 | 110111 |
Color Harmonies of #928494
Complementary color
Monochromatic Colors of #928494
Black with #928494
Text Example
Text Example
White with #928494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928494; }
p { color: rgb(146,132,148); }
H1.HeaderClassName
{
color: #928494;
}
.AnyTagClassName
{
color: #928494;
}
</style>
background-color css
<style>
a { background-color: #928494; }
a { background-color: rgb(146,132,148); }
div.DivClassName
{
background-color: #928494;
}
.BgClassName
{
background-color: #928494;
}
</style>
border-color css
<style>
span { border-color: #928494; }
span { border-color: rgb(146,132,148); }
td.TdClassName
{
border-color: #928494;
}
.TagClassName
{
border-color: #928494;
}
</style>