Shades of Cascade #8C9F9A
Tints of Cascade #8C9F9A
RGB
CMYK
RGB Variations
Color information
#8C9F9A (or 0x8C9F9A) is known color: Cascade. HEX triplet: 8C, 9F and 9A. RGB value is (140,159,154). Sum of RGB (Red+Green+Blue) = 140+159+154=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 159 - color contains mainly: green. Hex color #8C9F9A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9F9A is #736065. Grayscale: #989898. Windows color (decimal): -7561318 or 10133388. OLE color: 10133388.
HSL color Cylindrical-coordinate representation of color #8C9F9A: hue angle of 164.21º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C9F9A is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.38.
Color convert
RGB | 140 | 159 | 154 | - |
CMYK | 0.12 | 0 | 0.03 | 0.38 |
HSL | 164.21º | 0.09% | 0.59% | - |
HSV(B) | 164.21º | 0.12% | 0.62% | - |
XYZ | 29.05 | 32.7 | 35.35 | - |
YUV | 152.75 | 128.71 | 118.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 159 | 154 | 0.12 | 0 | 0.03 | 0.38 | 164.21 | 0.09 | 0.59 |
Hex | 8C | 9F | 9A | C | 0 | 3 | 26 | A4 | 9 | 3B |
Octal | 214 | 237 | 232 | 14 | 0 | 3 | 46 | 244 | 11 | 73 |
Binary | 10001100 | 10011111 | 10011010 | 1100 | 0 | 11 | 100110 | 10100100 | 1001 | 111011 |
Color Harmonies of #8C9F9A
Complementary color
Monochromatic Colors of #8C9F9A
Black with #8C9F9A
Text Example
Text Example
White with #8C9F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9F9A; }
p { color: rgb(140,159,154); }
H1.HeaderClassName
{
color: #8C9F9A;
}
.AnyTagClassName
{
color: #8C9F9A;
}
</style>
background-color css
<style>
a { background-color: #8C9F9A; }
a { background-color: rgb(140,159,154); }
div.DivClassName
{
background-color: #8C9F9A;
}
.BgClassName
{
background-color: #8C9F9A;
}
</style>
border-color css
<style>
span { border-color: #8C9F9A; }
span { border-color: rgb(140,159,154); }
td.TdClassName
{
border-color: #8C9F9A;
}
.TagClassName
{
border-color: #8C9F9A;
}
</style>