Shades of Grey Suit #9891AB
Tints of Grey Suit #9891AB
RGB
CMYK
RGB Variations
Color information
#9891AB (or 0x9891AB) is known color: Grey Suit. HEX triplet: 98, 91 and AB. RGB value is (152,145,171). Sum of RGB (Red+Green+Blue) = 152+145+171=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 171 - color contains mainly: blue. Hex color #9891AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9891AB is #676E54. Grayscale: #959595. Windows color (decimal): -6778453 or 11243928. OLE color: 11243928.
HSL color Cylindrical-coordinate representation of color #9891AB: hue angle of 256.15º degrees, saturation: 0.13, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9891AB is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 145 | 171 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.33 |
| HSL | 256.15º | 0.13% | 0.62% | - |
| HSV(B) | 256.15º | 0.15% | 0.67% | - |
| XYZ | 30.42 | 29.87 | 42.69 | - |
| YUV | 150.06 | 139.82 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 145 | 171 | 0.11 | 0.15 | 0 | 0.33 | 256.15 | 0.13 | 0.62 |
| Hex | 98 | 91 | AB | B | F | 0 | 21 | 100 | D | 3E |
| Octal | 230 | 221 | 253 | 13 | 17 | 0 | 41 | 400 | 15 | 76 |
| Binary | 10011000 | 10010001 | 10101011 | 1011 | 1111 | 0 | 100001 | 100000000 | 1101 | 111110 |
Color Harmonies of #9891AB
Complementary color
Monochromatic Colors of #9891AB
Black with #9891AB
Text Example
Text Example
White with #9891AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9891AB; }
p { color: rgb(152,145,171); }
H1.HeaderClassName
{
color: #9891AB;
}
.AnyTagClassName
{
color: #9891AB;
}
</style>
background-color css
<style>
a { background-color: #9891AB; }
a { background-color: rgb(152,145,171); }
div.DivClassName
{
background-color: #9891AB;
}
.BgClassName
{
background-color: #9891AB;
}
</style>
border-color css
<style>
span { border-color: #9891AB; }
span { border-color: rgb(152,145,171); }
td.TdClassName
{
border-color: #9891AB;
}
.TagClassName
{
border-color: #9891AB;
}
</style>