Shades of Grey Suit #938DAC
Tints of Grey Suit #938DAC
RGB
CMYK
RGB Variations
Color information
#938DAC (or 0x938DAC) is known color: Grey Suit. HEX triplet: 93, 8D and AC. RGB value is (147,141,172). Sum of RGB (Red+Green+Blue) = 147+141+172=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 172 - color contains mainly: blue. Hex color #938DAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938DAC is #6C7253. Grayscale: #929292. Windows color (decimal): -7107156 or 11308435. OLE color: 11308435.
HSL color Cylindrical-coordinate representation of color #938DAC: hue angle of 251.61º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #938DAC is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 141 | 172 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.33 |
| HSL | 251.61º | 0.16% | 0.61% | - |
| HSV(B) | 251.61º | 0.18% | 0.67% | - |
| XYZ | 29 | 28.23 | 42.95 | - |
| YUV | 146.33 | 142.49 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 172 | 0.15 | 0.18 | 0 | 0.33 | 251.61 | 0.16 | 0.61 |
| Hex | 93 | 8D | AC | F | 12 | 0 | 21 | FC | 10 | 3D |
| Octal | 223 | 215 | 254 | 17 | 22 | 0 | 41 | 374 | 20 | 75 |
| Binary | 10010011 | 10001101 | 10101100 | 1111 | 10010 | 0 | 100001 | 11111100 | 10000 | 111101 |
Color Harmonies of #938DAC
Complementary color
Monochromatic Colors of #938DAC
Black with #938DAC
Text Example
Text Example
White with #938DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DAC; }
p { color: rgb(147,141,172); }
H1.HeaderClassName
{
color: #938DAC;
}
.AnyTagClassName
{
color: #938DAC;
}
</style>
background-color css
<style>
a { background-color: #938DAC; }
a { background-color: rgb(147,141,172); }
div.DivClassName
{
background-color: #938DAC;
}
.BgClassName
{
background-color: #938DAC;
}
</style>
border-color css
<style>
span { border-color: #938DAC; }
span { border-color: rgb(147,141,172); }
td.TdClassName
{
border-color: #938DAC;
}
.TagClassName
{
border-color: #938DAC;
}
</style>