Shades of Grey Suit #928EAD
Tints of Grey Suit #928EAD
RGB
CMYK
RGB Variations
Color information
#928EAD (or 0x928EAD) is known color: Grey Suit. HEX triplet: 92, 8E and AD. RGB value is (146,142,173). Sum of RGB (Red+Green+Blue) = 146+142+173=461 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.67% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 173 (67.97% from 255 or 37.53% from 461); Max value from RGB is 173 - color contains mainly: blue. Hex color #928EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928EAD is #6D7152. Grayscale: #929292. Windows color (decimal): -7172435 or 11374226. OLE color: 11374226.
HSL color Cylindrical-coordinate representation of color #928EAD: hue angle of 247.74º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #928EAD is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 142 | 173 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.32 |
| HSL | 247.74º | 0.16% | 0.62% | - |
| HSV(B) | 247.74º | 0.18% | 0.68% | - |
| XYZ | 29.07 | 28.47 | 43.5 | - |
| YUV | 146.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 173 | 0.16 | 0.18 | 0 | 0.32 | 247.74 | 0.16 | 0.62 |
| Hex | 92 | 8E | AD | 10 | 12 | 0 | 20 | F8 | 10 | 3E |
| Octal | 222 | 216 | 255 | 20 | 22 | 0 | 40 | 370 | 20 | 76 |
| Binary | 10010010 | 10001110 | 10101101 | 10000 | 10010 | 0 | 100000 | 11111000 | 10000 | 111110 |
Color Harmonies of #928EAD
Complementary color
Monochromatic Colors of #928EAD
Black with #928EAD
Text Example
Text Example
White with #928EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928EAD; }
p { color: rgb(146,142,173); }
H1.HeaderClassName
{
color: #928EAD;
}
.AnyTagClassName
{
color: #928EAD;
}
</style>
background-color css
<style>
a { background-color: #928EAD; }
a { background-color: rgb(146,142,173); }
div.DivClassName
{
background-color: #928EAD;
}
.BgClassName
{
background-color: #928EAD;
}
</style>
border-color css
<style>
span { border-color: #928EAD; }
span { border-color: rgb(146,142,173); }
td.TdClassName
{
border-color: #928EAD;
}
.TagClassName
{
border-color: #928EAD;
}
</style>