Shades of Grey Suit #9288AA
Tints of Grey Suit #9288AA
RGB
CMYK
RGB Variations
Color information
#9288AA (or 0x9288AA) is known color: Grey Suit. HEX triplet: 92, 88 and AA. RGB value is (146,136,170). Sum of RGB (Red+Green+Blue) = 146+136+170=452 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.30% from 452); Green value is 136 (53.52% from 255 or 30.09% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 170 - color contains mainly: blue. Hex color #9288AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9288AA is #6D7755. Grayscale: #8E8E8E. Windows color (decimal): -7173974 or 11176082. OLE color: 11176082.
HSL color Cylindrical-coordinate representation of color #9288AA: 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 #9288AA is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 136 | 170 | - |
| CMYK | 0.14 | 0.20 | 0 | 0.33 |
| HSL | 257.65º | 0.17% | 0.6% | - |
| HSV(B) | 257.65º | 0.2% | 0.67% | - |
| XYZ | 27.91 | 26.62 | 41.7 | - |
| YUV | 142.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 136 | 170 | 0.14 | 0.20 | 0 | 0.33 | 257.65 | 0.17 | 0.6 |
| Hex | 92 | 88 | AA | E | 14 | 0 | 21 | 102 | 11 | 3C |
| Octal | 222 | 210 | 252 | 16 | 24 | 0 | 41 | 402 | 21 | 74 |
| Binary | 10010010 | 10001000 | 10101010 | 1110 | 10100 | 0 | 100001 | 100000010 | 10001 | 111100 |
Color Harmonies of #9288AA
Complementary color
Monochromatic Colors of #9288AA
Black with #9288AA
Text Example
Text Example
White with #9288AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9288AA; }
p { color: rgb(146,136,170); }
H1.HeaderClassName
{
color: #9288AA;
}
.AnyTagClassName
{
color: #9288AA;
}
</style>
background-color css
<style>
a { background-color: #9288AA; }
a { background-color: rgb(146,136,170); }
div.DivClassName
{
background-color: #9288AA;
}
.BgClassName
{
background-color: #9288AA;
}
</style>
border-color css
<style>
span { border-color: #9288AA; }
span { border-color: rgb(146,136,170); }
td.TdClassName
{
border-color: #9288AA;
}
.TagClassName
{
border-color: #9288AA;
}
</style>