Shades of Edward #8BA494
Tints of Edward #8BA494
RGB
CMYK
RGB Variations
Color information
#8BA494 (or 0x8BA494) is known color: Edward. HEX triplet: 8B, A4 and 94. RGB value is (139,164,148). Sum of RGB (Red+Green+Blue) = 139+164+148=451 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.82% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 148 (58.20% from 255 or 32.82% from 451); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA494 is #745B6B. Grayscale: #9A9A9A. Windows color (decimal): -7625580 or 9741451. OLE color: 9741451.
HSL color Cylindrical-coordinate representation of color #8BA494: hue angle of 141.6º 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 #8BA494 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 164 | 148 | - |
| CMYK | 0.15 | 0 | 0.10 | 0.36 |
| HSL | 141.6º | 0.12% | 0.59% | - |
| HSV(B) | 141.6º | 0.15% | 0.64% | - |
| XYZ | 29.27 | 34.18 | 33.07 | - |
| YUV | 154.7 | 124.22 | 116.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 164 | 148 | 0.15 | 0 | 0.10 | 0.36 | 141.6 | 0.12 | 0.59 |
| Hex | 8B | A4 | 94 | F | 0 | A | 24 | 8E | C | 3B |
| Octal | 213 | 244 | 224 | 17 | 0 | 12 | 44 | 216 | 14 | 73 |
| Binary | 10001011 | 10100100 | 10010100 | 1111 | 0 | 1010 | 100100 | 10001110 | 1100 | 111011 |
Color Harmonies of #8BA494
Complementary color
Monochromatic Colors of #8BA494
Black with #8BA494
Text Example
Text Example
White with #8BA494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA494; }
p { color: rgb(139,164,148); }
H1.HeaderClassName
{
color: #8BA494;
}
.AnyTagClassName
{
color: #8BA494;
}
</style>
background-color css
<style>
a { background-color: #8BA494; }
a { background-color: rgb(139,164,148); }
div.DivClassName
{
background-color: #8BA494;
}
.BgClassName
{
background-color: #8BA494;
}
</style>
border-color css
<style>
span { border-color: #8BA494; }
span { border-color: rgb(139,164,148); }
td.TdClassName
{
border-color: #8BA494;
}
.TagClassName
{
border-color: #8BA494;
}
</style>