Shades of Grey Suit #9086AA
Tints of Grey Suit #9086AA
RGB
CMYK
RGB Variations
Color information
#9086AA (or 0x9086AA) is known color: Grey Suit. HEX triplet: 90, 86 and AA. RGB value is (144,134,170). Sum of RGB (Red+Green+Blue) = 144+134+170=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 170 - color contains mainly: blue. Hex color #9086AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9086AA is #6F7955. Grayscale: #8C8C8C. Windows color (decimal): -7305558 or 11175568. OLE color: 11175568.
HSL color Cylindrical-coordinate representation of color #9086AA: hue angle of 256.67º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9086AA is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 134 | 170 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.33 |
| HSL | 256.67º | 0.17% | 0.6% | - |
| HSV(B) | 256.67º | 0.21% | 0.67% | - |
| XYZ | 27.28 | 25.88 | 41.59 | - |
| YUV | 141.09 | 144.31 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 134 | 170 | 0.15 | 0.21 | 0 | 0.33 | 256.67 | 0.17 | 0.6 |
| Hex | 90 | 86 | AA | F | 15 | 0 | 21 | 101 | 11 | 3C |
| Octal | 220 | 206 | 252 | 17 | 25 | 0 | 41 | 401 | 21 | 74 |
| Binary | 10010000 | 10000110 | 10101010 | 1111 | 10101 | 0 | 100001 | 100000001 | 10001 | 111100 |
Color Harmonies of #9086AA
Complementary color
Monochromatic Colors of #9086AA
Black with #9086AA
Text Example
Text Example
White with #9086AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9086AA; }
p { color: rgb(144,134,170); }
H1.HeaderClassName
{
color: #9086AA;
}
.AnyTagClassName
{
color: #9086AA;
}
</style>
background-color css
<style>
a { background-color: #9086AA; }
a { background-color: rgb(144,134,170); }
div.DivClassName
{
background-color: #9086AA;
}
.BgClassName
{
background-color: #9086AA;
}
</style>
border-color css
<style>
span { border-color: #9086AA; }
span { border-color: rgb(144,134,170); }
td.TdClassName
{
border-color: #9086AA;
}
.TagClassName
{
border-color: #9086AA;
}
</style>