Shades of Edward #8DA093
Tints of Edward #8DA093
RGB
CMYK
RGB Variations
Color information
#8DA093 (or 0x8DA093) is known color: Edward. HEX triplet: 8D, A0 and 93. RGB value is (141,160,147). Sum of RGB (Red+Green+Blue) = 141+160+147=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 160 - color contains mainly: green. Hex color #8DA093 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA093 is #725F6C. Grayscale: #989898. Windows color (decimal): -7495533 or 9674893. OLE color: 9674893.
HSL color Cylindrical-coordinate representation of color #8DA093: hue angle of 138.95º degrees, saturation: 0.09, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8DA093 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 141 | 160 | 147 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.37 |
| HSL | 138.95º | 0.09% | 0.59% | - |
| HSV(B) | 138.95º | 0.12% | 0.63% | - |
| XYZ | 28.82 | 32.91 | 32.44 | - |
| YUV | 152.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 160 | 147 | 0.12 | 0 | 0.08 | 0.37 | 138.95 | 0.09 | 0.59 |
| Hex | 8D | A0 | 93 | C | 0 | 8 | 25 | 8B | 9 | 3B |
| Octal | 215 | 240 | 223 | 14 | 0 | 10 | 45 | 213 | 11 | 73 |
| Binary | 10001101 | 10100000 | 10010011 | 1100 | 0 | 1000 | 100101 | 10001011 | 1001 | 111011 |
Color Harmonies of #8DA093
Complementary color
Monochromatic Colors of #8DA093
Black with #8DA093
Text Example
Text Example
White with #8DA093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA093; }
p { color: rgb(141,160,147); }
H1.HeaderClassName
{
color: #8DA093;
}
.AnyTagClassName
{
color: #8DA093;
}
</style>
background-color css
<style>
a { background-color: #8DA093; }
a { background-color: rgb(141,160,147); }
div.DivClassName
{
background-color: #8DA093;
}
.BgClassName
{
background-color: #8DA093;
}
</style>
border-color css
<style>
span { border-color: #8DA093; }
span { border-color: rgb(141,160,147); }
td.TdClassName
{
border-color: #8DA093;
}
.TagClassName
{
border-color: #8DA093;
}
</style>