Shades of Grey Suit #938DA0
Tints of Grey Suit #938DA0
RGB
CMYK
RGB Variations
Color information
#938DA0 (or 0x938DA0) is known color: Grey Suit. HEX triplet: 93, 8D and A0. RGB value is (147,141,160). Sum of RGB (Red+Green+Blue) = 147+141+160=448 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.81% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 160 - color contains mainly: blue. Hex color #938DA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938DA0 is #6C725F. Grayscale: #909090. Windows color (decimal): -7107168 or 10522003. OLE color: 10522003.
HSL color Cylindrical-coordinate representation of color #938DA0: hue angle of 258.95º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #938DA0 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 141 | 160 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.37 |
| HSL | 258.95º | 0.09% | 0.59% | - |
| HSV(B) | 258.95º | 0.12% | 0.63% | - |
| XYZ | 27.9 | 27.79 | 37.15 | - |
| YUV | 144.96 | 136.49 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 160 | 0.08 | 0.12 | 0 | 0.37 | 258.95 | 0.09 | 0.59 |
| Hex | 93 | 8D | A0 | 8 | C | 0 | 25 | 103 | 9 | 3B |
| Octal | 223 | 215 | 240 | 10 | 14 | 0 | 45 | 403 | 11 | 73 |
| Binary | 10010011 | 10001101 | 10100000 | 1000 | 1100 | 0 | 100101 | 100000011 | 1001 | 111011 |
Color Harmonies of #938DA0
Complementary color
Monochromatic Colors of #938DA0
Black with #938DA0
Text Example
Text Example
White with #938DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DA0; }
p { color: rgb(147,141,160); }
H1.HeaderClassName
{
color: #938DA0;
}
.AnyTagClassName
{
color: #938DA0;
}
</style>
background-color css
<style>
a { background-color: #938DA0; }
a { background-color: rgb(147,141,160); }
div.DivClassName
{
background-color: #938DA0;
}
.BgClassName
{
background-color: #938DA0;
}
</style>
border-color css
<style>
span { border-color: #938DA0; }
span { border-color: rgb(147,141,160); }
td.TdClassName
{
border-color: #938DA0;
}
.TagClassName
{
border-color: #938DA0;
}
</style>