Shades of Cascade #8BA799
Tints of Cascade #8BA799
RGB
CMYK
RGB Variations
Color information
#8BA799 (or 0x8BA799) is known color: Cascade. HEX triplet: 8B, A7 and 99. RGB value is (139,167,153). Sum of RGB (Red+Green+Blue) = 139+167+153=459 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.28% from 459); Green value is 167 (65.62% from 255 or 36.38% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA799 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA799 is #745866. Grayscale: #9D9D9D. Windows color (decimal): -7624807 or 10069899. OLE color: 10069899.
HSL color Cylindrical-coordinate representation of color #8BA799: hue angle of 150º degrees, saturation: 0.14, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8BA799 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 167 | 153 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.35 |
| HSL | 150º | 0.14% | 0.6% | - |
| HSV(B) | 150º | 0.17% | 0.65% | - |
| XYZ | 30.22 | 35.43 | 35.38 | - |
| YUV | 157.03 | 125.72 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 167 | 153 | 0.17 | 0 | 0.08 | 0.35 | 150 | 0.14 | 0.6 |
| Hex | 8B | A7 | 99 | 11 | 0 | 8 | 23 | 96 | E | 3C |
| Octal | 213 | 247 | 231 | 21 | 0 | 10 | 43 | 226 | 16 | 74 |
| Binary | 10001011 | 10100111 | 10011001 | 10001 | 0 | 1000 | 100011 | 10010110 | 1110 | 111100 |
Color Harmonies of #8BA799
Complementary color
Monochromatic Colors of #8BA799
Black with #8BA799
Text Example
Text Example
White with #8BA799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA799; }
p { color: rgb(139,167,153); }
H1.HeaderClassName
{
color: #8BA799;
}
.AnyTagClassName
{
color: #8BA799;
}
</style>
background-color css
<style>
a { background-color: #8BA799; }
a { background-color: rgb(139,167,153); }
div.DivClassName
{
background-color: #8BA799;
}
.BgClassName
{
background-color: #8BA799;
}
</style>
border-color css
<style>
span { border-color: #8BA799; }
span { border-color: rgb(139,167,153); }
td.TdClassName
{
border-color: #8BA799;
}
.TagClassName
{
border-color: #8BA799;
}
</style>