Shades of Pewter #929D93
Tints of Pewter #929D93
RGB
CMYK
RGB Variations
Color information
#929D93 (or 0x929D93) is known color: Pewter. HEX triplet: 92, 9D and 93. RGB value is (146,157,147). Sum of RGB (Red+Green+Blue) = 146+157+147=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 157 - color contains mainly: green. Hex color #929D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929D93 is #6D626C. Grayscale: #989898. Windows color (decimal): -7168621 or 9674130. OLE color: 9674130.
HSL color Cylindrical-coordinate representation of color #929D93: hue angle of 125.45º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #929D93 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 146 | 157 | 147 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.38 |
| HSL | 125.45º | 0.05% | 0.59% | - |
| HSV(B) | 125.45º | 0.07% | 0.62% | - |
| XYZ | 29.18 | 32.33 | 32.31 | - |
| YUV | 152.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 157 | 147 | 0.07 | 0 | 0.06 | 0.38 | 125.45 | 0.05 | 0.59 |
| Hex | 92 | 9D | 93 | 7 | 0 | 6 | 26 | 7D | 5 | 3B |
| Octal | 222 | 235 | 223 | 7 | 0 | 6 | 46 | 175 | 5 | 73 |
| Binary | 10010010 | 10011101 | 10010011 | 111 | 0 | 110 | 100110 | 1111101 | 101 | 111011 |
Color Harmonies of #929D93
Complementary color
Monochromatic Colors of #929D93
Black with #929D93
Text Example
Text Example
White with #929D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929D93; }
p { color: rgb(146,157,147); }
H1.HeaderClassName
{
color: #929D93;
}
.AnyTagClassName
{
color: #929D93;
}
</style>
background-color css
<style>
a { background-color: #929D93; }
a { background-color: rgb(146,157,147); }
div.DivClassName
{
background-color: #929D93;
}
.BgClassName
{
background-color: #929D93;
}
</style>
border-color css
<style>
span { border-color: #929D93; }
span { border-color: rgb(146,157,147); }
td.TdClassName
{
border-color: #929D93;
}
.TagClassName
{
border-color: #929D93;
}
</style>