Shades of Cascade #979A99
Tints of Cascade #979A99
RGB
CMYK
RGB Variations
Color information
#979A99 (or 0x979A99) is known color: Cascade. HEX triplet: 97, 9A and 99. RGB value is (151,154,153). Sum of RGB (Red+Green+Blue) = 151+154+153=458 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.97% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 153 (60.16% from 255 or 33.41% from 458); Max value from RGB is 154 - color contains mainly: green. Hex color #979A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979A99 is #686566. Grayscale: #989898. Windows color (decimal): -6841703 or 10066583. OLE color: 10066583.
HSL color Cylindrical-coordinate representation of color #979A99: hue angle of 160º degrees, saturation: 0.01, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #979A99 is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 151 | 154 | 153 | - |
| CMYK | 0.02 | 0 | 0.01 | 0.40 |
| HSL | 160º | 0.01% | 0.6% | - |
| HSV(B) | 160º | 0.02% | 0.6% | - |
| XYZ | 30.07 | 31.99 | 34.73 | - |
| YUV | 152.99 | 128.01 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 154 | 153 | 0.02 | 0 | 0.01 | 0.40 | 160 | 0.01 | 0.6 |
| Hex | 97 | 9A | 99 | 2 | 0 | 1 | 28 | A0 | 1 | 3C |
| Octal | 227 | 232 | 231 | 2 | 0 | 1 | 50 | 240 | 1 | 74 |
| Binary | 10010111 | 10011010 | 10011001 | 10 | 0 | 1 | 101000 | 10100000 | 1 | 111100 |
Color Harmonies of #979A99
Complementary color
Monochromatic Colors of #979A99
Black with #979A99
Text Example
Text Example
White with #979A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #979A99; }
p { color: rgb(151,154,153); }
H1.HeaderClassName
{
color: #979A99;
}
.AnyTagClassName
{
color: #979A99;
}
</style>
background-color css
<style>
a { background-color: #979A99; }
a { background-color: rgb(151,154,153); }
div.DivClassName
{
background-color: #979A99;
}
.BgClassName
{
background-color: #979A99;
}
</style>
border-color css
<style>
span { border-color: #979A99; }
span { border-color: rgb(151,154,153); }
td.TdClassName
{
border-color: #979A99;
}
.TagClassName
{
border-color: #979A99;
}
</style>