Shades of Grey Suit #938EAF
Tints of Grey Suit #938EAF
RGB
CMYK
RGB Variations
Color information
#938EAF (or 0x938EAF) is known color: Grey Suit. HEX triplet: 93, 8E and AF. RGB value is (147,142,175). Sum of RGB (Red+Green+Blue) = 147+142+175=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 175 - color contains mainly: blue. Hex color #938EAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938EAF is #6C7150. Grayscale: #939393. Windows color (decimal): -7106897 or 11505299. OLE color: 11505299.
HSL color Cylindrical-coordinate representation of color #938EAF: hue angle of 249.09º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #938EAF is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 142 | 175 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.31 |
| HSL | 249.09º | 0.17% | 0.62% | - |
| HSV(B) | 249.09º | 0.19% | 0.69% | - |
| XYZ | 29.44 | 28.64 | 44.53 | - |
| YUV | 147.26 | 143.66 | 127.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 142 | 175 | 0.16 | 0.19 | 0 | 0.31 | 249.09 | 0.17 | 0.62 |
| Hex | 93 | 8E | AF | 10 | 13 | 0 | 1F | F9 | 11 | 3E |
| Octal | 223 | 216 | 257 | 20 | 23 | 0 | 37 | 371 | 21 | 76 |
| Binary | 10010011 | 10001110 | 10101111 | 10000 | 10011 | 0 | 11111 | 11111001 | 10001 | 111110 |
Color Harmonies of #938EAF
Complementary color
Monochromatic Colors of #938EAF
Black with #938EAF
Text Example
Text Example
White with #938EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938EAF; }
p { color: rgb(147,142,175); }
H1.HeaderClassName
{
color: #938EAF;
}
.AnyTagClassName
{
color: #938EAF;
}
</style>
background-color css
<style>
a { background-color: #938EAF; }
a { background-color: rgb(147,142,175); }
div.DivClassName
{
background-color: #938EAF;
}
.BgClassName
{
background-color: #938EAF;
}
</style>
border-color css
<style>
span { border-color: #938EAF; }
span { border-color: rgb(147,142,175); }
td.TdClassName
{
border-color: #938EAF;
}
.TagClassName
{
border-color: #938EAF;
}
</style>