Shades of Cascade #8F9896
Tints of Cascade #8F9896
RGB
CMYK
RGB Variations
Color information
#8F9896 (or 0x8F9896) is known color: Cascade. HEX triplet: 8F, 98 and 96. RGB value is (143,152,150). Sum of RGB (Red+Green+Blue) = 143+152+150=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 152 (59.77% from 255 or 34.16% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9896 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9896 is #706769. Grayscale: #959595. Windows color (decimal): -7366506 or 9869455. OLE color: 9869455.
HSL color Cylindrical-coordinate representation of color #8F9896: hue angle of 166.67º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #8F9896 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.
Color convert
RGB | 143 | 152 | 150 | - |
CMYK | 0.06 | 0 | 0.01 | 0.40 |
HSL | 166.67º | 0.04% | 0.58% | - |
HSV(B) | 166.67º | 0.06% | 0.6% | - |
XYZ | 28.06 | 30.5 | 33.26 | - |
YUV | 149.08 | 128.52 | 123.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 152 | 150 | 0.06 | 0 | 0.01 | 0.40 | 166.67 | 0.04 | 0.58 |
Hex | 8F | 98 | 96 | 6 | 0 | 1 | 28 | A7 | 4 | 3A |
Octal | 217 | 230 | 226 | 6 | 0 | 1 | 50 | 247 | 4 | 72 |
Binary | 10001111 | 10011000 | 10010110 | 110 | 0 | 1 | 101000 | 10100111 | 100 | 111010 |
Color Harmonies of #8F9896
Complementary color
Monochromatic Colors of #8F9896
Black with #8F9896
Text Example
Text Example
White with #8F9896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9896; }
p { color: rgb(143,152,150); }
H1.HeaderClassName
{
color: #8F9896;
}
.AnyTagClassName
{
color: #8F9896;
}
</style>
background-color css
<style>
a { background-color: #8F9896; }
a { background-color: rgb(143,152,150); }
div.DivClassName
{
background-color: #8F9896;
}
.BgClassName
{
background-color: #8F9896;
}
</style>
border-color css
<style>
span { border-color: #8F9896; }
span { border-color: rgb(143,152,150); }
td.TdClassName
{
border-color: #8F9896;
}
.TagClassName
{
border-color: #8F9896;
}
</style>