Shades of Grey Suit #9992AB
Tints of Grey Suit #9992AB
RGB
CMYK
RGB Variations
Color information
#9992AB (or 0x9992AB) is known color: Grey Suit. HEX triplet: 99, 92 and AB. RGB value is (153,146,171). Sum of RGB (Red+Green+Blue) = 153+146+171=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 146 (57.42% from 255 or 31.06% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 171 - color contains mainly: blue. Hex color #9992AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9992AB is #666D54. Grayscale: #969696. Windows color (decimal): -6712661 or 11244185. OLE color: 11244185.
HSL color Cylindrical-coordinate representation of color #9992AB: hue angle of 256.8º 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 #9992AB is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 146 | 171 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.33 |
| HSL | 256.8º | 0.13% | 0.62% | - |
| HSV(B) | 256.8º | 0.15% | 0.67% | - |
| XYZ | 30.77 | 30.27 | 42.75 | - |
| YUV | 150.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 146 | 171 | 0.11 | 0.15 | 0 | 0.33 | 256.8 | 0.13 | 0.62 |
| Hex | 99 | 92 | AB | B | F | 0 | 21 | 101 | D | 3E |
| Octal | 231 | 222 | 253 | 13 | 17 | 0 | 41 | 401 | 15 | 76 |
| Binary | 10011001 | 10010010 | 10101011 | 1011 | 1111 | 0 | 100001 | 100000001 | 1101 | 111110 |
Color Harmonies of #9992AB
Complementary color
Monochromatic Colors of #9992AB
Black with #9992AB
Text Example
Text Example
White with #9992AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9992AB; }
p { color: rgb(153,146,171); }
H1.HeaderClassName
{
color: #9992AB;
}
.AnyTagClassName
{
color: #9992AB;
}
</style>
background-color css
<style>
a { background-color: #9992AB; }
a { background-color: rgb(153,146,171); }
div.DivClassName
{
background-color: #9992AB;
}
.BgClassName
{
background-color: #9992AB;
}
</style>
border-color css
<style>
span { border-color: #9992AB; }
span { border-color: rgb(153,146,171); }
td.TdClassName
{
border-color: #9992AB;
}
.TagClassName
{
border-color: #9992AB;
}
</style>