Shades of Cascade #8F9894
Tints of Cascade #8F9894
RGB
CMYK
RGB Variations
Color information
#8F9894 (or 0x8F9894) is known color: Cascade. HEX triplet: 8F, 98 and 94. RGB value is (143,152,148). Sum of RGB (Red+Green+Blue) = 143+152+148=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 152 - color contains mainly: green. Hex color #8F9894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9894 is #70676B. Grayscale: #949494. Windows color (decimal): -7366508 or 9738383. OLE color: 9738383.
HSL color Cylindrical-coordinate representation of color #8F9894: hue angle of 153.33º 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 #8F9894 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.
Color convert
RGB | 143 | 152 | 148 | - |
CMYK | 0.06 | 0 | 0.03 | 0.40 |
HSL | 153.33º | 0.04% | 0.58% | - |
HSV(B) | 153.33º | 0.06% | 0.6% | - |
XYZ | 27.9 | 30.43 | 32.42 | - |
YUV | 148.85 | 127.52 | 123.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 152 | 148 | 0.06 | 0 | 0.03 | 0.40 | 153.33 | 0.04 | 0.58 |
Hex | 8F | 98 | 94 | 6 | 0 | 3 | 28 | 99 | 4 | 3A |
Octal | 217 | 230 | 224 | 6 | 0 | 3 | 50 | 231 | 4 | 72 |
Binary | 10001111 | 10011000 | 10010100 | 110 | 0 | 11 | 101000 | 10011001 | 100 | 111010 |
Color Harmonies of #8F9894
Complementary color
Monochromatic Colors of #8F9894
Black with #8F9894
Text Example
Text Example
White with #8F9894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9894; }
p { color: rgb(143,152,148); }
H1.HeaderClassName
{
color: #8F9894;
}
.AnyTagClassName
{
color: #8F9894;
}
</style>
background-color css
<style>
a { background-color: #8F9894; }
a { background-color: rgb(143,152,148); }
div.DivClassName
{
background-color: #8F9894;
}
.BgClassName
{
background-color: #8F9894;
}
</style>
border-color css
<style>
span { border-color: #8F9894; }
span { border-color: rgb(143,152,148); }
td.TdClassName
{
border-color: #8F9894;
}
.TagClassName
{
border-color: #8F9894;
}
</style>