Shades of Edward #8D9E95
Tints of Edward #8D9E95
RGB
CMYK
RGB Variations
Color information
#8D9E95 (or 0x8D9E95) is known color: Edward. HEX triplet: 8D, 9E and 95. RGB value is (141,158,149). Sum of RGB (Red+Green+Blue) = 141+158+149=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 158 - color contains mainly: green. Hex color #8D9E95 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9E95 is #72616A. Grayscale: #979797. Windows color (decimal): -7496043 or 9805453. OLE color: 9805453.
HSL color Cylindrical-coordinate representation of color #8D9E95: hue angle of 148.24º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8D9E95 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 141 | 158 | 149 | - |
| CMYK | 0.11 | 0 | 0.06 | 0.38 |
| HSL | 148.24º | 0.08% | 0.59% | - |
| HSV(B) | 148.24º | 0.11% | 0.62% | - |
| XYZ | 28.64 | 32.29 | 33.16 | - |
| YUV | 151.89 | 126.37 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 158 | 149 | 0.11 | 0 | 0.06 | 0.38 | 148.24 | 0.08 | 0.59 |
| Hex | 8D | 9E | 95 | B | 0 | 6 | 26 | 94 | 8 | 3B |
| Octal | 215 | 236 | 225 | 13 | 0 | 6 | 46 | 224 | 10 | 73 |
| Binary | 10001101 | 10011110 | 10010101 | 1011 | 0 | 110 | 100110 | 10010100 | 1000 | 111011 |
Color Harmonies of #8D9E95
Complementary color
Monochromatic Colors of #8D9E95
Black with #8D9E95
Text Example
Text Example
White with #8D9E95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D9E95; }
p { color: rgb(141,158,149); }
H1.HeaderClassName
{
color: #8D9E95;
}
.AnyTagClassName
{
color: #8D9E95;
}
</style>
background-color css
<style>
a { background-color: #8D9E95; }
a { background-color: rgb(141,158,149); }
div.DivClassName
{
background-color: #8D9E95;
}
.BgClassName
{
background-color: #8D9E95;
}
</style>
border-color css
<style>
span { border-color: #8D9E95; }
span { border-color: rgb(141,158,149); }
td.TdClassName
{
border-color: #8D9E95;
}
.TagClassName
{
border-color: #8D9E95;
}
</style>