Shades of Pewter #8D998E
Tints of Pewter #8D998E
RGB
CMYK
RGB Variations
Color information
#8D998E (or 0x8D998E) is known color: Pewter. HEX triplet: 8D, 99 and 8E. RGB value is (141,153,142). Sum of RGB (Red+Green+Blue) = 141+153+142=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 142 (55.86% from 255 or 32.57% from 436); Max value from RGB is 153 - color contains mainly: green. Hex color #8D998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D998E is #726671. Grayscale: #949494. Windows color (decimal): -7497330 or 9345421. OLE color: 9345421.
HSL color Cylindrical-coordinate representation of color #8D998E: hue angle of 125º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8D998E is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 141 | 153 | 142 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.4 |
| HSL | 125º | 0.06% | 0.58% | - |
| HSV(B) | 125º | 0.08% | 0.6% | - |
| XYZ | 27.26 | 30.4 | 30.02 | - |
| YUV | 148.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 153 | 142 | 0.08 | 0 | 0.07 | 0.4 | 125 | 0.06 | 0.58 |
| Hex | 8D | 99 | 8E | 8 | 0 | 7 | 28 | 7D | 6 | 3A |
| Octal | 215 | 231 | 216 | 10 | 0 | 7 | 50 | 175 | 6 | 72 |
| Binary | 10001101 | 10011001 | 10001110 | 1000 | 0 | 111 | 101000 | 1111101 | 110 | 111010 |
Color Harmonies of #8D998E
Complementary color
Monochromatic Colors of #8D998E
Black with #8D998E
Text Example
Text Example
White with #8D998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D998E; }
p { color: rgb(141,153,142); }
H1.HeaderClassName
{
color: #8D998E;
}
.AnyTagClassName
{
color: #8D998E;
}
</style>
background-color css
<style>
a { background-color: #8D998E; }
a { background-color: rgb(141,153,142); }
div.DivClassName
{
background-color: #8D998E;
}
.BgClassName
{
background-color: #8D998E;
}
</style>
border-color css
<style>
span { border-color: #8D998E; }
span { border-color: rgb(141,153,142); }
td.TdClassName
{
border-color: #8D998E;
}
.TagClassName
{
border-color: #8D998E;
}
</style>