Shades of Pewter #929A93
Tints of Pewter #929A93
RGB
CMYK
RGB Variations
Color information
#929A93 (or 0x929A93) is known color: Pewter. HEX triplet: 92, 9A and 93. RGB value is (146,154,147). Sum of RGB (Red+Green+Blue) = 146+154+147=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 154 (60.55% from 255 or 34.45% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 154 - color contains mainly: green. Hex color #929A93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929A93 is #6D656C. Grayscale: #969696. Windows color (decimal): -7169389 or 9673362. OLE color: 9673362.
HSL color Cylindrical-coordinate representation of color #929A93: hue angle of 127.5º degrees, saturation: 0.04, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #929A93 is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 146 | 154 | 147 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.40 |
| HSL | 127.5º | 0.04% | 0.59% | - |
| HSV(B) | 127.5º | 0.05% | 0.6% | - |
| XYZ | 28.68 | 31.33 | 32.14 | - |
| YUV | 150.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 154 | 147 | 0.05 | 0 | 0.05 | 0.40 | 127.5 | 0.04 | 0.59 |
| Hex | 92 | 9A | 93 | 5 | 0 | 5 | 28 | 80 | 4 | 3B |
| Octal | 222 | 232 | 223 | 5 | 0 | 5 | 50 | 200 | 4 | 73 |
| Binary | 10010010 | 10011010 | 10010011 | 101 | 0 | 101 | 101000 | 10000000 | 100 | 111011 |
Color Harmonies of #929A93
Complementary color
Monochromatic Colors of #929A93
Black with #929A93
Text Example
Text Example
White with #929A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929A93; }
p { color: rgb(146,154,147); }
H1.HeaderClassName
{
color: #929A93;
}
.AnyTagClassName
{
color: #929A93;
}
</style>
background-color css
<style>
a { background-color: #929A93; }
a { background-color: rgb(146,154,147); }
div.DivClassName
{
background-color: #929A93;
}
.BgClassName
{
background-color: #929A93;
}
</style>
border-color css
<style>
span { border-color: #929A93; }
span { border-color: rgb(146,154,147); }
td.TdClassName
{
border-color: #929A93;
}
.TagClassName
{
border-color: #929A93;
}
</style>