Shades of Grey Suit #938EAD
Tints of Grey Suit #938EAD
RGB
CMYK
RGB Variations
Color information
#938EAD (or 0x938EAD) is known color: Grey Suit. HEX triplet: 93, 8E and AD. RGB value is (147,142,173). Sum of RGB (Red+Green+Blue) = 147+142+173=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 173 - color contains mainly: blue. Hex color #938EAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938EAD is #6C7152. Grayscale: #929292. Windows color (decimal): -7106899 or 11374227. OLE color: 11374227.
HSL color Cylindrical-coordinate representation of color #938EAD: hue angle of 249.68º 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 #938EAD is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 142 | 173 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.32 |
| HSL | 249.68º | 0.16% | 0.62% | - |
| HSV(B) | 249.68º | 0.18% | 0.68% | - |
| XYZ | 29.25 | 28.57 | 43.51 | - |
| YUV | 147.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 173 | 0.15 | 0.18 | 0 | 0.32 | 249.68 | 0.16 | 0.62 |
| Hex | 93 | 8E | AD | F | 12 | 0 | 20 | FA | 10 | 3E |
| Octal | 223 | 216 | 255 | 17 | 22 | 0 | 40 | 372 | 20 | 76 |
| Binary | 10010011 | 10001110 | 10101101 | 1111 | 10010 | 0 | 100000 | 11111010 | 10000 | 111110 |
Color Harmonies of #938EAD
Complementary color
Monochromatic Colors of #938EAD
Black with #938EAD
Text Example
Text Example
White with #938EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938EAD; }
p { color: rgb(147,142,173); }
H1.HeaderClassName
{
color: #938EAD;
}
.AnyTagClassName
{
color: #938EAD;
}
</style>
background-color css
<style>
a { background-color: #938EAD; }
a { background-color: rgb(147,142,173); }
div.DivClassName
{
background-color: #938EAD;
}
.BgClassName
{
background-color: #938EAD;
}
</style>
border-color css
<style>
span { border-color: #938EAD; }
span { border-color: rgb(147,142,173); }
td.TdClassName
{
border-color: #938EAD;
}
.TagClassName
{
border-color: #938EAD;
}
</style>