Shades of Amethyst Smoke #928B9B
Tints of Amethyst Smoke #928B9B
RGB
CMYK
RGB Variations
Color information
#928B9B (or 0x928B9B) is known color: Amethyst Smoke. HEX triplet: 92, 8B and 9B. RGB value is (146,139,155). Sum of RGB (Red+Green+Blue) = 146+139+155=440 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.18% from 440); Green value is 139 (54.69% from 255 or 31.59% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 155 - color contains mainly: blue. Hex color #928B9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928B9B is #6D7464. Grayscale: #8E8E8E. Windows color (decimal): -7173221 or 10193810. OLE color: 10193810.
HSL color Cylindrical-coordinate representation of color #928B9B: hue angle of 266.25º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #928B9B is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 146 | 139 | 155 | - |
| CMYK | 0.06 | 0.10 | 0 | 0.39 |
| HSL | 266.25º | 0.07% | 0.58% | - |
| HSV(B) | 266.25º | 0.1% | 0.61% | - |
| XYZ | 27 | 26.94 | 34.79 | - |
| YUV | 142.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 139 | 155 | 0.06 | 0.10 | 0 | 0.39 | 266.25 | 0.07 | 0.58 |
| Hex | 92 | 8B | 9B | 6 | A | 0 | 27 | 10A | 7 | 3A |
| Octal | 222 | 213 | 233 | 6 | 12 | 0 | 47 | 412 | 7 | 72 |
| Binary | 10010010 | 10001011 | 10011011 | 110 | 1010 | 0 | 100111 | 100001010 | 111 | 111010 |
Color Harmonies of #928B9B
Complementary color
Monochromatic Colors of #928B9B
Black with #928B9B
Text Example
Text Example
White with #928B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928B9B; }
p { color: rgb(146,139,155); }
H1.HeaderClassName
{
color: #928B9B;
}
.AnyTagClassName
{
color: #928B9B;
}
</style>
background-color css
<style>
a { background-color: #928B9B; }
a { background-color: rgb(146,139,155); }
div.DivClassName
{
background-color: #928B9B;
}
.BgClassName
{
background-color: #928B9B;
}
</style>
border-color css
<style>
span { border-color: #928B9B; }
span { border-color: rgb(146,139,155); }
td.TdClassName
{
border-color: #928B9B;
}
.TagClassName
{
border-color: #928B9B;
}
</style>