Shades of Grey Suit #9891AD
Tints of Grey Suit #9891AD
RGB
CMYK
RGB Variations
Color information
#9891AD (or 0x9891AD) is known color: Grey Suit. HEX triplet: 98, 91 and AD. RGB value is (152,145,173). Sum of RGB (Red+Green+Blue) = 152+145+173=470 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.34% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 173 - color contains mainly: blue. Hex color #9891AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9891AD is #676E52. Grayscale: #969696. Windows color (decimal): -6778451 or 11375000. OLE color: 11375000.
HSL color Cylindrical-coordinate representation of color #9891AD: hue angle of 255º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9891AD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 152 | 145 | 173 | - |
| CMYK | 0.12 | 0.16 | 0 | 0.32 |
| HSL | 255º | 0.15% | 0.62% | - |
| HSV(B) | 255º | 0.16% | 0.68% | - |
| XYZ | 30.62 | 29.94 | 43.7 | - |
| YUV | 150.29 | 140.82 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 173 | 0.12 | 0.16 | 0 | 0.32 | 255 | 0.15 | 0.62 |
| Hex | 98 | 91 | AD | C | 10 | 0 | 20 | FF | F | 3E |
| Octal | 230 | 221 | 255 | 14 | 20 | 0 | 40 | 377 | 17 | 76 |
| Binary | 10011000 | 10010001 | 10101101 | 1100 | 10000 | 0 | 100000 | 11111111 | 1111 | 111110 |
Color Harmonies of #9891AD
Complementary color
Monochromatic Colors of #9891AD
Black with #9891AD
Text Example
Text Example
White with #9891AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9891AD; }
p { color: rgb(152,145,173); }
H1.HeaderClassName
{
color: #9891AD;
}
.AnyTagClassName
{
color: #9891AD;
}
</style>
background-color css
<style>
a { background-color: #9891AD; }
a { background-color: rgb(152,145,173); }
div.DivClassName
{
background-color: #9891AD;
}
.BgClassName
{
background-color: #9891AD;
}
</style>
border-color css
<style>
span { border-color: #9891AD; }
span { border-color: rgb(152,145,173); }
td.TdClassName
{
border-color: #9891AD;
}
.TagClassName
{
border-color: #9891AD;
}
</style>