Shades of Cascade #899F9A
Tints of Cascade #899F9A
RGB
CMYK
RGB Variations
Color information
#899F9A (or 0x899F9A) is known color: Cascade. HEX triplet: 89, 9F and 9A. RGB value is (137,159,154). Sum of RGB (Red+Green+Blue) = 137+159+154=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 159 - color contains mainly: green. Hex color #899F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899F9A is #766065. Grayscale: #979797. Windows color (decimal): -7757926 or 10133385. OLE color: 10133385.
HSL color Cylindrical-coordinate representation of color #899F9A: hue angle of 166.36º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #899F9A is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 137 | 159 | 154 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.38 |
| HSL | 166.36º | 0.1% | 0.58% | - |
| HSV(B) | 166.36º | 0.14% | 0.62% | - |
| XYZ | 28.55 | 32.45 | 35.33 | - |
| YUV | 151.85 | 129.21 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 159 | 154 | 0.14 | 0 | 0.03 | 0.38 | 166.36 | 0.1 | 0.58 |
| Hex | 89 | 9F | 9A | E | 0 | 3 | 26 | A6 | A | 3A |
| Octal | 211 | 237 | 232 | 16 | 0 | 3 | 46 | 246 | 12 | 72 |
| Binary | 10001001 | 10011111 | 10011010 | 1110 | 0 | 11 | 100110 | 10100110 | 1010 | 111010 |
Color Harmonies of #899F9A
Complementary color
Monochromatic Colors of #899F9A
Black with #899F9A
Text Example
Text Example
White with #899F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #899F9A; }
p { color: rgb(137,159,154); }
H1.HeaderClassName
{
color: #899F9A;
}
.AnyTagClassName
{
color: #899F9A;
}
</style>
background-color css
<style>
a { background-color: #899F9A; }
a { background-color: rgb(137,159,154); }
div.DivClassName
{
background-color: #899F9A;
}
.BgClassName
{
background-color: #899F9A;
}
</style>
border-color css
<style>
span { border-color: #899F9A; }
span { border-color: rgb(137,159,154); }
td.TdClassName
{
border-color: #899F9A;
}
.TagClassName
{
border-color: #899F9A;
}
</style>