Shades of Pewter #8D938D
Tints of Pewter #8D938D
RGB
CMYK
RGB Variations
Color information
#8D938D (or 0x8D938D) is known color: Pewter. HEX triplet: 8D, 93 and 8D. RGB value is (141,147,141). Sum of RGB (Red+Green+Blue) = 141+147+141=429 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.87% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 147 - color contains mainly: green. Hex color #8D938D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D938D is #726C72. Grayscale: #909090. Windows color (decimal): -7498867 or 9278349. OLE color: 9278349.
HSL color Cylindrical-coordinate representation of color #8D938D: hue angle of 120º 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 #8D938D is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
RGB | 141 | 147 | 141 | - |
CMYK | 0.04 | 0 | 0.04 | 0.42 |
HSL | 120º | 0.03% | 0.56% | - |
HSV(B) | 120º | 0.04% | 0.58% | - |
XYZ | 26.23 | 28.45 | 29.31 | - |
YUV | 144.52 | 126.01 | 125.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 141 | 147 | 141 | 0.04 | 0 | 0.04 | 0.42 | 120 | 0.03 | 0.56 |
Hex | 8D | 93 | 8D | 4 | 0 | 4 | 2A | 78 | 3 | 38 |
Octal | 215 | 223 | 215 | 4 | 0 | 4 | 52 | 170 | 3 | 70 |
Binary | 10001101 | 10010011 | 10001101 | 100 | 0 | 100 | 101010 | 1111000 | 11 | 111000 |
Color Harmonies of #8D938D
Complementary color
Monochromatic Colors of #8D938D
Black with #8D938D
Text Example
Text Example
White with #8D938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D938D; }
p { color: rgb(141,147,141); }
H1.HeaderClassName
{
color: #8D938D;
}
.AnyTagClassName
{
color: #8D938D;
}
</style>
background-color css
<style>
a { background-color: #8D938D; }
a { background-color: rgb(141,147,141); }
div.DivClassName
{
background-color: #8D938D;
}
.BgClassName
{
background-color: #8D938D;
}
</style>
border-color css
<style>
span { border-color: #8D938D; }
span { border-color: rgb(141,147,141); }
td.TdClassName
{
border-color: #8D938D;
}
.TagClassName
{
border-color: #8D938D;
}
</style>