Shades of Edward #8C9992
Tints of Edward #8C9992
RGB
CMYK
RGB Variations
Color information
#8C9992 (or 0x8C9992) is known color: Edward. HEX triplet: 8C, 99 and 92. RGB value is (140,153,146). Sum of RGB (Red+Green+Blue) = 140+153+146=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 153 - color contains mainly: green. Hex color #8C9992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9992 is #73666D. Grayscale: #949494. Windows color (decimal): -7562862 or 9607564. OLE color: 9607564.
HSL color Cylindrical-coordinate representation of color #8C9992: hue angle of 147.69º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8C9992 is Cyan = 0.08, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 140 | 153 | 146 | - |
| CMYK | 0.08 | 0 | 0.05 | 0.4 |
| HSL | 147.69º | 0.06% | 0.57% | - |
| HSV(B) | 147.69º | 0.08% | 0.6% | - |
| XYZ | 27.39 | 30.43 | 31.62 | - |
| YUV | 148.32 | 126.69 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 153 | 146 | 0.08 | 0 | 0.05 | 0.4 | 147.69 | 0.06 | 0.57 |
| Hex | 8C | 99 | 92 | 8 | 0 | 5 | 28 | 94 | 6 | 39 |
| Octal | 214 | 231 | 222 | 10 | 0 | 5 | 50 | 224 | 6 | 71 |
| Binary | 10001100 | 10011001 | 10010010 | 1000 | 0 | 101 | 101000 | 10010100 | 110 | 111001 |
Color Harmonies of #8C9992
Complementary color
Monochromatic Colors of #8C9992
Black with #8C9992
Text Example
Text Example
White with #8C9992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9992; }
p { color: rgb(140,153,146); }
H1.HeaderClassName
{
color: #8C9992;
}
.AnyTagClassName
{
color: #8C9992;
}
</style>
background-color css
<style>
a { background-color: #8C9992; }
a { background-color: rgb(140,153,146); }
div.DivClassName
{
background-color: #8C9992;
}
.BgClassName
{
background-color: #8C9992;
}
</style>
border-color css
<style>
span { border-color: #8C9992; }
span { border-color: rgb(140,153,146); }
td.TdClassName
{
border-color: #8C9992;
}
.TagClassName
{
border-color: #8C9992;
}
</style>