Shades of Cascade #919C99
Tints of Cascade #919C99
RGB
CMYK
RGB Variations
Color information
#919C99 (or 0x919C99) is known color: Cascade. HEX triplet: 91, 9C and 99. RGB value is (145,156,153). Sum of RGB (Red+Green+Blue) = 145+156+153=454 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.94% from 454); Green value is 156 (61.33% from 255 or 34.36% from 454); Blue value is 153 (60.16% from 255 or 33.70% from 454); Max value from RGB is 156 - color contains mainly: green. Hex color #919C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919C99 is #6E6366. Grayscale: #989898. Windows color (decimal): -7234407 or 10067089. OLE color: 10067089.
HSL color Cylindrical-coordinate representation of color #919C99: hue angle of 163.64º 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 #919C99 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 156 | 153 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.39 |
| HSL | 163.64º | 0.05% | 0.59% | - |
| HSV(B) | 163.64º | 0.07% | 0.61% | - |
| XYZ | 29.32 | 32.1 | 34.79 | - |
| YUV | 152.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 153 | 0.07 | 0 | 0.02 | 0.39 | 163.64 | 0.05 | 0.59 |
| Hex | 91 | 9C | 99 | 7 | 0 | 2 | 27 | A4 | 5 | 3B |
| Octal | 221 | 234 | 231 | 7 | 0 | 2 | 47 | 244 | 5 | 73 |
| Binary | 10010001 | 10011100 | 10011001 | 111 | 0 | 10 | 100111 | 10100100 | 101 | 111011 |
Color Harmonies of #919C99
Complementary color
Monochromatic Colors of #919C99
Black with #919C99
Text Example
Text Example
White with #919C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919C99; }
p { color: rgb(145,156,153); }
H1.HeaderClassName
{
color: #919C99;
}
.AnyTagClassName
{
color: #919C99;
}
</style>
background-color css
<style>
a { background-color: #919C99; }
a { background-color: rgb(145,156,153); }
div.DivClassName
{
background-color: #919C99;
}
.BgClassName
{
background-color: #919C99;
}
</style>
border-color css
<style>
span { border-color: #919C99; }
span { border-color: rgb(145,156,153); }
td.TdClassName
{
border-color: #919C99;
}
.TagClassName
{
border-color: #919C99;
}
</style>