Shades of Grey Suit #938DA4
Tints of Grey Suit #938DA4
RGB
CMYK
RGB Variations
Color information
#938DA4 (or 0x938DA4) is known color: Grey Suit. HEX triplet: 93, 8D and A4. RGB value is (147,141,164). Sum of RGB (Red+Green+Blue) = 147+141+164=452 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.52% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 164 (64.45% from 255 or 36.28% from 452); Max value from RGB is 164 - color contains mainly: blue. Hex color #938DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938DA4 is #6C725B. Grayscale: #919191. Windows color (decimal): -7107164 or 10784147. OLE color: 10784147.
HSL color Cylindrical-coordinate representation of color #938DA4: hue angle of 255.65º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #938DA4 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 147 | 141 | 164 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.36 |
| HSL | 255.65º | 0.11% | 0.6% | - |
| HSV(B) | 255.65º | 0.14% | 0.64% | - |
| XYZ | 28.26 | 27.93 | 39.02 | - |
| YUV | 145.42 | 138.49 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 141 | 164 | 0.10 | 0.14 | 0 | 0.36 | 255.65 | 0.11 | 0.6 |
| Hex | 93 | 8D | A4 | A | E | 0 | 24 | 100 | B | 3C |
| Octal | 223 | 215 | 244 | 12 | 16 | 0 | 44 | 400 | 13 | 74 |
| Binary | 10010011 | 10001101 | 10100100 | 1010 | 1110 | 0 | 100100 | 100000000 | 1011 | 111100 |
Color Harmonies of #938DA4
Complementary color
Monochromatic Colors of #938DA4
Black with #938DA4
Text Example
Text Example
White with #938DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938DA4; }
p { color: rgb(147,141,164); }
H1.HeaderClassName
{
color: #938DA4;
}
.AnyTagClassName
{
color: #938DA4;
}
</style>
background-color css
<style>
a { background-color: #938DA4; }
a { background-color: rgb(147,141,164); }
div.DivClassName
{
background-color: #938DA4;
}
.BgClassName
{
background-color: #938DA4;
}
</style>
border-color css
<style>
span { border-color: #938DA4; }
span { border-color: rgb(147,141,164); }
td.TdClassName
{
border-color: #938DA4;
}
.TagClassName
{
border-color: #938DA4;
}
</style>