Shades of Grey Suit #9D9BA1
Tints of Grey Suit #9D9BA1
RGB
CMYK
RGB Variations
Color information
#9D9BA1 (or 0x9D9BA1) is known color: Grey Suit. HEX triplet: 9D, 9B and A1. RGB value is (157,155,161). Sum of RGB (Red+Green+Blue) = 157+155+161=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 161 - color contains mainly: blue. Hex color #9D9BA1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9BA1 is #62645E. Grayscale: #9C9C9C. Windows color (decimal): -6448223 or 10591133. OLE color: 10591133.
HSL color Cylindrical-coordinate representation of color #9D9BA1: hue angle of 260º degrees, saturation: 0.03, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #9D9BA1 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
RGB | 157 | 155 | 161 | - |
CMYK | 0.02 | 0.04 | 0 | 0.37 |
HSL | 260º | 0.03% | 0.62% | - |
HSV(B) | 260º | 0.04% | 0.63% | - |
XYZ | 32.06 | 33.18 | 38.43 | - |
YUV | 156.28 | 130.66 | 128.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 157 | 155 | 161 | 0.02 | 0.04 | 0 | 0.37 | 260 | 0.03 | 0.62 |
Hex | 9D | 9B | A1 | 2 | 4 | 0 | 25 | 104 | 3 | 3E |
Octal | 235 | 233 | 241 | 2 | 4 | 0 | 45 | 404 | 3 | 76 |
Binary | 10011101 | 10011011 | 10100001 | 10 | 100 | 0 | 100101 | 100000100 | 11 | 111110 |
Color Harmonies of #9D9BA1
Complementary color
Monochromatic Colors of #9D9BA1
Black with #9D9BA1
Text Example
Text Example
White with #9D9BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9BA1; }
p { color: rgb(157,155,161); }
H1.HeaderClassName
{
color: #9D9BA1;
}
.AnyTagClassName
{
color: #9D9BA1;
}
</style>
background-color css
<style>
a { background-color: #9D9BA1; }
a { background-color: rgb(157,155,161); }
div.DivClassName
{
background-color: #9D9BA1;
}
.BgClassName
{
background-color: #9D9BA1;
}
</style>
border-color css
<style>
span { border-color: #9D9BA1; }
span { border-color: rgb(157,155,161); }
td.TdClassName
{
border-color: #9D9BA1;
}
.TagClassName
{
border-color: #9D9BA1;
}
</style>