Shades of Cascade #8F9F9A
Tints of Cascade #8F9F9A
RGB
CMYK
RGB Variations
Color information
#8F9F9A (or 0x8F9F9A) is known color: Cascade. HEX triplet: 8F, 9F and 9A. RGB value is (143,159,154). Sum of RGB (Red+Green+Blue) = 143+159+154=456 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.36% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 154 (60.55% from 255 or 33.77% from 456); Max value from RGB is 159 - color contains mainly: green. Hex color #8F9F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9F9A is #706065. Grayscale: #999999. Windows color (decimal): -7364710 or 10133391. OLE color: 10133391.
HSL color Cylindrical-coordinate representation of color #8F9F9A: hue angle of 161.25º 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 #8F9F9A is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
RGB | 143 | 159 | 154 | - |
CMYK | 0.10 | 0 | 0.03 | 0.38 |
HSL | 161.25º | 0.08% | 0.59% | - |
HSV(B) | 161.25º | 0.1% | 0.62% | - |
XYZ | 29.56 | 32.97 | 35.38 | - |
YUV | 153.65 | 128.2 | 120.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 159 | 154 | 0.10 | 0 | 0.03 | 0.38 | 161.25 | 0.08 | 0.59 |
Hex | 8F | 9F | 9A | A | 0 | 3 | 26 | A1 | 8 | 3B |
Octal | 217 | 237 | 232 | 12 | 0 | 3 | 46 | 241 | 10 | 73 |
Binary | 10001111 | 10011111 | 10011010 | 1010 | 0 | 11 | 100110 | 10100001 | 1000 | 111011 |
Color Harmonies of #8F9F9A
Complementary color
Monochromatic Colors of #8F9F9A
Black with #8F9F9A
Text Example
Text Example
White with #8F9F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9F9A; }
p { color: rgb(143,159,154); }
H1.HeaderClassName
{
color: #8F9F9A;
}
.AnyTagClassName
{
color: #8F9F9A;
}
</style>
background-color css
<style>
a { background-color: #8F9F9A; }
a { background-color: rgb(143,159,154); }
div.DivClassName
{
background-color: #8F9F9A;
}
.BgClassName
{
background-color: #8F9F9A;
}
</style>
border-color css
<style>
span { border-color: #8F9F9A; }
span { border-color: rgb(143,159,154); }
td.TdClassName
{
border-color: #8F9F9A;
}
.TagClassName
{
border-color: #8F9F9A;
}
</style>