Shades of Grey Suit #9A999D
Tints of Grey Suit #9A999D
RGB
CMYK
RGB Variations
Color information
#9A999D (or 0x9A999D) is known color: Grey Suit. HEX triplet: 9A, 99 and 9D. RGB value is (154,153,157). Sum of RGB (Red+Green+Blue) = 154+153+157=464 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.19% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 157 - color contains mainly: blue. Hex color #9A999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A999D is #656662. Grayscale: #999999. Windows color (decimal): -6645347 or 10328474. OLE color: 10328474.
HSL color Cylindrical-coordinate representation of color #9A999D: hue angle of 255º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9A999D is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 154 | 153 | 157 | - |
| CMYK | 0.02 | 0.03 | 0 | 0.38 |
| HSL | 255º | 0.02% | 0.61% | - |
| HSV(B) | 255º | 0.03% | 0.62% | - |
| XYZ | 30.8 | 32.09 | 36.47 | - |
| YUV | 153.76 | 129.83 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 153 | 157 | 0.02 | 0.03 | 0 | 0.38 | 255 | 0.02 | 0.61 |
| Hex | 9A | 99 | 9D | 2 | 3 | 0 | 26 | FF | 2 | 3D |
| Octal | 232 | 231 | 235 | 2 | 3 | 0 | 46 | 377 | 2 | 75 |
| Binary | 10011010 | 10011001 | 10011101 | 10 | 11 | 0 | 100110 | 11111111 | 10 | 111101 |
Color Harmonies of #9A999D
Complementary color
Monochromatic Colors of #9A999D
Black with #9A999D
Text Example
Text Example
White with #9A999D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A999D; }
p { color: rgb(154,153,157); }
H1.HeaderClassName
{
color: #9A999D;
}
.AnyTagClassName
{
color: #9A999D;
}
</style>
background-color css
<style>
a { background-color: #9A999D; }
a { background-color: rgb(154,153,157); }
div.DivClassName
{
background-color: #9A999D;
}
.BgClassName
{
background-color: #9A999D;
}
</style>
border-color css
<style>
span { border-color: #9A999D; }
span { border-color: rgb(154,153,157); }
td.TdClassName
{
border-color: #9A999D;
}
.TagClassName
{
border-color: #9A999D;
}
</style>