Shades of Edward #8B9E92
Tints of Edward #8B9E92
RGB
CMYK
RGB Variations
Color information
#8B9E92 (or 0x8B9E92) is known color: Edward. HEX triplet: 8B, 9E and 92. RGB value is (139,158,146). Sum of RGB (Red+Green+Blue) = 139+158+146=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 158 - color contains mainly: green. Hex color #8B9E92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9E92 is #74616D. Grayscale: #969696. Windows color (decimal): -7627118 or 9608843. OLE color: 9608843.
HSL color Cylindrical-coordinate representation of color #8B9E92: hue angle of 142.11º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8B9E92 is Cyan = 0.12, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 158 | 146 | - |
| CMYK | 0.12 | 0 | 0.08 | 0.38 |
| HSL | 142.11º | 0.09% | 0.58% | - |
| HSV(B) | 142.11º | 0.12% | 0.62% | - |
| XYZ | 28.06 | 32.02 | 31.9 | - |
| YUV | 150.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 146 | 0.12 | 0 | 0.08 | 0.38 | 142.11 | 0.09 | 0.58 |
| Hex | 8B | 9E | 92 | C | 0 | 8 | 26 | 8E | 9 | 3A |
| Octal | 213 | 236 | 222 | 14 | 0 | 10 | 46 | 216 | 11 | 72 |
| Binary | 10001011 | 10011110 | 10010010 | 1100 | 0 | 1000 | 100110 | 10001110 | 1001 | 111010 |
Color Harmonies of #8B9E92
Complementary color
Monochromatic Colors of #8B9E92
Black with #8B9E92
Text Example
Text Example
White with #8B9E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9E92; }
p { color: rgb(139,158,146); }
H1.HeaderClassName
{
color: #8B9E92;
}
.AnyTagClassName
{
color: #8B9E92;
}
</style>
background-color css
<style>
a { background-color: #8B9E92; }
a { background-color: rgb(139,158,146); }
div.DivClassName
{
background-color: #8B9E92;
}
.BgClassName
{
background-color: #8B9E92;
}
</style>
border-color css
<style>
span { border-color: #8B9E92; }
span { border-color: rgb(139,158,146); }
td.TdClassName
{
border-color: #8B9E92;
}
.TagClassName
{
border-color: #8B9E92;
}
</style>