Shades of Edward #8BA093
Tints of Edward #8BA093
RGB
CMYK
RGB Variations
Color information
#8BA093 (or 0x8BA093) is known color: Edward. HEX triplet: 8B, A0 and 93. RGB value is (139,160,147). Sum of RGB (Red+Green+Blue) = 139+160+147=446 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.17% from 446); Green value is 160 (62.89% from 255 or 35.87% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA093 is #745F6C. Grayscale: #989898. Windows color (decimal): -7626605 or 9674891. OLE color: 9674891.
HSL color Cylindrical-coordinate representation of color #8BA093: hue angle of 142.86º degrees, saturation: 0.1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8BA093 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 139 | 160 | 147 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.37 |
| HSL | 142.86º | 0.1% | 0.59% | - |
| HSV(B) | 142.86º | 0.13% | 0.63% | - |
| XYZ | 28.48 | 32.74 | 32.42 | - |
| YUV | 152.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 160 | 147 | 0.13 | 0 | 0.08 | 0.37 | 142.86 | 0.1 | 0.59 |
| Hex | 8B | A0 | 93 | D | 0 | 8 | 25 | 8F | A | 3B |
| Octal | 213 | 240 | 223 | 15 | 0 | 10 | 45 | 217 | 12 | 73 |
| Binary | 10001011 | 10100000 | 10010011 | 1101 | 0 | 1000 | 100101 | 10001111 | 1010 | 111011 |
Color Harmonies of #8BA093
Complementary color
Monochromatic Colors of #8BA093
Black with #8BA093
Text Example
Text Example
White with #8BA093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA093; }
p { color: rgb(139,160,147); }
H1.HeaderClassName
{
color: #8BA093;
}
.AnyTagClassName
{
color: #8BA093;
}
</style>
background-color css
<style>
a { background-color: #8BA093; }
a { background-color: rgb(139,160,147); }
div.DivClassName
{
background-color: #8BA093;
}
.BgClassName
{
background-color: #8BA093;
}
</style>
border-color css
<style>
span { border-color: #8BA093; }
span { border-color: rgb(139,160,147); }
td.TdClassName
{
border-color: #8BA093;
}
.TagClassName
{
border-color: #8BA093;
}
</style>