Shades of Grey Suit #928EAB
Tints of Grey Suit #928EAB
RGB
CMYK
RGB Variations
Color information
#928EAB (or 0x928EAB) is known color: Grey Suit. HEX triplet: 92, 8E and AB. RGB value is (146,142,171). Sum of RGB (Red+Green+Blue) = 146+142+171=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 171 (67.19% from 255 or 37.25% from 459); Max value from RGB is 171 - color contains mainly: blue. Hex color #928EAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #928EAB is #6D7154. Grayscale: #929292. Windows color (decimal): -7172437 or 11243154. OLE color: 11243154.
HSL color Cylindrical-coordinate representation of color #928EAB: hue angle of 248.28º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #928EAB is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 142 | 171 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.33 |
| HSL | 248.28º | 0.15% | 0.61% | - |
| HSV(B) | 248.28º | 0.17% | 0.67% | - |
| XYZ | 28.88 | 28.4 | 42.49 | - |
| YUV | 146.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 142 | 171 | 0.15 | 0.17 | 0 | 0.33 | 248.28 | 0.15 | 0.61 |
| Hex | 92 | 8E | AB | F | 11 | 0 | 21 | F8 | F | 3D |
| Octal | 222 | 216 | 253 | 17 | 21 | 0 | 41 | 370 | 17 | 75 |
| Binary | 10010010 | 10001110 | 10101011 | 1111 | 10001 | 0 | 100001 | 11111000 | 1111 | 111101 |
Color Harmonies of #928EAB
Complementary color
Monochromatic Colors of #928EAB
Black with #928EAB
Text Example
Text Example
White with #928EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #928EAB; }
p { color: rgb(146,142,171); }
H1.HeaderClassName
{
color: #928EAB;
}
.AnyTagClassName
{
color: #928EAB;
}
</style>
background-color css
<style>
a { background-color: #928EAB; }
a { background-color: rgb(146,142,171); }
div.DivClassName
{
background-color: #928EAB;
}
.BgClassName
{
background-color: #928EAB;
}
</style>
border-color css
<style>
span { border-color: #928EAB; }
span { border-color: rgb(146,142,171); }
td.TdClassName
{
border-color: #928EAB;
}
.TagClassName
{
border-color: #928EAB;
}
</style>