Shades of Grey Suit #9388AD
Tints of Grey Suit #9388AD
RGB
CMYK
RGB Variations
Color information
#9388AD (or 0x9388AD) is known color: Grey Suit. HEX triplet: 93, 88 and AD. RGB value is (147,136,173). Sum of RGB (Red+Green+Blue) = 147+136+173=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 136 (53.52% from 255 or 29.82% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 173 - color contains mainly: blue. Hex color #9388AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9388AD is #6C7752. Grayscale: #8F8F8F. Windows color (decimal): -7108435 or 11372691. OLE color: 11372691.
HSL color Cylindrical-coordinate representation of color #9388AD: hue angle of 257.84º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9388AD is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 136 | 173 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.32 |
| HSL | 257.84º | 0.18% | 0.61% | - |
| HSV(B) | 257.84º | 0.21% | 0.68% | - |
| XYZ | 28.38 | 26.83 | 43.22 | - |
| YUV | 143.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 136 | 173 | 0.15 | 0.21 | 0 | 0.32 | 257.84 | 0.18 | 0.61 |
| Hex | 93 | 88 | AD | F | 15 | 0 | 20 | 102 | 12 | 3D |
| Octal | 223 | 210 | 255 | 17 | 25 | 0 | 40 | 402 | 22 | 75 |
| Binary | 10010011 | 10001000 | 10101101 | 1111 | 10101 | 0 | 100000 | 100000010 | 10010 | 111101 |
Color Harmonies of #9388AD
Complementary color
Monochromatic Colors of #9388AD
Black with #9388AD
Text Example
Text Example
White with #9388AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9388AD; }
p { color: rgb(147,136,173); }
H1.HeaderClassName
{
color: #9388AD;
}
.AnyTagClassName
{
color: #9388AD;
}
</style>
background-color css
<style>
a { background-color: #9388AD; }
a { background-color: rgb(147,136,173); }
div.DivClassName
{
background-color: #9388AD;
}
.BgClassName
{
background-color: #9388AD;
}
</style>
border-color css
<style>
span { border-color: #9388AD; }
span { border-color: rgb(147,136,173); }
td.TdClassName
{
border-color: #9388AD;
}
.TagClassName
{
border-color: #9388AD;
}
</style>