Shades of Grey Suit #938CA0
Tints of Grey Suit #938CA0
RGB
CMYK
RGB Variations
Color information
#938CA0 (or 0x938CA0) is known color: Grey Suit. HEX triplet: 93, 8C and A0. RGB value is (147,140,160). Sum of RGB (Red+Green+Blue) = 147+140+160=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 160 - color contains mainly: blue. Hex color #938CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938CA0 is #6C735F. Grayscale: #909090. Windows color (decimal): -7107424 or 10521747. OLE color: 10521747.
HSL color Cylindrical-coordinate representation of color #938CA0: hue angle of 261º degrees, saturation: 0.1, 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 #938CA0 is Cyan = 0.08, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 147 | 140 | 160 | - |
| CMYK | 0.08 | 0.12 | 0 | 0.37 |
| HSL | 261º | 0.1% | 0.59% | - |
| HSV(B) | 261º | 0.13% | 0.63% | - |
| XYZ | 27.76 | 27.5 | 37.1 | - |
| YUV | 144.37 | 136.82 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 140 | 160 | 0.08 | 0.12 | 0 | 0.37 | 261 | 0.1 | 0.59 |
| Hex | 93 | 8C | A0 | 8 | C | 0 | 25 | 105 | A | 3B |
| Octal | 223 | 214 | 240 | 10 | 14 | 0 | 45 | 405 | 12 | 73 |
| Binary | 10010011 | 10001100 | 10100000 | 1000 | 1100 | 0 | 100101 | 100000101 | 1010 | 111011 |
Color Harmonies of #938CA0
Complementary color
Monochromatic Colors of #938CA0
Black with #938CA0
Text Example
Text Example
White with #938CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938CA0; }
p { color: rgb(147,140,160); }
H1.HeaderClassName
{
color: #938CA0;
}
.AnyTagClassName
{
color: #938CA0;
}
</style>
background-color css
<style>
a { background-color: #938CA0; }
a { background-color: rgb(147,140,160); }
div.DivClassName
{
background-color: #938CA0;
}
.BgClassName
{
background-color: #938CA0;
}
</style>
border-color css
<style>
span { border-color: #938CA0; }
span { border-color: rgb(147,140,160); }
td.TdClassName
{
border-color: #938CA0;
}
.TagClassName
{
border-color: #938CA0;
}
</style>