Shades of Grey Suit #9389AB
Tints of Grey Suit #9389AB
RGB
CMYK
RGB Variations
Color information
#9389AB (or 0x9389AB) is known color: Grey Suit. HEX triplet: 93, 89 and AB. RGB value is (147,137,171). Sum of RGB (Red+Green+Blue) = 147+137+171=455 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.31% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 171 - color contains mainly: blue. Hex color #9389AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9389AB is #6C7654. Grayscale: #8F8F8F. Windows color (decimal): -7108181 or 11241875. OLE color: 11241875.
HSL color Cylindrical-coordinate representation of color #9389AB: hue angle of 257.65º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9389AB is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 137 | 171 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.33 |
| HSL | 257.65º | 0.17% | 0.6% | - |
| HSV(B) | 257.65º | 0.2% | 0.67% | - |
| XYZ | 28.33 | 27.03 | 42.25 | - |
| YUV | 143.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 137 | 171 | 0.14 | 0.20 | 0 | 0.33 | 257.65 | 0.17 | 0.6 |
| Hex | 93 | 89 | AB | E | 14 | 0 | 21 | 102 | 11 | 3C |
| Octal | 223 | 211 | 253 | 16 | 24 | 0 | 41 | 402 | 21 | 74 |
| Binary | 10010011 | 10001001 | 10101011 | 1110 | 10100 | 0 | 100001 | 100000010 | 10001 | 111100 |
Color Harmonies of #9389AB
Complementary color
Monochromatic Colors of #9389AB
Black with #9389AB
Text Example
Text Example
White with #9389AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9389AB; }
p { color: rgb(147,137,171); }
H1.HeaderClassName
{
color: #9389AB;
}
.AnyTagClassName
{
color: #9389AB;
}
</style>
background-color css
<style>
a { background-color: #9389AB; }
a { background-color: rgb(147,137,171); }
div.DivClassName
{
background-color: #9389AB;
}
.BgClassName
{
background-color: #9389AB;
}
</style>
border-color css
<style>
span { border-color: #9389AB; }
span { border-color: rgb(147,137,171); }
td.TdClassName
{
border-color: #9389AB;
}
.TagClassName
{
border-color: #9389AB;
}
</style>