Shades of Grey Suit #928EAA
Tints of Grey Suit #928EAA
RGB
CMYK
RGB Variations
Color information
#928EAA (or 0x928EAA) is known color: Grey Suit. HEX triplet: 92, 8E and AA. RGB value is (146,142,170). Sum of RGB (Red+Green+Blue) = 146+142+170=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 142 (55.86% from 255 or 31.00% from 458); Blue value is 170 (66.80% from 255 or 37.12% from 458); Max value from RGB is 170 - color contains mainly: blue. Hex color #928EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928EAA is #6D7155. Grayscale: #929292. Windows color (decimal): -7172438 or 11177618. OLE color: 11177618.
HSL color Cylindrical-coordinate representation of color #928EAA: hue angle of 248.57º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #928EAA is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 142 | 170 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.33 |
| HSL | 248.57º | 0.14% | 0.61% | - |
| HSV(B) | 248.57º | 0.16% | 0.67% | - |
| XYZ | 28.78 | 28.36 | 41.99 | - |
| YUV | 146.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 170 | 0.14 | 0.16 | 0 | 0.33 | 248.57 | 0.14 | 0.61 |
| Hex | 92 | 8E | AA | E | 10 | 0 | 21 | F9 | E | 3D |
| Octal | 222 | 216 | 252 | 16 | 20 | 0 | 41 | 371 | 16 | 75 |
| Binary | 10010010 | 10001110 | 10101010 | 1110 | 10000 | 0 | 100001 | 11111001 | 1110 | 111101 |
Color Harmonies of #928EAA
Complementary color
Monochromatic Colors of #928EAA
Black with #928EAA
Text Example
Text Example
White with #928EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928EAA; }
p { color: rgb(146,142,170); }
H1.HeaderClassName
{
color: #928EAA;
}
.AnyTagClassName
{
color: #928EAA;
}
</style>
background-color css
<style>
a { background-color: #928EAA; }
a { background-color: rgb(146,142,170); }
div.DivClassName
{
background-color: #928EAA;
}
.BgClassName
{
background-color: #928EAA;
}
</style>
border-color css
<style>
span { border-color: #928EAA; }
span { border-color: rgb(146,142,170); }
td.TdClassName
{
border-color: #928EAA;
}
.TagClassName
{
border-color: #928EAA;
}
</style>