Shades of Amethyst Smoke #928898
Tints of Amethyst Smoke #928898
RGB
CMYK
RGB Variations
Color information
#928898 (or 0x928898) is known color: Amethyst Smoke. HEX triplet: 92, 88 and 98. RGB value is (146,136,152). Sum of RGB (Red+Green+Blue) = 146+136+152=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 136 (53.52% from 255 or 31.34% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 152 - color contains mainly: blue. Hex color #928898 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928898 is #6D7767. Grayscale: #8C8C8C. Windows color (decimal): -7173992 or 9996434. OLE color: 9996434.
HSL color Cylindrical-coordinate representation of color #928898: hue angle of 277.5º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #928898 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 136 | 152 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.40 |
| HSL | 277.5º | 0.07% | 0.56% | - |
| HSV(B) | 277.5º | 0.11% | 0.6% | - |
| XYZ | 26.33 | 25.99 | 33.33 | - |
| YUV | 140.81 | 134.31 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 152 | 0.04 | 0.11 | 0 | 0.40 | 277.5 | 0.07 | 0.56 |
| Hex | 92 | 88 | 98 | 4 | B | 0 | 28 | 116 | 7 | 38 |
| Octal | 222 | 210 | 230 | 4 | 13 | 0 | 50 | 426 | 7 | 70 |
| Binary | 10010010 | 10001000 | 10011000 | 100 | 1011 | 0 | 101000 | 100010110 | 111 | 111000 |
Color Harmonies of #928898
Complementary color
Monochromatic Colors of #928898
Black with #928898
Text Example
Text Example
White with #928898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928898; }
p { color: rgb(146,136,152); }
H1.HeaderClassName
{
color: #928898;
}
.AnyTagClassName
{
color: #928898;
}
</style>
background-color css
<style>
a { background-color: #928898; }
a { background-color: rgb(146,136,152); }
div.DivClassName
{
background-color: #928898;
}
.BgClassName
{
background-color: #928898;
}
</style>
border-color css
<style>
span { border-color: #928898; }
span { border-color: rgb(146,136,152); }
td.TdClassName
{
border-color: #928898;
}
.TagClassName
{
border-color: #928898;
}
</style>