Shades of Grey Suit #9084AB
Tints of Grey Suit #9084AB
RGB
CMYK
RGB Variations
Color information
#9084AB (or 0x9084AB) is known color: Grey Suit. HEX triplet: 90, 84 and AB. RGB value is (144,132,171). Sum of RGB (Red+Green+Blue) = 144+132+171=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 171 - color contains mainly: blue. Hex color #9084AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9084AB is #6F7B54. Grayscale: #8B8B8B. Windows color (decimal): -7306069 or 11240592. OLE color: 11240592.
HSL color Cylindrical-coordinate representation of color #9084AB: hue angle of 258.46º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9084AB is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 132 | 171 | - |
| CMYK | 0.16 | 0.23 | 0 | 0.33 |
| HSL | 258.46º | 0.19% | 0.59% | - |
| HSV(B) | 258.46º | 0.23% | 0.67% | - |
| XYZ | 27.1 | 25.37 | 42 | - |
| YUV | 140.03 | 145.48 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 132 | 171 | 0.16 | 0.23 | 0 | 0.33 | 258.46 | 0.19 | 0.59 |
| Hex | 90 | 84 | AB | 10 | 17 | 0 | 21 | 102 | 13 | 3B |
| Octal | 220 | 204 | 253 | 20 | 27 | 0 | 41 | 402 | 23 | 73 |
| Binary | 10010000 | 10000100 | 10101011 | 10000 | 10111 | 0 | 100001 | 100000010 | 10011 | 111011 |
Color Harmonies of #9084AB
Complementary color
Monochromatic Colors of #9084AB
Black with #9084AB
Text Example
Text Example
White with #9084AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9084AB; }
p { color: rgb(144,132,171); }
H1.HeaderClassName
{
color: #9084AB;
}
.AnyTagClassName
{
color: #9084AB;
}
</style>
background-color css
<style>
a { background-color: #9084AB; }
a { background-color: rgb(144,132,171); }
div.DivClassName
{
background-color: #9084AB;
}
.BgClassName
{
background-color: #9084AB;
}
</style>
border-color css
<style>
span { border-color: #9084AB; }
span { border-color: rgb(144,132,171); }
td.TdClassName
{
border-color: #9084AB;
}
.TagClassName
{
border-color: #9084AB;
}
</style>