Shades of Grey Suit #938EAA
Tints of Grey Suit #938EAA
RGB
CMYK
RGB Variations
Color information
#938EAA (or 0x938EAA) is known color: Grey Suit. HEX triplet: 93, 8E and AA. RGB value is (147,142,170). Sum of RGB (Red+Green+Blue) = 147+142+170=459 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.03% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 170 - color contains mainly: blue. Hex color #938EAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938EAA is #6C7155. Grayscale: #929292. Windows color (decimal): -7106902 or 11177619. OLE color: 11177619.
HSL color Cylindrical-coordinate representation of color #938EAA: hue angle of 250.71º 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 #938EAA is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 142 | 170 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.33 |
| HSL | 250.71º | 0.14% | 0.61% | - |
| HSV(B) | 250.71º | 0.16% | 0.67% | - |
| XYZ | 28.96 | 28.45 | 42 | - |
| YUV | 146.69 | 141.16 | 128.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 170 | 0.14 | 0.16 | 0 | 0.33 | 250.71 | 0.14 | 0.61 |
| Hex | 93 | 8E | AA | E | 10 | 0 | 21 | FB | E | 3D |
| Octal | 223 | 216 | 252 | 16 | 20 | 0 | 41 | 373 | 16 | 75 |
| Binary | 10010011 | 10001110 | 10101010 | 1110 | 10000 | 0 | 100001 | 11111011 | 1110 | 111101 |
Color Harmonies of #938EAA
Complementary color
Monochromatic Colors of #938EAA
Black with #938EAA
Text Example
Text Example
White with #938EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938EAA; }
p { color: rgb(147,142,170); }
H1.HeaderClassName
{
color: #938EAA;
}
.AnyTagClassName
{
color: #938EAA;
}
</style>
background-color css
<style>
a { background-color: #938EAA; }
a { background-color: rgb(147,142,170); }
div.DivClassName
{
background-color: #938EAA;
}
.BgClassName
{
background-color: #938EAA;
}
</style>
border-color css
<style>
span { border-color: #938EAA; }
span { border-color: rgb(147,142,170); }
td.TdClassName
{
border-color: #938EAA;
}
.TagClassName
{
border-color: #938EAA;
}
</style>