Shades of Cascade #8F9F97
Tints of Cascade #8F9F97
RGB
CMYK
RGB Variations
Color information
#8F9F97 (or 0x8F9F97) is known color: Cascade. HEX triplet: 8F, 9F and 97. RGB value is (143,159,151). Sum of RGB (Red+Green+Blue) = 143+159+151=453 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.57% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9F97 is #706068. Grayscale: #999999. Windows color (decimal): -7364713 or 9936783. OLE color: 9936783.
HSL color Cylindrical-coordinate representation of color #8F9F97: hue angle of 150º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F9F97 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.
Color convert
RGB | 143 | 159 | 151 | - |
CMYK | 0.10 | 0 | 0.05 | 0.38 |
HSL | 150º | 0.08% | 0.59% | - |
HSV(B) | 150º | 0.1% | 0.62% | - |
XYZ | 29.31 | 32.87 | 34.08 | - |
YUV | 153.3 | 126.7 | 120.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 159 | 151 | 0.10 | 0 | 0.05 | 0.38 | 150 | 0.08 | 0.59 |
Hex | 8F | 9F | 97 | A | 0 | 5 | 26 | 96 | 8 | 3B |
Octal | 217 | 237 | 227 | 12 | 0 | 5 | 46 | 226 | 10 | 73 |
Binary | 10001111 | 10011111 | 10010111 | 1010 | 0 | 101 | 100110 | 10010110 | 1000 | 111011 |
Color Harmonies of #8F9F97
Complementary color
Monochromatic Colors of #8F9F97
Black with #8F9F97
Text Example
Text Example
White with #8F9F97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9F97; }
p { color: rgb(143,159,151); }
H1.HeaderClassName
{
color: #8F9F97;
}
.AnyTagClassName
{
color: #8F9F97;
}
</style>
background-color css
<style>
a { background-color: #8F9F97; }
a { background-color: rgb(143,159,151); }
div.DivClassName
{
background-color: #8F9F97;
}
.BgClassName
{
background-color: #8F9F97;
}
</style>
border-color css
<style>
span { border-color: #8F9F97; }
span { border-color: rgb(143,159,151); }
td.TdClassName
{
border-color: #8F9F97;
}
.TagClassName
{
border-color: #8F9F97;
}
</style>