Shades of Pewter #8B928C
Tints of Pewter #8B928C
RGB
CMYK
RGB Variations
Color information
#8B928C (or 0x8B928C) is known color: Pewter. HEX triplet: 8B, 92 and 8C. RGB value is (139,146,140). Sum of RGB (Red+Green+Blue) = 139+146+140=425 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.71% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 146 - color contains mainly: green. Hex color #8B928C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B928C is #746D73. Grayscale: #8F8F8F. Windows color (decimal): -7630196 or 9212555. OLE color: 9212555.
HSL color Cylindrical-coordinate representation of color #8B928C: hue angle of 128.57º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8B928C is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 139 | 146 | 140 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.43 |
| HSL | 128.57º | 0.03% | 0.56% | - |
| HSV(B) | 128.57º | 0.05% | 0.57% | - |
| XYZ | 25.66 | 27.94 | 28.85 | - |
| YUV | 143.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 146 | 140 | 0.05 | 0 | 0.04 | 0.43 | 128.57 | 0.03 | 0.56 |
| Hex | 8B | 92 | 8C | 5 | 0 | 4 | 2B | 81 | 3 | 38 |
| Octal | 213 | 222 | 214 | 5 | 0 | 4 | 53 | 201 | 3 | 70 |
| Binary | 10001011 | 10010010 | 10001100 | 101 | 0 | 100 | 101011 | 10000001 | 11 | 111000 |
Color Harmonies of #8B928C
Complementary color
Monochromatic Colors of #8B928C
Black with #8B928C
Text Example
Text Example
White with #8B928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B928C; }
p { color: rgb(139,146,140); }
H1.HeaderClassName
{
color: #8B928C;
}
.AnyTagClassName
{
color: #8B928C;
}
</style>
background-color css
<style>
a { background-color: #8B928C; }
a { background-color: rgb(139,146,140); }
div.DivClassName
{
background-color: #8B928C;
}
.BgClassName
{
background-color: #8B928C;
}
</style>
border-color css
<style>
span { border-color: #8B928C; }
span { border-color: rgb(139,146,140); }
td.TdClassName
{
border-color: #8B928C;
}
.TagClassName
{
border-color: #8B928C;
}
</style>