Shades of Grey Suit #938FAB
Tints of Grey Suit #938FAB
RGB
CMYK
RGB Variations
Color information
#938FAB (or 0x938FAB) is known color: Grey Suit. HEX triplet: 93, 8F and AB. RGB value is (147,143,171). Sum of RGB (Red+Green+Blue) = 147+143+171=461 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.89% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 171 - color contains mainly: blue. Hex color #938FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938FAB is #6C7054. Grayscale: #939393. Windows color (decimal): -7106645 or 11243411. OLE color: 11243411.
HSL color Cylindrical-coordinate representation of color #938FAB: hue angle of 248.57º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #938FAB is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 143 | 171 | - |
| CMYK | 0.14 | 0.16 | 0 | 0.33 |
| HSL | 248.57º | 0.14% | 0.62% | - |
| HSV(B) | 248.57º | 0.16% | 0.67% | - |
| XYZ | 29.21 | 28.79 | 42.55 | - |
| YUV | 147.39 | 141.33 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 143 | 171 | 0.14 | 0.16 | 0 | 0.33 | 248.57 | 0.14 | 0.62 |
| Hex | 93 | 8F | AB | E | 10 | 0 | 21 | F9 | E | 3E |
| Octal | 223 | 217 | 253 | 16 | 20 | 0 | 41 | 371 | 16 | 76 |
| Binary | 10010011 | 10001111 | 10101011 | 1110 | 10000 | 0 | 100001 | 11111001 | 1110 | 111110 |
Color Harmonies of #938FAB
Complementary color
Monochromatic Colors of #938FAB
Black with #938FAB
Text Example
Text Example
White with #938FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #938FAB; }
p { color: rgb(147,143,171); }
H1.HeaderClassName
{
color: #938FAB;
}
.AnyTagClassName
{
color: #938FAB;
}
</style>
background-color css
<style>
a { background-color: #938FAB; }
a { background-color: rgb(147,143,171); }
div.DivClassName
{
background-color: #938FAB;
}
.BgClassName
{
background-color: #938FAB;
}
</style>
border-color css
<style>
span { border-color: #938FAB; }
span { border-color: rgb(147,143,171); }
td.TdClassName
{
border-color: #938FAB;
}
.TagClassName
{
border-color: #938FAB;
}
</style>