Shades of Cascade #989D9C
Tints of Cascade #989D9C
RGB
CMYK
RGB Variations
Color information
#989D9C (or 0x989D9C) is known color: Cascade. HEX triplet: 98, 9D and 9C. RGB value is (152,157,156). Sum of RGB (Red+Green+Blue) = 152+157+156=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 157 (61.72% from 255 or 33.76% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 157 - color contains mainly: green. Hex color #989D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989D9C is #676263. Grayscale: #9B9B9B. Windows color (decimal): -6775396 or 10263960. OLE color: 10263960.
HSL color Cylindrical-coordinate representation of color #989D9C: hue angle of 168º degrees, saturation: 0.02, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #989D9C is Cyan = 0.03, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 152 | 157 | 156 | - |
| CMYK | 0.03 | 0 | 0.01 | 0.38 |
| HSL | 168º | 0.02% | 0.61% | - |
| HSV(B) | 168º | 0.03% | 0.62% | - |
| XYZ | 31.01 | 33.19 | 36.22 | - |
| YUV | 155.39 | 128.34 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 157 | 156 | 0.03 | 0 | 0.01 | 0.38 | 168 | 0.02 | 0.61 |
| Hex | 98 | 9D | 9C | 3 | 0 | 1 | 26 | A8 | 2 | 3D |
| Octal | 230 | 235 | 234 | 3 | 0 | 1 | 46 | 250 | 2 | 75 |
| Binary | 10011000 | 10011101 | 10011100 | 11 | 0 | 1 | 100110 | 10101000 | 10 | 111101 |
Color Harmonies of #989D9C
Complementary color
Monochromatic Colors of #989D9C
Black with #989D9C
Text Example
Text Example
White with #989D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #989D9C; }
p { color: rgb(152,157,156); }
H1.HeaderClassName
{
color: #989D9C;
}
.AnyTagClassName
{
color: #989D9C;
}
</style>
background-color css
<style>
a { background-color: #989D9C; }
a { background-color: rgb(152,157,156); }
div.DivClassName
{
background-color: #989D9C;
}
.BgClassName
{
background-color: #989D9C;
}
</style>
border-color css
<style>
span { border-color: #989D9C; }
span { border-color: rgb(152,157,156); }
td.TdClassName
{
border-color: #989D9C;
}
.TagClassName
{
border-color: #989D9C;
}
</style>