Shades of Pewter #8D948D
Tints of Pewter #8D948D
RGB
CMYK
RGB Variations
Color information
#8D948D (or 0x8D948D) is known color: Pewter. HEX triplet: 8D, 94 and 8D. RGB value is (141,148,141). Sum of RGB (Red+Green+Blue) = 141+148+141=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 148 - color contains mainly: green. Hex color #8D948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D948D is #726B72. Grayscale: #919191. Windows color (decimal): -7498611 or 9278605. OLE color: 9278605.
HSL color Cylindrical-coordinate representation of color #8D948D: hue angle of 120º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8D948D is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 141 | 148 | 141 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.42 |
| HSL | 120º | 0.03% | 0.57% | - |
| HSV(B) | 120º | 0.05% | 0.58% | - |
| XYZ | 26.38 | 28.77 | 29.36 | - |
| YUV | 145.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 148 | 141 | 0.05 | 0 | 0.05 | 0.42 | 120 | 0.03 | 0.57 |
| Hex | 8D | 94 | 8D | 5 | 0 | 5 | 2A | 78 | 3 | 39 |
| Octal | 215 | 224 | 215 | 5 | 0 | 5 | 52 | 170 | 3 | 71 |
| Binary | 10001101 | 10010100 | 10001101 | 101 | 0 | 101 | 101010 | 1111000 | 11 | 111001 |
Color Harmonies of #8D948D
Complementary color
Monochromatic Colors of #8D948D
Black with #8D948D
Text Example
Text Example
White with #8D948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D948D; }
p { color: rgb(141,148,141); }
H1.HeaderClassName
{
color: #8D948D;
}
.AnyTagClassName
{
color: #8D948D;
}
</style>
background-color css
<style>
a { background-color: #8D948D; }
a { background-color: rgb(141,148,141); }
div.DivClassName
{
background-color: #8D948D;
}
.BgClassName
{
background-color: #8D948D;
}
</style>
border-color css
<style>
span { border-color: #8D948D; }
span { border-color: rgb(141,148,141); }
td.TdClassName
{
border-color: #8D948D;
}
.TagClassName
{
border-color: #8D948D;
}
</style>