Shades of Grey Suit #9289AD
Tints of Grey Suit #9289AD
RGB
CMYK
RGB Variations
Color information
#9289AD (or 0x9289AD) is known color: Grey Suit. HEX triplet: 92, 89 and AD. RGB value is (146,137,173). Sum of RGB (Red+Green+Blue) = 146+137+173=456 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.02% from 456); Green value is 137 (53.91% from 255 or 30.04% 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 #9289AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9289AD is #6D7652. Grayscale: #8F8F8F. Windows color (decimal): -7173715 or 11372946. OLE color: 11372946.
HSL color Cylindrical-coordinate representation of color #9289AD: hue angle of 255º 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 #9289AD is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 137 | 173 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.32 |
| HSL | 255º | 0.18% | 0.61% | - |
| HSV(B) | 255º | 0.21% | 0.68% | - |
| XYZ | 28.34 | 27.02 | 43.26 | - |
| YUV | 143.8 | 144.48 | 129.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 137 | 173 | 0.16 | 0.21 | 0 | 0.32 | 255 | 0.18 | 0.61 |
| Hex | 92 | 89 | AD | 10 | 15 | 0 | 20 | FF | 12 | 3D |
| Octal | 222 | 211 | 255 | 20 | 25 | 0 | 40 | 377 | 22 | 75 |
| Binary | 10010010 | 10001001 | 10101101 | 10000 | 10101 | 0 | 100000 | 11111111 | 10010 | 111101 |
Color Harmonies of #9289AD
Complementary color
Monochromatic Colors of #9289AD
Black with #9289AD
Text Example
Text Example
White with #9289AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9289AD; }
p { color: rgb(146,137,173); }
H1.HeaderClassName
{
color: #9289AD;
}
.AnyTagClassName
{
color: #9289AD;
}
</style>
background-color css
<style>
a { background-color: #9289AD; }
a { background-color: rgb(146,137,173); }
div.DivClassName
{
background-color: #9289AD;
}
.BgClassName
{
background-color: #9289AD;
}
</style>
border-color css
<style>
span { border-color: #9289AD; }
span { border-color: rgb(146,137,173); }
td.TdClassName
{
border-color: #9289AD;
}
.TagClassName
{
border-color: #9289AD;
}
</style>