Shades of Pewter #8B998B
Tints of Pewter #8B998B
RGB
CMYK
RGB Variations
Color information
#8B998B (or 0x8B998B) is known color: Pewter. HEX triplet: 8B, 99 and 8B. RGB value is (139,153,139). Sum of RGB (Red+Green+Blue) = 139+153+139=431 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.25% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 153 - color contains mainly: green. Hex color #8B998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B998B is #746674. Grayscale: #939393. Windows color (decimal): -7628405 or 9148811. OLE color: 9148811.
HSL color Cylindrical-coordinate representation of color #8B998B: hue angle of 120º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B998B is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 139 | 153 | 139 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.4 |
| HSL | 120º | 0.06% | 0.57% | - |
| HSV(B) | 120º | 0.09% | 0.6% | - |
| XYZ | 26.7 | 30.14 | 28.84 | - |
| YUV | 147.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 153 | 139 | 0.09 | 0 | 0.09 | 0.4 | 120 | 0.06 | 0.57 |
| Hex | 8B | 99 | 8B | 9 | 0 | 9 | 28 | 78 | 6 | 39 |
| Octal | 213 | 231 | 213 | 11 | 0 | 11 | 50 | 170 | 6 | 71 |
| Binary | 10001011 | 10011001 | 10001011 | 1001 | 0 | 1001 | 101000 | 1111000 | 110 | 111001 |
Color Harmonies of #8B998B
Complementary color
Monochromatic Colors of #8B998B
Black with #8B998B
Text Example
Text Example
White with #8B998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B998B; }
p { color: rgb(139,153,139); }
H1.HeaderClassName
{
color: #8B998B;
}
.AnyTagClassName
{
color: #8B998B;
}
</style>
background-color css
<style>
a { background-color: #8B998B; }
a { background-color: rgb(139,153,139); }
div.DivClassName
{
background-color: #8B998B;
}
.BgClassName
{
background-color: #8B998B;
}
</style>
border-color css
<style>
span { border-color: #8B998B; }
span { border-color: rgb(139,153,139); }
td.TdClassName
{
border-color: #8B998B;
}
.TagClassName
{
border-color: #8B998B;
}
</style>