Shades of Grey Suit #9892AB
Tints of Grey Suit #9892AB
RGB
CMYK
RGB Variations
Color information
#9892AB (or 0x9892AB) is known color: Grey Suit. HEX triplet: 98, 92 and AB. RGB value is (152,146,171). Sum of RGB (Red+Green+Blue) = 152+146+171=469 (62% of max value = 765). Red value is 152 (59.77% from 255 or 32.41% from 469); Green value is 146 (57.42% from 255 or 31.13% from 469); Blue value is 171 (67.19% from 255 or 36.46% from 469); Max value from RGB is 171 - color contains mainly: blue. Hex color #9892AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9892AB is #676D54. Grayscale: #969696. Windows color (decimal): -6778197 or 11244184. OLE color: 11244184.
HSL color Cylindrical-coordinate representation of color #9892AB: hue angle of 254.4º 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 #9892AB is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 152 | 146 | 171 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.33 |
| HSL | 254.4º | 0.13% | 0.62% | - |
| HSV(B) | 254.4º | 0.15% | 0.67% | - |
| XYZ | 30.58 | 30.17 | 42.74 | - |
| YUV | 150.64 | 139.49 | 128.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 146 | 171 | 0.11 | 0.15 | 0 | 0.33 | 254.4 | 0.13 | 0.62 |
| Hex | 98 | 92 | AB | B | F | 0 | 21 | FE | D | 3E |
| Octal | 230 | 222 | 253 | 13 | 17 | 0 | 41 | 376 | 15 | 76 |
| Binary | 10011000 | 10010010 | 10101011 | 1011 | 1111 | 0 | 100001 | 11111110 | 1101 | 111110 |
Color Harmonies of #9892AB
Complementary color
Monochromatic Colors of #9892AB
Black with #9892AB
Text Example
Text Example
White with #9892AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9892AB; }
p { color: rgb(152,146,171); }
H1.HeaderClassName
{
color: #9892AB;
}
.AnyTagClassName
{
color: #9892AB;
}
</style>
background-color css
<style>
a { background-color: #9892AB; }
a { background-color: rgb(152,146,171); }
div.DivClassName
{
background-color: #9892AB;
}
.BgClassName
{
background-color: #9892AB;
}
</style>
border-color css
<style>
span { border-color: #9892AB; }
span { border-color: rgb(152,146,171); }
td.TdClassName
{
border-color: #9892AB;
}
.TagClassName
{
border-color: #9892AB;
}
</style>