Shades of Pewter #8D938E
Tints of Pewter #8D938E
RGB
CMYK
RGB Variations
Color information
#8D938E (or 0x8D938E) is known color: Pewter. HEX triplet: 8D, 93 and 8E. RGB value is (141,147,142). Sum of RGB (Red+Green+Blue) = 141+147+142=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 147 - color contains mainly: green. Hex color #8D938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D938E is #726C71. Grayscale: #909090. Windows color (decimal): -7498866 or 9343885. OLE color: 9343885.
HSL color Cylindrical-coordinate representation of color #8D938E: hue angle of 130º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #8D938E is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 147 | 142 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.42 |
| HSL | 130º | 0.03% | 0.56% | - |
| HSV(B) | 130º | 0.04% | 0.58% | - |
| XYZ | 26.3 | 28.48 | 29.7 | - |
| YUV | 144.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 147 | 142 | 0.04 | 0 | 0.03 | 0.42 | 130 | 0.03 | 0.56 |
| Hex | 8D | 93 | 8E | 4 | 0 | 3 | 2A | 82 | 3 | 38 |
| Octal | 215 | 223 | 216 | 4 | 0 | 3 | 52 | 202 | 3 | 70 |
| Binary | 10001101 | 10010011 | 10001110 | 100 | 0 | 11 | 101010 | 10000010 | 11 | 111000 |
Color Harmonies of #8D938E
Complementary color
Monochromatic Colors of #8D938E
Black with #8D938E
Text Example
Text Example
White with #8D938E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D938E; }
p { color: rgb(141,147,142); }
H1.HeaderClassName
{
color: #8D938E;
}
.AnyTagClassName
{
color: #8D938E;
}
</style>
background-color css
<style>
a { background-color: #8D938E; }
a { background-color: rgb(141,147,142); }
div.DivClassName
{
background-color: #8D938E;
}
.BgClassName
{
background-color: #8D938E;
}
</style>
border-color css
<style>
span { border-color: #8D938E; }
span { border-color: rgb(141,147,142); }
td.TdClassName
{
border-color: #8D938E;
}
.TagClassName
{
border-color: #8D938E;
}
</style>