Shades of Amethyst Smoke #92879D
Tints of Amethyst Smoke #92879D
RGB
CMYK
RGB Variations
Color information
#92879D (or 0x92879D) is known color: Amethyst Smoke. HEX triplet: 92, 87 and 9D. RGB value is (146,135,157). Sum of RGB (Red+Green+Blue) = 146+135+157=438 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.33% from 438); Green value is 135 (53.12% from 255 or 30.82% from 438); Blue value is 157 (61.72% from 255 or 35.84% from 438); Max value from RGB is 157 - color contains mainly: blue. Hex color #92879D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92879D is #6D7862. Grayscale: #8C8C8C. Windows color (decimal): -7174243 or 10323858. OLE color: 10323858.
HSL color Cylindrical-coordinate representation of color #92879D: hue angle of 270º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #92879D is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 135 | 157 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.38 |
| HSL | 270º | 0.1% | 0.57% | - |
| HSV(B) | 270º | 0.14% | 0.62% | - |
| XYZ | 26.6 | 25.87 | 35.49 | - |
| YUV | 140.8 | 137.14 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 135 | 157 | 0.07 | 0.14 | 0 | 0.38 | 270 | 0.1 | 0.57 |
| Hex | 92 | 87 | 9D | 7 | E | 0 | 26 | 10E | A | 39 |
| Octal | 222 | 207 | 235 | 7 | 16 | 0 | 46 | 416 | 12 | 71 |
| Binary | 10010010 | 10000111 | 10011101 | 111 | 1110 | 0 | 100110 | 100001110 | 1010 | 111001 |
Color Harmonies of #92879D
Complementary color
Monochromatic Colors of #92879D
Black with #92879D
Text Example
Text Example
White with #92879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92879D; }
p { color: rgb(146,135,157); }
H1.HeaderClassName
{
color: #92879D;
}
.AnyTagClassName
{
color: #92879D;
}
</style>
background-color css
<style>
a { background-color: #92879D; }
a { background-color: rgb(146,135,157); }
div.DivClassName
{
background-color: #92879D;
}
.BgClassName
{
background-color: #92879D;
}
</style>
border-color css
<style>
span { border-color: #92879D; }
span { border-color: rgb(146,135,157); }
td.TdClassName
{
border-color: #92879D;
}
.TagClassName
{
border-color: #92879D;
}
</style>