Shades of Pewter #929993
Tints of Pewter #929993
RGB
CMYK
RGB Variations
Color information
#929993 (or 0x929993) is known color: Pewter. HEX triplet: 92, 99 and 93. RGB value is (146,153,147). Sum of RGB (Red+Green+Blue) = 146+153+147=446 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.74% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 153 - color contains mainly: green. Hex color #929993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929993 is #6D666C. Grayscale: #969696. Windows color (decimal): -7169645 or 9673106. OLE color: 9673106.
HSL color Cylindrical-coordinate representation of color #929993: hue angle of 128.57º degrees, saturation: 0.03, 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 #929993 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 146 | 153 | 147 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.4 |
| HSL | 128.57º | 0.03% | 0.59% | - |
| HSV(B) | 128.57º | 0.05% | 0.6% | - |
| XYZ | 28.51 | 31 | 32.08 | - |
| YUV | 150.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 153 | 147 | 0.05 | 0 | 0.04 | 0.4 | 128.57 | 0.03 | 0.59 |
| Hex | 92 | 99 | 93 | 5 | 0 | 4 | 28 | 81 | 3 | 3B |
| Octal | 222 | 231 | 223 | 5 | 0 | 4 | 50 | 201 | 3 | 73 |
| Binary | 10010010 | 10011001 | 10010011 | 101 | 0 | 100 | 101000 | 10000001 | 11 | 111011 |
Color Harmonies of #929993
Complementary color
Monochromatic Colors of #929993
Black with #929993
Text Example
Text Example
White with #929993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #929993; }
p { color: rgb(146,153,147); }
H1.HeaderClassName
{
color: #929993;
}
.AnyTagClassName
{
color: #929993;
}
</style>
background-color css
<style>
a { background-color: #929993; }
a { background-color: rgb(146,153,147); }
div.DivClassName
{
background-color: #929993;
}
.BgClassName
{
background-color: #929993;
}
</style>
border-color css
<style>
span { border-color: #929993; }
span { border-color: rgb(146,153,147); }
td.TdClassName
{
border-color: #929993;
}
.TagClassName
{
border-color: #929993;
}
</style>