Shades of Cascade #949B98
Tints of Cascade #949B98
RGB
CMYK
RGB Variations
Color information
#949B98 (or 0x949B98) is known color: Cascade. HEX triplet: 94, 9B and 98. RGB value is (148,155,152). Sum of RGB (Red+Green+Blue) = 148+155+152=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 152 (59.77% from 255 or 33.41% from 455); Max value from RGB is 155 - color contains mainly: green. Hex color #949B98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949B98 is #6B6467. Grayscale: #989898. Windows color (decimal): -7038056 or 10001300. OLE color: 10001300.
HSL color Cylindrical-coordinate representation of color #949B98: hue angle of 154.29º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #949B98 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 152 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.39 |
| HSL | 154.29º | 0.03% | 0.59% | - |
| HSV(B) | 154.29º | 0.05% | 0.61% | - |
| XYZ | 29.6 | 32.01 | 34.32 | - |
| YUV | 152.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 152 | 0.05 | 0 | 0.02 | 0.39 | 154.29 | 0.03 | 0.59 |
| Hex | 94 | 9B | 98 | 5 | 0 | 2 | 27 | 9A | 3 | 3B |
| Octal | 224 | 233 | 230 | 5 | 0 | 2 | 47 | 232 | 3 | 73 |
| Binary | 10010100 | 10011011 | 10011000 | 101 | 0 | 10 | 100111 | 10011010 | 11 | 111011 |
Color Harmonies of #949B98
Complementary color
Monochromatic Colors of #949B98
Black with #949B98
Text Example
Text Example
White with #949B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B98; }
p { color: rgb(148,155,152); }
H1.HeaderClassName
{
color: #949B98;
}
.AnyTagClassName
{
color: #949B98;
}
</style>
background-color css
<style>
a { background-color: #949B98; }
a { background-color: rgb(148,155,152); }
div.DivClassName
{
background-color: #949B98;
}
.BgClassName
{
background-color: #949B98;
}
</style>
border-color css
<style>
span { border-color: #949B98; }
span { border-color: rgb(148,155,152); }
td.TdClassName
{
border-color: #949B98;
}
.TagClassName
{
border-color: #949B98;
}
</style>