Shades of Edward #8B9991
Tints of Edward #8B9991
RGB
CMYK
RGB Variations
Color information
#8B9991 (or 0x8B9991) is known color: Edward. HEX triplet: 8B, 99 and 91. RGB value is (139,153,145). Sum of RGB (Red+Green+Blue) = 139+153+145=437 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.81% from 437); Green value is 153 (60.16% from 255 or 35.01% from 437); Blue value is 145 (57.03% from 255 or 33.18% from 437); Max value from RGB is 153 - color contains mainly: green. Hex color #8B9991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9991 is #74666E. Grayscale: #939393. Windows color (decimal): -7628399 or 9542027. OLE color: 9542027.
HSL color Cylindrical-coordinate representation of color #8B9991: hue angle of 145.71º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B9991 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 153 | 145 | - |
| CMYK | 0.09 | 0 | 0.05 | 0.4 |
| HSL | 145.71º | 0.06% | 0.57% | - |
| HSV(B) | 145.71º | 0.09% | 0.6% | - |
| XYZ | 27.15 | 30.32 | 31.21 | - |
| YUV | 147.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 145 | 0.09 | 0 | 0.05 | 0.4 | 145.71 | 0.06 | 0.57 |
| Hex | 8B | 99 | 91 | 9 | 0 | 5 | 28 | 92 | 6 | 39 |
| Octal | 213 | 231 | 221 | 11 | 0 | 5 | 50 | 222 | 6 | 71 |
| Binary | 10001011 | 10011001 | 10010001 | 1001 | 0 | 101 | 101000 | 10010010 | 110 | 111001 |
Color Harmonies of #8B9991
Complementary color
Monochromatic Colors of #8B9991
Black with #8B9991
Text Example
Text Example
White with #8B9991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9991; }
p { color: rgb(139,153,145); }
H1.HeaderClassName
{
color: #8B9991;
}
.AnyTagClassName
{
color: #8B9991;
}
</style>
background-color css
<style>
a { background-color: #8B9991; }
a { background-color: rgb(139,153,145); }
div.DivClassName
{
background-color: #8B9991;
}
.BgClassName
{
background-color: #8B9991;
}
</style>
border-color css
<style>
span { border-color: #8B9991; }
span { border-color: rgb(139,153,145); }
td.TdClassName
{
border-color: #8B9991;
}
.TagClassName
{
border-color: #8B9991;
}
</style>