Shades of Cascade #909997
Tints of Cascade #909997
RGB
CMYK
RGB Variations
Color information
#909997 (or 0x909997) is known color: Cascade. HEX triplet: 90, 99 and 97. RGB value is (144,153,151). Sum of RGB (Red+Green+Blue) = 144+153+151=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 153 - color contains mainly: green. Hex color #909997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909997 is #6F6668. Grayscale: #969696. Windows color (decimal): -7300713 or 9935248. OLE color: 9935248.
HSL color Cylindrical-coordinate representation of color #909997: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #909997 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 151 | - |
| CMYK | 0.06 | 0 | 0.01 | 0.4 |
| HSL | 166.67º | 0.04% | 0.58% | - |
| HSV(B) | 166.67º | 0.06% | 0.6% | - |
| XYZ | 28.48 | 30.95 | 33.75 | - |
| YUV | 150.08 | 128.52 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 151 | 0.06 | 0 | 0.01 | 0.4 | 166.67 | 0.04 | 0.58 |
| Hex | 90 | 99 | 97 | 6 | 0 | 1 | 28 | A7 | 4 | 3A |
| Octal | 220 | 231 | 227 | 6 | 0 | 1 | 50 | 247 | 4 | 72 |
| Binary | 10010000 | 10011001 | 10010111 | 110 | 0 | 1 | 101000 | 10100111 | 100 | 111010 |
Color Harmonies of #909997
Complementary color
Monochromatic Colors of #909997
Black with #909997
Text Example
Text Example
White with #909997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909997; }
p { color: rgb(144,153,151); }
H1.HeaderClassName
{
color: #909997;
}
.AnyTagClassName
{
color: #909997;
}
</style>
background-color css
<style>
a { background-color: #909997; }
a { background-color: rgb(144,153,151); }
div.DivClassName
{
background-color: #909997;
}
.BgClassName
{
background-color: #909997;
}
</style>
border-color css
<style>
span { border-color: #909997; }
span { border-color: rgb(144,153,151); }
td.TdClassName
{
border-color: #909997;
}
.TagClassName
{
border-color: #909997;
}
</style>