Shades of Edward #8B9790
Tints of Edward #8B9790
RGB
CMYK
RGB Variations
Color information
#8B9790 (or 0x8B9790) is known color: Edward. HEX triplet: 8B, 97 and 90. RGB value is (139,151,144). Sum of RGB (Red+Green+Blue) = 139+151+144=434 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.03% from 434); Green value is 151 (59.38% from 255 or 34.79% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 151 - color contains mainly: green. Hex color #8B9790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9790 is #74686F. Grayscale: #929292. Windows color (decimal): -7628912 or 9475979. OLE color: 9475979.
HSL color Cylindrical-coordinate representation of color #8B9790: hue angle of 145º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8B9790 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 139 | 151 | 144 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.41 |
| HSL | 145º | 0.05% | 0.57% | - |
| HSV(B) | 145º | 0.08% | 0.59% | - |
| XYZ | 26.75 | 29.64 | 30.7 | - |
| YUV | 146.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 151 | 144 | 0.08 | 0 | 0.05 | 0.41 | 145 | 0.05 | 0.57 |
| Hex | 8B | 97 | 90 | 8 | 0 | 5 | 29 | 91 | 5 | 39 |
| Octal | 213 | 227 | 220 | 10 | 0 | 5 | 51 | 221 | 5 | 71 |
| Binary | 10001011 | 10010111 | 10010000 | 1000 | 0 | 101 | 101001 | 10010001 | 101 | 111001 |
Color Harmonies of #8B9790
Complementary color
Monochromatic Colors of #8B9790
Black with #8B9790
Text Example
Text Example
White with #8B9790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9790; }
p { color: rgb(139,151,144); }
H1.HeaderClassName
{
color: #8B9790;
}
.AnyTagClassName
{
color: #8B9790;
}
</style>
background-color css
<style>
a { background-color: #8B9790; }
a { background-color: rgb(139,151,144); }
div.DivClassName
{
background-color: #8B9790;
}
.BgClassName
{
background-color: #8B9790;
}
</style>
border-color css
<style>
span { border-color: #8B9790; }
span { border-color: rgb(139,151,144); }
td.TdClassName
{
border-color: #8B9790;
}
.TagClassName
{
border-color: #8B9790;
}
</style>