Shades of Grey Suit #938EAC
Tints of Grey Suit #938EAC
RGB
CMYK
RGB Variations
Color information
#938EAC (or 0x938EAC) is known color: Grey Suit. HEX triplet: 93, 8E and AC. RGB value is (147,142,172). Sum of RGB (Red+Green+Blue) = 147+142+172=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 142 (55.86% from 255 or 30.80% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 172 - color contains mainly: blue. Hex color #938EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938EAC is #6C7153. Grayscale: #929292. Windows color (decimal): -7106900 or 11308691. OLE color: 11308691.
HSL color Cylindrical-coordinate representation of color #938EAC: hue angle of 250º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #938EAC is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 142 | 172 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.33 |
| HSL | 250º | 0.15% | 0.62% | - |
| HSV(B) | 250º | 0.17% | 0.67% | - |
| XYZ | 29.15 | 28.53 | 43 | - |
| YUV | 146.92 | 142.16 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 172 | 0.15 | 0.17 | 0 | 0.33 | 250 | 0.15 | 0.62 |
| Hex | 93 | 8E | AC | F | 11 | 0 | 21 | FA | F | 3E |
| Octal | 223 | 216 | 254 | 17 | 21 | 0 | 41 | 372 | 17 | 76 |
| Binary | 10010011 | 10001110 | 10101100 | 1111 | 10001 | 0 | 100001 | 11111010 | 1111 | 111110 |
Color Harmonies of #938EAC
Complementary color
Monochromatic Colors of #938EAC
Black with #938EAC
Text Example
Text Example
White with #938EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938EAC; }
p { color: rgb(147,142,172); }
H1.HeaderClassName
{
color: #938EAC;
}
.AnyTagClassName
{
color: #938EAC;
}
</style>
background-color css
<style>
a { background-color: #938EAC; }
a { background-color: rgb(147,142,172); }
div.DivClassName
{
background-color: #938EAC;
}
.BgClassName
{
background-color: #938EAC;
}
</style>
border-color css
<style>
span { border-color: #938EAC; }
span { border-color: rgb(147,142,172); }
td.TdClassName
{
border-color: #938EAC;
}
.TagClassName
{
border-color: #938EAC;
}
</style>