Shades of Pewter #8E9D8E
Tints of Pewter #8E9D8E
RGB
CMYK
RGB Variations
Color information
#8E9D8E (or 0x8E9D8E) is known color: Pewter. HEX triplet: 8E, 9D and 8E. RGB value is (142,157,142). Sum of RGB (Red+Green+Blue) = 142+157+142=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 157 (61.72% from 255 or 35.60% from 441); Blue value is 142 (55.86% from 255 or 32.20% from 441); Max value from RGB is 157 - color contains mainly: green. Hex color #8E9D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E9D8E is #716271. Grayscale: #969696. Windows color (decimal): -7430770 or 9346446. OLE color: 9346446.
HSL color Cylindrical-coordinate representation of color #8E9D8E: hue angle of 120º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8E9D8E is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 142 | 157 | 142 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.38 |
| HSL | 120º | 0.07% | 0.59% | - |
| HSV(B) | 120º | 0.1% | 0.62% | - |
| XYZ | 28.09 | 31.82 | 30.25 | - |
| YUV | 150.81 | 123.03 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 157 | 142 | 0.10 | 0 | 0.10 | 0.38 | 120 | 0.07 | 0.59 |
| Hex | 8E | 9D | 8E | A | 0 | A | 26 | 78 | 7 | 3B |
| Octal | 216 | 235 | 216 | 12 | 0 | 12 | 46 | 170 | 7 | 73 |
| Binary | 10001110 | 10011101 | 10001110 | 1010 | 0 | 1010 | 100110 | 1111000 | 111 | 111011 |
Color Harmonies of #8E9D8E
Complementary color
Monochromatic Colors of #8E9D8E
Black with #8E9D8E
Text Example
Text Example
White with #8E9D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E9D8E; }
p { color: rgb(142,157,142); }
H1.HeaderClassName
{
color: #8E9D8E;
}
.AnyTagClassName
{
color: #8E9D8E;
}
</style>
background-color css
<style>
a { background-color: #8E9D8E; }
a { background-color: rgb(142,157,142); }
div.DivClassName
{
background-color: #8E9D8E;
}
.BgClassName
{
background-color: #8E9D8E;
}
</style>
border-color css
<style>
span { border-color: #8E9D8E; }
span { border-color: rgb(142,157,142); }
td.TdClassName
{
border-color: #8E9D8E;
}
.TagClassName
{
border-color: #8E9D8E;
}
</style>