Shades of Grey Suit #97949C
Tints of Grey Suit #97949C
RGB
CMYK
RGB Variations
Color information
#97949C (or 0x97949C) is known color: Grey Suit. HEX triplet: 97, 94 and 9C. RGB value is (151,148,156). Sum of RGB (Red+Green+Blue) = 151+148+156=455 (60% of max value = 765). Red value is 151 (59.38% from 255 or 33.19% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 156 - color contains mainly: blue. Hex color #97949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97949C is #686B63. Grayscale: #959595. Windows color (decimal): -6843236 or 10261655. OLE color: 10261655.
HSL color Cylindrical-coordinate representation of color #97949C: hue angle of 262.5º degrees, saturation: 0.04, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #97949C is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 151 | 148 | 156 | - |
| CMYK | 0.03 | 0.05 | 0 | 0.39 |
| HSL | 262.5º | 0.04% | 0.6% | - |
| HSV(B) | 262.5º | 0.05% | 0.61% | - |
| XYZ | 29.35 | 30.16 | 35.73 | - |
| YUV | 149.81 | 131.49 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 148 | 156 | 0.03 | 0.05 | 0 | 0.39 | 262.5 | 0.04 | 0.6 |
| Hex | 97 | 94 | 9C | 3 | 5 | 0 | 27 | 106 | 4 | 3C |
| Octal | 227 | 224 | 234 | 3 | 5 | 0 | 47 | 406 | 4 | 74 |
| Binary | 10010111 | 10010100 | 10011100 | 11 | 101 | 0 | 100111 | 100000110 | 100 | 111100 |
Color Harmonies of #97949C
Complementary color
Monochromatic Colors of #97949C
Black with #97949C
Text Example
Text Example
White with #97949C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97949C; }
p { color: rgb(151,148,156); }
H1.HeaderClassName
{
color: #97949C;
}
.AnyTagClassName
{
color: #97949C;
}
</style>
background-color css
<style>
a { background-color: #97949C; }
a { background-color: rgb(151,148,156); }
div.DivClassName
{
background-color: #97949C;
}
.BgClassName
{
background-color: #97949C;
}
</style>
border-color css
<style>
span { border-color: #97949C; }
span { border-color: rgb(151,148,156); }
td.TdClassName
{
border-color: #97949C;
}
.TagClassName
{
border-color: #97949C;
}
</style>