Shades of Grey Suit #938D9F
Tints of Grey Suit #938D9F
RGB
CMYK
RGB Variations
Color information
#938D9F (or 0x938D9F) is known color: Grey Suit. HEX triplet: 93, 8D and 9F. RGB value is (147,141,159). Sum of RGB (Red+Green+Blue) = 147+141+159=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 159 - color contains mainly: blue. Hex color #938D9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938D9F is #6C7260. Grayscale: #909090. Windows color (decimal): -7107169 or 10456467. OLE color: 10456467.
HSL color Cylindrical-coordinate representation of color #938D9F: hue angle of 260º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #938D9F is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 147 | 141 | 159 | - |
| CMYK | 0.08 | 0.11 | 0 | 0.38 |
| HSL | 260º | 0.09% | 0.59% | - |
| HSV(B) | 260º | 0.11% | 0.62% | - |
| XYZ | 27.82 | 27.76 | 36.69 | - |
| YUV | 144.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 159 | 0.08 | 0.11 | 0 | 0.38 | 260 | 0.09 | 0.59 |
| Hex | 93 | 8D | 9F | 8 | B | 0 | 26 | 104 | 9 | 3B |
| Octal | 223 | 215 | 237 | 10 | 13 | 0 | 46 | 404 | 11 | 73 |
| Binary | 10010011 | 10001101 | 10011111 | 1000 | 1011 | 0 | 100110 | 100000100 | 1001 | 111011 |
Color Harmonies of #938D9F
Complementary color
Monochromatic Colors of #938D9F
Black with #938D9F
Text Example
Text Example
White with #938D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938D9F; }
p { color: rgb(147,141,159); }
H1.HeaderClassName
{
color: #938D9F;
}
.AnyTagClassName
{
color: #938D9F;
}
</style>
background-color css
<style>
a { background-color: #938D9F; }
a { background-color: rgb(147,141,159); }
div.DivClassName
{
background-color: #938D9F;
}
.BgClassName
{
background-color: #938D9F;
}
</style>
border-color css
<style>
span { border-color: #938D9F; }
span { border-color: rgb(147,141,159); }
td.TdClassName
{
border-color: #938D9F;
}
.TagClassName
{
border-color: #938D9F;
}
</style>