Shades of Pewter #8C9E8B
Tints of Pewter #8C9E8B
RGB
CMYK
RGB Variations
Color information
#8C9E8B (or 0x8C9E8B) is known color: Pewter. HEX triplet: 8C, 9E and 8B. RGB value is (140,158,139). Sum of RGB (Red+Green+Blue) = 140+158+139=437 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.04% from 437); Green value is 158 (62.11% from 255 or 36.16% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 158 - color contains mainly: green. Hex color #8C9E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9E8B is #736174. Grayscale: #969696. Windows color (decimal): -7561589 or 9150092. OLE color: 9150092.
HSL color Cylindrical-coordinate representation of color #8C9E8B: hue angle of 116.84º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8C9E8B is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 140 | 158 | 139 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.38 |
| HSL | 116.84º | 0.09% | 0.58% | - |
| HSV(B) | 116.84º | 0.12% | 0.62% | - |
| XYZ | 27.7 | 31.89 | 29.12 | - |
| YUV | 150.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 158 | 139 | 0.11 | 0 | 0.12 | 0.38 | 116.84 | 0.09 | 0.58 |
| Hex | 8C | 9E | 8B | B | 0 | C | 26 | 75 | 9 | 3A |
| Octal | 214 | 236 | 213 | 13 | 0 | 14 | 46 | 165 | 11 | 72 |
| Binary | 10001100 | 10011110 | 10001011 | 1011 | 0 | 1100 | 100110 | 1110101 | 1001 | 111010 |
Color Harmonies of #8C9E8B
Complementary color
Monochromatic Colors of #8C9E8B
Black with #8C9E8B
Text Example
Text Example
White with #8C9E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C9E8B; }
p { color: rgb(140,158,139); }
H1.HeaderClassName
{
color: #8C9E8B;
}
.AnyTagClassName
{
color: #8C9E8B;
}
</style>
background-color css
<style>
a { background-color: #8C9E8B; }
a { background-color: rgb(140,158,139); }
div.DivClassName
{
background-color: #8C9E8B;
}
.BgClassName
{
background-color: #8C9E8B;
}
</style>
border-color css
<style>
span { border-color: #8C9E8B; }
span { border-color: rgb(140,158,139); }
td.TdClassName
{
border-color: #8C9E8B;
}
.TagClassName
{
border-color: #8C9E8B;
}
</style>