Shades of Amethyst Smoke #928797
Tints of Amethyst Smoke #928797
RGB
CMYK
RGB Variations
Color information
#928797 (or 0x928797) is known color: Amethyst Smoke. HEX triplet: 92, 87 and 97. RGB value is (146,135,151). Sum of RGB (Red+Green+Blue) = 146+135+151=432 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.80% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 151 (59.38% from 255 or 34.95% from 432); Max value from RGB is 151 - color contains mainly: blue. Hex color #928797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928797 is #6D7868. Grayscale: #8C8C8C. Windows color (decimal): -7174249 or 9930642. OLE color: 9930642.
HSL color Cylindrical-coordinate representation of color #928797: hue angle of 281.25º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #928797 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 146 | 135 | 151 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.41 |
| HSL | 281.25º | 0.07% | 0.56% | - |
| HSV(B) | 281.25º | 0.11% | 0.59% | - |
| XYZ | 26.1 | 25.67 | 32.86 | - |
| YUV | 140.11 | 134.14 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 151 | 0.03 | 0.11 | 0 | 0.41 | 281.25 | 0.07 | 0.56 |
| Hex | 92 | 87 | 97 | 3 | B | 0 | 29 | 119 | 7 | 38 |
| Octal | 222 | 207 | 227 | 3 | 13 | 0 | 51 | 431 | 7 | 70 |
| Binary | 10010010 | 10000111 | 10010111 | 11 | 1011 | 0 | 101001 | 100011001 | 111 | 111000 |
Color Harmonies of #928797
Complementary color
Monochromatic Colors of #928797
Black with #928797
Text Example
Text Example
White with #928797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928797; }
p { color: rgb(146,135,151); }
H1.HeaderClassName
{
color: #928797;
}
.AnyTagClassName
{
color: #928797;
}
</style>
background-color css
<style>
a { background-color: #928797; }
a { background-color: rgb(146,135,151); }
div.DivClassName
{
background-color: #928797;
}
.BgClassName
{
background-color: #928797;
}
</style>
border-color css
<style>
span { border-color: #928797; }
span { border-color: rgb(146,135,151); }
td.TdClassName
{
border-color: #928797;
}
.TagClassName
{
border-color: #928797;
}
</style>