Shades of Edward #8F9E94
Tints of Edward #8F9E94
RGB
CMYK
RGB Variations
Color information
#8F9E94 (or 0x8F9E94) is known color: Edward. HEX triplet: 8F, 9E and 94. RGB value is (143,158,148). Sum of RGB (Red+Green+Blue) = 143+158+148=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 158 - color contains mainly: green. Hex color #8F9E94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9E94 is #70616B. Grayscale: #989898. Windows color (decimal): -7364972 or 9739919. OLE color: 9739919.
HSL color Cylindrical-coordinate representation of color #8F9E94: hue angle of 140º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8F9E94 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 158 | 148 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.38 |
| HSL | 140º | 0.07% | 0.59% | - |
| HSV(B) | 140º | 0.09% | 0.62% | - |
| XYZ | 28.9 | 32.43 | 32.75 | - |
| YUV | 152.38 | 125.53 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 158 | 148 | 0.09 | 0 | 0.06 | 0.38 | 140 | 0.07 | 0.59 |
| Hex | 8F | 9E | 94 | 9 | 0 | 6 | 26 | 8C | 7 | 3B |
| Octal | 217 | 236 | 224 | 11 | 0 | 6 | 46 | 214 | 7 | 73 |
| Binary | 10001111 | 10011110 | 10010100 | 1001 | 0 | 110 | 100110 | 10001100 | 111 | 111011 |
Color Harmonies of #8F9E94
Complementary color
Monochromatic Colors of #8F9E94
Black with #8F9E94
Text Example
Text Example
White with #8F9E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9E94; }
p { color: rgb(143,158,148); }
H1.HeaderClassName
{
color: #8F9E94;
}
.AnyTagClassName
{
color: #8F9E94;
}
</style>
background-color css
<style>
a { background-color: #8F9E94; }
a { background-color: rgb(143,158,148); }
div.DivClassName
{
background-color: #8F9E94;
}
.BgClassName
{
background-color: #8F9E94;
}
</style>
border-color css
<style>
span { border-color: #8F9E94; }
span { border-color: rgb(143,158,148); }
td.TdClassName
{
border-color: #8F9E94;
}
.TagClassName
{
border-color: #8F9E94;
}
</style>