Shades of Cascade #8BA7A2
Tints of Cascade #8BA7A2
RGB
CMYK
RGB Variations
Color information
#8BA7A2 (or 0x8BA7A2) is known color: Cascade. HEX triplet: 8B, A7 and A2. RGB value is (139,167,162). Sum of RGB (Red+Green+Blue) = 139+167+162=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 167 (65.62% from 255 or 35.68% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 167 - color contains mainly: green. Hex color #8BA7A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA7A2 is #74585D. Grayscale: #9E9E9E. Windows color (decimal): -7624798 or 10659723. OLE color: 10659723.
HSL color Cylindrical-coordinate representation of color #8BA7A2: hue angle of 169.29º 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 #8BA7A2 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.
Color convert
RGB | 139 | 167 | 162 | - |
CMYK | 0.17 | 0 | 0.03 | 0.35 |
HSL | 169.29º | 0.14% | 0.6% | - |
HSV(B) | 169.29º | 0.17% | 0.65% | - |
XYZ | 30.99 | 35.74 | 39.45 | - |
YUV | 158.06 | 130.22 | 114.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 139 | 167 | 162 | 0.17 | 0 | 0.03 | 0.35 | 169.29 | 0.14 | 0.6 |
Hex | 8B | A7 | A2 | 11 | 0 | 3 | 23 | A9 | E | 3C |
Octal | 213 | 247 | 242 | 21 | 0 | 3 | 43 | 251 | 16 | 74 |
Binary | 10001011 | 10100111 | 10100010 | 10001 | 0 | 11 | 100011 | 10101001 | 1110 | 111100 |
Color Harmonies of #8BA7A2
Complementary color
Monochromatic Colors of #8BA7A2
Black with #8BA7A2
Text Example
Text Example
White with #8BA7A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA7A2; }
p { color: rgb(139,167,162); }
H1.HeaderClassName
{
color: #8BA7A2;
}
.AnyTagClassName
{
color: #8BA7A2;
}
</style>
background-color css
<style>
a { background-color: #8BA7A2; }
a { background-color: rgb(139,167,162); }
div.DivClassName
{
background-color: #8BA7A2;
}
.BgClassName
{
background-color: #8BA7A2;
}
</style>
border-color css
<style>
span { border-color: #8BA7A2; }
span { border-color: rgb(139,167,162); }
td.TdClassName
{
border-color: #8BA7A2;
}
.TagClassName
{
border-color: #8BA7A2;
}
</style>