Shades of Amethyst Smoke #928792
Tints of Amethyst Smoke #928792
RGB
CMYK
RGB Variations
Color information
#928792 (or 0x928792) is known color: Amethyst Smoke. HEX triplet: 92, 87 and 92. RGB value is (146,135,146). Sum of RGB (Red+Green+Blue) = 146+135+146=427 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.19% from 427); Green value is 135 (53.12% from 255 or 31.62% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 146 - color contains mainly: red, blue. Hex color #928792 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928792 is #6D786D. Grayscale: #8B8B8B. Windows color (decimal): -7174254 or 9602962. OLE color: 9602962.
HSL color Cylindrical-coordinate representation of color #928792: hue angle of 300º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #928792 is Cyan = 0, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 135 | 146 | - |
| CMYK | 0 | 0.08 | 0 | 0.43 |
| HSL | 300º | 0.05% | 0.55% | - |
| HSV(B) | 300º | 0.08% | 0.57% | - |
| XYZ | 25.71 | 25.51 | 30.76 | - |
| YUV | 139.54 | 131.64 | 132.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 146 | 0 | 0.08 | 0 | 0.43 | 300 | 0.05 | 0.55 |
| Hex | 92 | 87 | 92 | 0 | 8 | 0 | 2B | 12C | 5 | 37 |
| Octal | 222 | 207 | 222 | 0 | 10 | 0 | 53 | 454 | 5 | 67 |
| Binary | 10010010 | 10000111 | 10010010 | 0 | 1000 | 0 | 101011 | 100101100 | 101 | 110111 |
Color Harmonies of #928792
Complementary color
Monochromatic Colors of #928792
Black with #928792
Text Example
Text Example
White with #928792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928792; }
p { color: rgb(146,135,146); }
H1.HeaderClassName
{
color: #928792;
}
.AnyTagClassName
{
color: #928792;
}
</style>
background-color css
<style>
a { background-color: #928792; }
a { background-color: rgb(146,135,146); }
div.DivClassName
{
background-color: #928792;
}
.BgClassName
{
background-color: #928792;
}
</style>
border-color css
<style>
span { border-color: #928792; }
span { border-color: rgb(146,135,146); }
td.TdClassName
{
border-color: #928792;
}
.TagClassName
{
border-color: #928792;
}
</style>