Shades of Grey Suit #938DA8
Tints of Grey Suit #938DA8
RGB
CMYK
RGB Variations
Color information
#938DA8 (or 0x938DA8) is known color: Grey Suit. HEX triplet: 93, 8D and A8. RGB value is (147,141,168). Sum of RGB (Red+Green+Blue) = 147+141+168=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 168 - color contains mainly: blue. Hex color #938DA8 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938DA8 is #6C7257. Grayscale: #919191. Windows color (decimal): -7107160 or 11046291. OLE color: 11046291.
HSL color Cylindrical-coordinate representation of color #938DA8: hue angle of 253.33º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #938DA8 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 141 | 168 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.34 |
| HSL | 253.33º | 0.13% | 0.61% | - |
| HSV(B) | 253.33º | 0.16% | 0.66% | - |
| XYZ | 28.63 | 28.08 | 40.96 | - |
| YUV | 145.87 | 140.49 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 168 | 0.13 | 0.16 | 0 | 0.34 | 253.33 | 0.13 | 0.61 |
| Hex | 93 | 8D | A8 | D | 10 | 0 | 22 | FD | D | 3D |
| Octal | 223 | 215 | 250 | 15 | 20 | 0 | 42 | 375 | 15 | 75 |
| Binary | 10010011 | 10001101 | 10101000 | 1101 | 10000 | 0 | 100010 | 11111101 | 1101 | 111101 |
Color Harmonies of #938DA8
Complementary color
Monochromatic Colors of #938DA8
Black with #938DA8
Text Example
Text Example
White with #938DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DA8; }
p { color: rgb(147,141,168); }
H1.HeaderClassName
{
color: #938DA8;
}
.AnyTagClassName
{
color: #938DA8;
}
</style>
background-color css
<style>
a { background-color: #938DA8; }
a { background-color: rgb(147,141,168); }
div.DivClassName
{
background-color: #938DA8;
}
.BgClassName
{
background-color: #938DA8;
}
</style>
border-color css
<style>
span { border-color: #938DA8; }
span { border-color: rgb(147,141,168); }
td.TdClassName
{
border-color: #938DA8;
}
.TagClassName
{
border-color: #938DA8;
}
</style>