Shades of Cascade #929997
Tints of Cascade #929997
RGB
CMYK
RGB Variations
Color information
#929997 (or 0x929997) is known color: Cascade. HEX triplet: 92, 99 and 97. RGB value is (146,153,151). Sum of RGB (Red+Green+Blue) = 146+153+151=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 153 - color contains mainly: green. Hex color #929997 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929997 is #6D6668. Grayscale: #969696. Windows color (decimal): -7169641 or 9935250. OLE color: 9935250.
HSL color Cylindrical-coordinate representation of color #929997: hue angle of 162.86º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #929997 is Cyan = 0.05, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 153 | 151 | - |
| CMYK | 0.05 | 0 | 0.01 | 0.4 |
| HSL | 162.86º | 0.03% | 0.59% | - |
| HSV(B) | 162.86º | 0.05% | 0.6% | - |
| XYZ | 28.83 | 31.13 | 33.77 | - |
| YUV | 150.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 151 | 0.05 | 0 | 0.01 | 0.4 | 162.86 | 0.03 | 0.59 |
| Hex | 92 | 99 | 97 | 5 | 0 | 1 | 28 | A3 | 3 | 3B |
| Octal | 222 | 231 | 227 | 5 | 0 | 1 | 50 | 243 | 3 | 73 |
| Binary | 10010010 | 10011001 | 10010111 | 101 | 0 | 1 | 101000 | 10100011 | 11 | 111011 |
Color Harmonies of #929997
Complementary color
Monochromatic Colors of #929997
Black with #929997
Text Example
Text Example
White with #929997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929997; }
p { color: rgb(146,153,151); }
H1.HeaderClassName
{
color: #929997;
}
.AnyTagClassName
{
color: #929997;
}
</style>
background-color css
<style>
a { background-color: #929997; }
a { background-color: rgb(146,153,151); }
div.DivClassName
{
background-color: #929997;
}
.BgClassName
{
background-color: #929997;
}
</style>
border-color css
<style>
span { border-color: #929997; }
span { border-color: rgb(146,153,151); }
td.TdClassName
{
border-color: #929997;
}
.TagClassName
{
border-color: #929997;
}
</style>