Shades of Cascade #909B98
Tints of Cascade #909B98
RGB
CMYK
RGB Variations
Color information
#909B98 (or 0x909B98) is known color: Cascade. HEX triplet: 90, 9B and 98. RGB value is (144,155,152). Sum of RGB (Red+Green+Blue) = 144+155+152=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 155 (60.94% from 255 or 34.37% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 155 - color contains mainly: green. Hex color #909B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909B98 is #6F6467. Grayscale: #979797. Windows color (decimal): -7300200 or 10001296. OLE color: 10001296.
HSL color Cylindrical-coordinate representation of color #909B98: 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 #909B98 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 155 | 152 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.39 |
| HSL | 163.64º | 0.05% | 0.59% | - |
| HSV(B) | 163.64º | 0.07% | 0.61% | - |
| XYZ | 28.89 | 31.64 | 34.29 | - |
| YUV | 151.37 | 128.36 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 155 | 152 | 0.07 | 0 | 0.02 | 0.39 | 163.64 | 0.05 | 0.59 |
| Hex | 90 | 9B | 98 | 7 | 0 | 2 | 27 | A4 | 5 | 3B |
| Octal | 220 | 233 | 230 | 7 | 0 | 2 | 47 | 244 | 5 | 73 |
| Binary | 10010000 | 10011011 | 10011000 | 111 | 0 | 10 | 100111 | 10100100 | 101 | 111011 |
Color Harmonies of #909B98
Complementary color
Monochromatic Colors of #909B98
Black with #909B98
Text Example
Text Example
White with #909B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909B98; }
p { color: rgb(144,155,152); }
H1.HeaderClassName
{
color: #909B98;
}
.AnyTagClassName
{
color: #909B98;
}
</style>
background-color css
<style>
a { background-color: #909B98; }
a { background-color: rgb(144,155,152); }
div.DivClassName
{
background-color: #909B98;
}
.BgClassName
{
background-color: #909B98;
}
</style>
border-color css
<style>
span { border-color: #909B98; }
span { border-color: rgb(144,155,152); }
td.TdClassName
{
border-color: #909B98;
}
.TagClassName
{
border-color: #909B98;
}
</style>