Shades of Cascade #919A97
Tints of Cascade #919A97
RGB
CMYK
RGB Variations
Color information
#919A97 (or 0x919A97) is known color: Cascade. HEX triplet: 91, 9A and 97. RGB value is (145,154,151). Sum of RGB (Red+Green+Blue) = 145+154+151=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 154 (60.55% from 255 or 34.22% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 154 - color contains mainly: green. Hex color #919A97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919A97 is #6E6568. Grayscale: #969696. Windows color (decimal): -7234921 or 9935505. OLE color: 9935505.
HSL color Cylindrical-coordinate representation of color #919A97: hue angle of 160º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #919A97 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 145 | 154 | 151 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.40 |
| HSL | 160º | 0.04% | 0.59% | - |
| HSV(B) | 160º | 0.06% | 0.6% | - |
| XYZ | 28.82 | 31.37 | 33.81 | - |
| YUV | 150.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 154 | 151 | 0.06 | 0 | 0.02 | 0.40 | 160 | 0.04 | 0.59 |
| Hex | 91 | 9A | 97 | 6 | 0 | 2 | 28 | A0 | 4 | 3B |
| Octal | 221 | 232 | 227 | 6 | 0 | 2 | 50 | 240 | 4 | 73 |
| Binary | 10010001 | 10011010 | 10010111 | 110 | 0 | 10 | 101000 | 10100000 | 100 | 111011 |
Color Harmonies of #919A97
Complementary color
Monochromatic Colors of #919A97
Black with #919A97
Text Example
Text Example
White with #919A97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919A97; }
p { color: rgb(145,154,151); }
H1.HeaderClassName
{
color: #919A97;
}
.AnyTagClassName
{
color: #919A97;
}
</style>
background-color css
<style>
a { background-color: #919A97; }
a { background-color: rgb(145,154,151); }
div.DivClassName
{
background-color: #919A97;
}
.BgClassName
{
background-color: #919A97;
}
</style>
border-color css
<style>
span { border-color: #919A97; }
span { border-color: rgb(145,154,151); }
td.TdClassName
{
border-color: #919A97;
}
.TagClassName
{
border-color: #919A97;
}
</style>