Shades of Grey Suit #9991AC
Tints of Grey Suit #9991AC
RGB
CMYK
RGB Variations
Color information
#9991AC (or 0x9991AC) is known color: Grey Suit. HEX triplet: 99, 91 and AC. RGB value is (153,145,172). Sum of RGB (Red+Green+Blue) = 153+145+172=470 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.55% from 470); Green value is 145 (57.03% from 255 or 30.85% from 470); Blue value is 172 (67.58% from 255 or 36.60% from 470); Max value from RGB is 172 - color contains mainly: blue. Hex color #9991AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9991AC is #666E53. Grayscale: #969696. Windows color (decimal): -6712916 or 11309465. OLE color: 11309465.
HSL color Cylindrical-coordinate representation of color #9991AC: hue angle of 257.78º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9991AC is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 153 | 145 | 172 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.33 |
| HSL | 257.78º | 0.14% | 0.62% | - |
| HSV(B) | 257.78º | 0.16% | 0.67% | - |
| XYZ | 30.71 | 30 | 43.2 | - |
| YUV | 150.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 145 | 172 | 0.11 | 0.16 | 0 | 0.33 | 257.78 | 0.14 | 0.62 |
| Hex | 99 | 91 | AC | B | 10 | 0 | 21 | 102 | E | 3E |
| Octal | 231 | 221 | 254 | 13 | 20 | 0 | 41 | 402 | 16 | 76 |
| Binary | 10011001 | 10010001 | 10101100 | 1011 | 10000 | 0 | 100001 | 100000010 | 1110 | 111110 |
Color Harmonies of #9991AC
Complementary color
Monochromatic Colors of #9991AC
Black with #9991AC
Text Example
Text Example
White with #9991AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9991AC; }
p { color: rgb(153,145,172); }
H1.HeaderClassName
{
color: #9991AC;
}
.AnyTagClassName
{
color: #9991AC;
}
</style>
background-color css
<style>
a { background-color: #9991AC; }
a { background-color: rgb(153,145,172); }
div.DivClassName
{
background-color: #9991AC;
}
.BgClassName
{
background-color: #9991AC;
}
</style>
border-color css
<style>
span { border-color: #9991AC; }
span { border-color: rgb(153,145,172); }
td.TdClassName
{
border-color: #9991AC;
}
.TagClassName
{
border-color: #9991AC;
}
</style>