Shades of Pewter #8F9D8E
Tints of Pewter #8F9D8E
RGB
CMYK
RGB Variations
Color information
#8F9D8E (or 0x8F9D8E) is known color: Pewter. HEX triplet: 8F, 9D and 8E. RGB value is (143,157,142). Sum of RGB (Red+Green+Blue) = 143+157+142=442 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.35% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 157 - color contains mainly: green. Hex color #8F9D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9D8E is #706271. Grayscale: #979797. Windows color (decimal): -7365234 or 9346447. OLE color: 9346447.
HSL color Cylindrical-coordinate representation of color #8F9D8E: hue angle of 116º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8F9D8E is Cyan = 0.09, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 143 | 157 | 142 | - |
| CMYK | 0.09 | 0 | 0.10 | 0.38 |
| HSL | 116º | 0.07% | 0.59% | - |
| HSV(B) | 116º | 0.1% | 0.62% | - |
| XYZ | 28.27 | 31.91 | 30.26 | - |
| YUV | 151.1 | 122.86 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 157 | 142 | 0.09 | 0 | 0.10 | 0.38 | 116 | 0.07 | 0.59 |
| Hex | 8F | 9D | 8E | 9 | 0 | A | 26 | 74 | 7 | 3B |
| Octal | 217 | 235 | 216 | 11 | 0 | 12 | 46 | 164 | 7 | 73 |
| Binary | 10001111 | 10011101 | 10001110 | 1001 | 0 | 1010 | 100110 | 1110100 | 111 | 111011 |
Color Harmonies of #8F9D8E
Complementary color
Monochromatic Colors of #8F9D8E
Black with #8F9D8E
Text Example
Text Example
White with #8F9D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9D8E; }
p { color: rgb(143,157,142); }
H1.HeaderClassName
{
color: #8F9D8E;
}
.AnyTagClassName
{
color: #8F9D8E;
}
</style>
background-color css
<style>
a { background-color: #8F9D8E; }
a { background-color: rgb(143,157,142); }
div.DivClassName
{
background-color: #8F9D8E;
}
.BgClassName
{
background-color: #8F9D8E;
}
</style>
border-color css
<style>
span { border-color: #8F9D8E; }
span { border-color: rgb(143,157,142); }
td.TdClassName
{
border-color: #8F9D8E;
}
.TagClassName
{
border-color: #8F9D8E;
}
</style>