Shades of Grey Suit #928EA9
Tints of Grey Suit #928EA9
RGB
CMYK
RGB Variations
Color information
#928EA9 (or 0x928EA9) is known color: Grey Suit. HEX triplet: 92, 8E and A9. RGB value is (146,142,169). Sum of RGB (Red+Green+Blue) = 146+142+169=457 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.95% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 169 (66.41% from 255 or 36.98% from 457); Max value from RGB is 169 - color contains mainly: blue. Hex color #928EA9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928EA9 is #6D7156. Grayscale: #929292. Windows color (decimal): -7172439 or 11112082. OLE color: 11112082.
HSL color Cylindrical-coordinate representation of color #928EA9: hue angle of 248.89º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #928EA9 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 146 | 142 | 169 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.34 |
| HSL | 248.89º | 0.14% | 0.61% | - |
| HSV(B) | 248.89º | 0.16% | 0.66% | - |
| XYZ | 28.69 | 28.32 | 41.49 | - |
| YUV | 146.27 | 140.83 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 169 | 0.14 | 0.16 | 0 | 0.34 | 248.89 | 0.14 | 0.61 |
| Hex | 92 | 8E | A9 | E | 10 | 0 | 22 | F9 | E | 3D |
| Octal | 222 | 216 | 251 | 16 | 20 | 0 | 42 | 371 | 16 | 75 |
| Binary | 10010010 | 10001110 | 10101001 | 1110 | 10000 | 0 | 100010 | 11111001 | 1110 | 111101 |
Color Harmonies of #928EA9
Complementary color
Monochromatic Colors of #928EA9
Black with #928EA9
Text Example
Text Example
White with #928EA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928EA9; }
p { color: rgb(146,142,169); }
H1.HeaderClassName
{
color: #928EA9;
}
.AnyTagClassName
{
color: #928EA9;
}
</style>
background-color css
<style>
a { background-color: #928EA9; }
a { background-color: rgb(146,142,169); }
div.DivClassName
{
background-color: #928EA9;
}
.BgClassName
{
background-color: #928EA9;
}
</style>
border-color css
<style>
span { border-color: #928EA9; }
span { border-color: rgb(146,142,169); }
td.TdClassName
{
border-color: #928EA9;
}
.TagClassName
{
border-color: #928EA9;
}
</style>