Shades of Cascade #919C97
Tints of Cascade #919C97
RGB
CMYK
RGB Variations
Color information
#919C97 (or 0x919C97) is known color: Cascade. HEX triplet: 91, 9C and 97. RGB value is (145,156,151). Sum of RGB (Red+Green+Blue) = 145+156+151=452 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.08% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 156 - color contains mainly: green. Hex color #919C97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919C97 is #6E6368. Grayscale: #989898. Windows color (decimal): -7234409 or 9936017. OLE color: 9936017.
HSL color Cylindrical-coordinate representation of color #919C97: hue angle of 152.73º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #919C97 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 156 | 151 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.39 |
| HSL | 152.73º | 0.05% | 0.59% | - |
| HSV(B) | 152.73º | 0.07% | 0.61% | - |
| XYZ | 29.15 | 32.03 | 33.92 | - |
| YUV | 152.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 151 | 0.07 | 0 | 0.03 | 0.39 | 152.73 | 0.05 | 0.59 |
| Hex | 91 | 9C | 97 | 7 | 0 | 3 | 27 | 99 | 5 | 3B |
| Octal | 221 | 234 | 227 | 7 | 0 | 3 | 47 | 231 | 5 | 73 |
| Binary | 10010001 | 10011100 | 10010111 | 111 | 0 | 11 | 100111 | 10011001 | 101 | 111011 |
Color Harmonies of #919C97
Complementary color
Monochromatic Colors of #919C97
Black with #919C97
Text Example
Text Example
White with #919C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919C97; }
p { color: rgb(145,156,151); }
H1.HeaderClassName
{
color: #919C97;
}
.AnyTagClassName
{
color: #919C97;
}
</style>
background-color css
<style>
a { background-color: #919C97; }
a { background-color: rgb(145,156,151); }
div.DivClassName
{
background-color: #919C97;
}
.BgClassName
{
background-color: #919C97;
}
</style>
border-color css
<style>
span { border-color: #919C97; }
span { border-color: rgb(145,156,151); }
td.TdClassName
{
border-color: #919C97;
}
.TagClassName
{
border-color: #919C97;
}
</style>