Shades of Amethyst Smoke #95779B
Tints of Amethyst Smoke #95779B
RGB
CMYK
RGB Variations
Color information
#95779B (or 0x95779B) is known color: Amethyst Smoke. HEX triplet: 95, 77 and 9B. RGB value is (149,119,155). Sum of RGB (Red+Green+Blue) = 149+119+155=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #95779B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95779B is #6A8864. Grayscale: #838383. Windows color (decimal): -6981733 or 10188693. OLE color: 10188693.
HSL color Cylindrical-coordinate representation of color #95779B: hue angle of 290º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #95779B is Cyan = 0.04, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 119 | 155 | - |
| CMYK | 0.04 | 0.23 | 0 | 0.39 |
| HSL | 290º | 0.15% | 0.54% | - |
| HSV(B) | 290º | 0.23% | 0.61% | - |
| XYZ | 24.91 | 21.95 | 33.93 | - |
| YUV | 132.07 | 140.94 | 140.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 155 | 0.04 | 0.23 | 0 | 0.39 | 290 | 0.15 | 0.54 |
| Hex | 95 | 77 | 9B | 4 | 17 | 0 | 27 | 122 | F | 36 |
| Octal | 225 | 167 | 233 | 4 | 27 | 0 | 47 | 442 | 17 | 66 |
| Binary | 10010101 | 1110111 | 10011011 | 100 | 10111 | 0 | 100111 | 100100010 | 1111 | 110110 |
Color Harmonies of #95779B
Complementary color
Monochromatic Colors of #95779B
Black with #95779B
Text Example
Text Example
White with #95779B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95779B; }
p { color: rgb(149,119,155); }
H1.HeaderClassName
{
color: #95779B;
}
.AnyTagClassName
{
color: #95779B;
}
</style>
background-color css
<style>
a { background-color: #95779B; }
a { background-color: rgb(149,119,155); }
div.DivClassName
{
background-color: #95779B;
}
.BgClassName
{
background-color: #95779B;
}
</style>
border-color css
<style>
span { border-color: #95779B; }
span { border-color: rgb(149,119,155); }
td.TdClassName
{
border-color: #95779B;
}
.TagClassName
{
border-color: #95779B;
}
</style>