Shades of Grey Suit #9085AD
Tints of Grey Suit #9085AD
RGB
CMYK
RGB Variations
Color information
#9085AD (or 0x9085AD) is known color: Grey Suit. HEX triplet: 90, 85 and AD. RGB value is (144,133,173). Sum of RGB (Red+Green+Blue) = 144+133+173=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 133 (52.34% from 255 or 29.56% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 173 - color contains mainly: blue. Hex color #9085AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9085AD is #6F7A52. Grayscale: #8C8C8C. Windows color (decimal): -7305811 or 11371920. OLE color: 11371920.
HSL color Cylindrical-coordinate representation of color #9085AD: hue angle of 256.5º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9085AD is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 133 | 173 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.32 |
| HSL | 256.5º | 0.2% | 0.6% | - |
| HSV(B) | 256.5º | 0.23% | 0.68% | - |
| XYZ | 27.43 | 25.72 | 43.05 | - |
| YUV | 140.85 | 146.14 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 173 | 0.17 | 0.23 | 0 | 0.32 | 256.5 | 0.2 | 0.6 |
| Hex | 90 | 85 | AD | 11 | 17 | 0 | 20 | 100 | 14 | 3C |
| Octal | 220 | 205 | 255 | 21 | 27 | 0 | 40 | 400 | 24 | 74 |
| Binary | 10010000 | 10000101 | 10101101 | 10001 | 10111 | 0 | 100000 | 100000000 | 10100 | 111100 |
Color Harmonies of #9085AD
Complementary color
Monochromatic Colors of #9085AD
Black with #9085AD
Text Example
Text Example
White with #9085AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9085AD; }
p { color: rgb(144,133,173); }
H1.HeaderClassName
{
color: #9085AD;
}
.AnyTagClassName
{
color: #9085AD;
}
</style>
background-color css
<style>
a { background-color: #9085AD; }
a { background-color: rgb(144,133,173); }
div.DivClassName
{
background-color: #9085AD;
}
.BgClassName
{
background-color: #9085AD;
}
</style>
border-color css
<style>
span { border-color: #9085AD; }
span { border-color: rgb(144,133,173); }
td.TdClassName
{
border-color: #9085AD;
}
.TagClassName
{
border-color: #9085AD;
}
</style>