Shades of Pewter #8E968F
Tints of Pewter #8E968F
RGB
CMYK
RGB Variations
Color information
#8E968F (or 0x8E968F) is known color: Pewter. HEX triplet: 8E, 96 and 8F. RGB value is (142,150,143). Sum of RGB (Red+Green+Blue) = 142+150+143=435 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.64% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 150 - color contains mainly: green. Hex color #8E968F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E968F is #716970. Grayscale: #929292. Windows color (decimal): -7432561 or 9410190. OLE color: 9410190.
HSL color Cylindrical-coordinate representation of color #8E968F: hue angle of 127.5º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8E968F is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 142 | 150 | 143 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.41 |
| HSL | 127.5º | 0.04% | 0.57% | - |
| HSV(B) | 127.5º | 0.05% | 0.59% | - |
| XYZ | 27.02 | 29.55 | 30.27 | - |
| YUV | 146.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 150 | 143 | 0.05 | 0 | 0.05 | 0.41 | 127.5 | 0.04 | 0.57 |
| Hex | 8E | 96 | 8F | 5 | 0 | 5 | 29 | 80 | 4 | 39 |
| Octal | 216 | 226 | 217 | 5 | 0 | 5 | 51 | 200 | 4 | 71 |
| Binary | 10001110 | 10010110 | 10001111 | 101 | 0 | 101 | 101001 | 10000000 | 100 | 111001 |
Color Harmonies of #8E968F
Complementary color
Monochromatic Colors of #8E968F
Black with #8E968F
Text Example
Text Example
White with #8E968F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E968F; }
p { color: rgb(142,150,143); }
H1.HeaderClassName
{
color: #8E968F;
}
.AnyTagClassName
{
color: #8E968F;
}
</style>
background-color css
<style>
a { background-color: #8E968F; }
a { background-color: rgb(142,150,143); }
div.DivClassName
{
background-color: #8E968F;
}
.BgClassName
{
background-color: #8E968F;
}
</style>
border-color css
<style>
span { border-color: #8E968F; }
span { border-color: rgb(142,150,143); }
td.TdClassName
{
border-color: #8E968F;
}
.TagClassName
{
border-color: #8E968F;
}
</style>