Shades of Pewter #8B9E8B
Tints of Pewter #8B9E8B
RGB
CMYK
RGB Variations
Color information
#8B9E8B (or 0x8B9E8B) is known color: Pewter. HEX triplet: 8B, 9E and 8B. RGB value is (139,158,139). Sum of RGB (Red+Green+Blue) = 139+158+139=436 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.88% from 436); Green value is 158 (62.11% from 255 or 36.24% from 436); Blue value is 139 (54.69% from 255 or 31.88% from 436); Max value from RGB is 158 - color contains mainly: green. Hex color #8B9E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9E8B is #746174. Grayscale: #969696. Windows color (decimal): -7627125 or 9150091. OLE color: 9150091.
HSL color Cylindrical-coordinate representation of color #8B9E8B: hue angle of 120º 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 #8B9E8B is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 139 | 158 | 139 | - |
| CMYK | 0.12 | 0 | 0.12 | 0.38 |
| HSL | 120º | 0.09% | 0.58% | - |
| HSV(B) | 120º | 0.12% | 0.62% | - |
| XYZ | 27.53 | 31.81 | 29.11 | - |
| YUV | 150.15 | 121.71 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 158 | 139 | 0.12 | 0 | 0.12 | 0.38 | 120 | 0.09 | 0.58 |
| Hex | 8B | 9E | 8B | C | 0 | C | 26 | 78 | 9 | 3A |
| Octal | 213 | 236 | 213 | 14 | 0 | 14 | 46 | 170 | 11 | 72 |
| Binary | 10001011 | 10011110 | 10001011 | 1100 | 0 | 1100 | 100110 | 1111000 | 1001 | 111010 |
Color Harmonies of #8B9E8B
Complementary color
Monochromatic Colors of #8B9E8B
Black with #8B9E8B
Text Example
Text Example
White with #8B9E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B9E8B; }
p { color: rgb(139,158,139); }
H1.HeaderClassName
{
color: #8B9E8B;
}
.AnyTagClassName
{
color: #8B9E8B;
}
</style>
background-color css
<style>
a { background-color: #8B9E8B; }
a { background-color: rgb(139,158,139); }
div.DivClassName
{
background-color: #8B9E8B;
}
.BgClassName
{
background-color: #8B9E8B;
}
</style>
border-color css
<style>
span { border-color: #8B9E8B; }
span { border-color: rgb(139,158,139); }
td.TdClassName
{
border-color: #8B9E8B;
}
.TagClassName
{
border-color: #8B9E8B;
}
</style>