Shades of Cascade #989F9D
Tints of Cascade #989F9D
RGB
CMYK
RGB Variations
Color information
#989F9D (or 0x989F9D) is known color: Cascade. HEX triplet: 98, 9F and 9D. RGB value is (152,159,157). Sum of RGB (Red+Green+Blue) = 152+159+157=468 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.48% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 159 - color contains mainly: green. Hex color #989F9D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989F9D is #676062. Grayscale: #9C9C9C. Windows color (decimal): -6774883 or 10330008. OLE color: 10330008.
HSL color Cylindrical-coordinate representation of color #989F9D: hue angle of 162.86º degrees, saturation: 0.04, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #989F9D is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 159 | 157 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.38 |
| HSL | 162.86º | 0.04% | 0.61% | - |
| HSV(B) | 162.86º | 0.04% | 0.62% | - |
| XYZ | 31.43 | 33.91 | 36.79 | - |
| YUV | 156.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 159 | 157 | 0.04 | 0 | 0.01 | 0.38 | 162.86 | 0.04 | 0.61 |
| Hex | 98 | 9F | 9D | 4 | 0 | 1 | 26 | A3 | 4 | 3D |
| Octal | 230 | 237 | 235 | 4 | 0 | 1 | 46 | 243 | 4 | 75 |
| Binary | 10011000 | 10011111 | 10011101 | 100 | 0 | 1 | 100110 | 10100011 | 100 | 111101 |
Color Harmonies of #989F9D
Complementary color
Monochromatic Colors of #989F9D
Black with #989F9D
Text Example
Text Example
White with #989F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989F9D; }
p { color: rgb(152,159,157); }
H1.HeaderClassName
{
color: #989F9D;
}
.AnyTagClassName
{
color: #989F9D;
}
</style>
background-color css
<style>
a { background-color: #989F9D; }
a { background-color: rgb(152,159,157); }
div.DivClassName
{
background-color: #989F9D;
}
.BgClassName
{
background-color: #989F9D;
}
</style>
border-color css
<style>
span { border-color: #989F9D; }
span { border-color: rgb(152,159,157); }
td.TdClassName
{
border-color: #989F9D;
}
.TagClassName
{
border-color: #989F9D;
}
</style>