Shades of Grey Suit #9084AA
Tints of Grey Suit #9084AA
RGB
CMYK
RGB Variations
Color information
#9084AA (or 0x9084AA) is known color: Grey Suit. HEX triplet: 90, 84 and AA. RGB value is (144,132,170). Sum of RGB (Red+Green+Blue) = 144+132+170=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 170 - color contains mainly: blue. Hex color #9084AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9084AA is #6F7B55. Grayscale: #8B8B8B. Windows color (decimal): -7306070 or 11175056. OLE color: 11175056.
HSL color Cylindrical-coordinate representation of color #9084AA: hue angle of 258.95º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9084AA is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 132 | 170 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.33 |
| HSL | 258.95º | 0.18% | 0.59% | - |
| HSV(B) | 258.95º | 0.22% | 0.67% | - |
| XYZ | 27.01 | 25.33 | 41.5 | - |
| YUV | 139.92 | 144.98 | 130.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 170 | 0.15 | 0.22 | 0 | 0.33 | 258.95 | 0.18 | 0.59 |
| Hex | 90 | 84 | AA | F | 16 | 0 | 21 | 103 | 12 | 3B |
| Octal | 220 | 204 | 252 | 17 | 26 | 0 | 41 | 403 | 22 | 73 |
| Binary | 10010000 | 10000100 | 10101010 | 1111 | 10110 | 0 | 100001 | 100000011 | 10010 | 111011 |
Color Harmonies of #9084AA
Complementary color
Monochromatic Colors of #9084AA
Black with #9084AA
Text Example
Text Example
White with #9084AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9084AA; }
p { color: rgb(144,132,170); }
H1.HeaderClassName
{
color: #9084AA;
}
.AnyTagClassName
{
color: #9084AA;
}
</style>
background-color css
<style>
a { background-color: #9084AA; }
a { background-color: rgb(144,132,170); }
div.DivClassName
{
background-color: #9084AA;
}
.BgClassName
{
background-color: #9084AA;
}
</style>
border-color css
<style>
span { border-color: #9084AA; }
span { border-color: rgb(144,132,170); }
td.TdClassName
{
border-color: #9084AA;
}
.TagClassName
{
border-color: #9084AA;
}
</style>