Shades of Edward #8DA597
Tints of Edward #8DA597
RGB
CMYK
RGB Variations
Color information
#8DA597 (or 0x8DA597) is known color: Edward. HEX triplet: 8D, A5 and 97. RGB value is (141,165,151). Sum of RGB (Red+Green+Blue) = 141+165+151=457 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.85% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 165 - color contains mainly: green. Hex color #8DA597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA597 is #725A68. Grayscale: #9C9C9C. Windows color (decimal): -7494249 or 9938317. OLE color: 9938317.
HSL color Cylindrical-coordinate representation of color #8DA597: hue angle of 145º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8DA597 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 165 | 151 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.35 |
| HSL | 145º | 0.12% | 0.6% | - |
| HSV(B) | 145º | 0.15% | 0.65% | - |
| XYZ | 30.03 | 34.81 | 34.41 | - |
| YUV | 156.23 | 125.05 | 117.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 165 | 151 | 0.15 | 0 | 0.08 | 0.35 | 145 | 0.12 | 0.6 |
| Hex | 8D | A5 | 97 | F | 0 | 8 | 23 | 91 | C | 3C |
| Octal | 215 | 245 | 227 | 17 | 0 | 10 | 43 | 221 | 14 | 74 |
| Binary | 10001101 | 10100101 | 10010111 | 1111 | 0 | 1000 | 100011 | 10010001 | 1100 | 111100 |
Color Harmonies of #8DA597
Complementary color
Monochromatic Colors of #8DA597
Black with #8DA597
Text Example
Text Example
White with #8DA597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA597; }
p { color: rgb(141,165,151); }
H1.HeaderClassName
{
color: #8DA597;
}
.AnyTagClassName
{
color: #8DA597;
}
</style>
background-color css
<style>
a { background-color: #8DA597; }
a { background-color: rgb(141,165,151); }
div.DivClassName
{
background-color: #8DA597;
}
.BgClassName
{
background-color: #8DA597;
}
</style>
border-color css
<style>
span { border-color: #8DA597; }
span { border-color: rgb(141,165,151); }
td.TdClassName
{
border-color: #8DA597;
}
.TagClassName
{
border-color: #8DA597;
}
</style>