Shades of Cascade #8BA4A0
Tints of Cascade #8BA4A0
RGB
CMYK
RGB Variations
Color information
#8BA4A0 (or 0x8BA4A0) is known color: Cascade. HEX triplet: 8B, A4 and A0. RGB value is (139,164,160). Sum of RGB (Red+Green+Blue) = 139+164+160=463 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.02% from 463); Green value is 164 (64.45% from 255 or 35.42% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA4A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA4A0 is #745B5F. Grayscale: #9C9C9C. Windows color (decimal): -7625568 or 10527883. OLE color: 10527883.
HSL color Cylindrical-coordinate representation of color #8BA4A0: hue angle of 170.4º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8BA4A0 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 160 | - |
| CMYK | 0.15 | 0 | 0.02 | 0.36 |
| HSL | 170.4º | 0.12% | 0.59% | - |
| HSV(B) | 170.4º | 0.15% | 0.64% | - |
| XYZ | 30.27 | 34.58 | 38.34 | - |
| YUV | 156.07 | 130.22 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 160 | 0.15 | 0 | 0.02 | 0.36 | 170.4 | 0.12 | 0.59 |
| Hex | 8B | A4 | A0 | F | 0 | 2 | 24 | AA | C | 3B |
| Octal | 213 | 244 | 240 | 17 | 0 | 2 | 44 | 252 | 14 | 73 |
| Binary | 10001011 | 10100100 | 10100000 | 1111 | 0 | 10 | 100100 | 10101010 | 1100 | 111011 |
Color Harmonies of #8BA4A0
Complementary color
Monochromatic Colors of #8BA4A0
Black with #8BA4A0
Text Example
Text Example
White with #8BA4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA4A0; }
p { color: rgb(139,164,160); }
H1.HeaderClassName
{
color: #8BA4A0;
}
.AnyTagClassName
{
color: #8BA4A0;
}
</style>
background-color css
<style>
a { background-color: #8BA4A0; }
a { background-color: rgb(139,164,160); }
div.DivClassName
{
background-color: #8BA4A0;
}
.BgClassName
{
background-color: #8BA4A0;
}
</style>
border-color css
<style>
span { border-color: #8BA4A0; }
span { border-color: rgb(139,164,160); }
td.TdClassName
{
border-color: #8BA4A0;
}
.TagClassName
{
border-color: #8BA4A0;
}
</style>