Shades of Grey Suit #9D99A4
Tints of Grey Suit #9D99A4
RGB
CMYK
RGB Variations
Color information
#9D99A4 (or 0x9D99A4) is known color: Grey Suit. HEX triplet: 9D, 99 and A4. RGB value is (157,153,164). Sum of RGB (Red+Green+Blue) = 157+153+164=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 164 - color contains mainly: blue. Hex color #9D99A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D99A4 is #62665B. Grayscale: #9B9B9B. Windows color (decimal): -6448732 or 10787229. OLE color: 10787229.
HSL color Cylindrical-coordinate representation of color #9D99A4: hue angle of 261.82º degrees, saturation: 0.06, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9D99A4 is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 153 | 164 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.36 |
| HSL | 261.82º | 0.06% | 0.62% | - |
| HSV(B) | 261.82º | 0.07% | 0.64% | - |
| XYZ | 32 | 32.63 | 39.73 | - |
| YUV | 155.45 | 132.83 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 153 | 164 | 0.04 | 0.07 | 0 | 0.36 | 261.82 | 0.06 | 0.62 |
| Hex | 9D | 99 | A4 | 4 | 7 | 0 | 24 | 106 | 6 | 3E |
| Octal | 235 | 231 | 244 | 4 | 7 | 0 | 44 | 406 | 6 | 76 |
| Binary | 10011101 | 10011001 | 10100100 | 100 | 111 | 0 | 100100 | 100000110 | 110 | 111110 |
Color Harmonies of #9D99A4
Complementary color
Monochromatic Colors of #9D99A4
Black with #9D99A4
Text Example
Text Example
White with #9D99A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D99A4; }
p { color: rgb(157,153,164); }
H1.HeaderClassName
{
color: #9D99A4;
}
.AnyTagClassName
{
color: #9D99A4;
}
</style>
background-color css
<style>
a { background-color: #9D99A4; }
a { background-color: rgb(157,153,164); }
div.DivClassName
{
background-color: #9D99A4;
}
.BgClassName
{
background-color: #9D99A4;
}
</style>
border-color css
<style>
span { border-color: #9D99A4; }
span { border-color: rgb(157,153,164); }
td.TdClassName
{
border-color: #9D99A4;
}
.TagClassName
{
border-color: #9D99A4;
}
</style>