Shades of Pewter #939993
Tints of Pewter #939993
RGB
CMYK
RGB Variations
Color information
#939993 (or 0x939993) is known color: Pewter. HEX triplet: 93, 99 and 93. RGB value is (147,153,147). Sum of RGB (Red+Green+Blue) = 147+153+147=447 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.89% from 447); Green value is 153 (60.16% from 255 or 34.23% from 447); Blue value is 147 (57.81% from 255 or 32.89% from 447); Max value from RGB is 153 - color contains mainly: green. Hex color #939993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939993 is #6C666C. Grayscale: #969696. Windows color (decimal): -7104109 or 9673107. OLE color: 9673107.
HSL color Cylindrical-coordinate representation of color #939993: hue angle of 120º degrees, saturation: 0.03, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #939993 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 147 | 153 | 147 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.4 |
| HSL | 120º | 0.03% | 0.59% | - |
| HSV(B) | 120º | 0.04% | 0.6% | - |
| XYZ | 28.69 | 31.09 | 32.09 | - |
| YUV | 150.52 | 126.01 | 125.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 153 | 147 | 0.04 | 0 | 0.04 | 0.4 | 120 | 0.03 | 0.59 |
| Hex | 93 | 99 | 93 | 4 | 0 | 4 | 28 | 78 | 3 | 3B |
| Octal | 223 | 231 | 223 | 4 | 0 | 4 | 50 | 170 | 3 | 73 |
| Binary | 10010011 | 10011001 | 10010011 | 100 | 0 | 100 | 101000 | 1111000 | 11 | 111011 |
Color Harmonies of #939993
Complementary color
Monochromatic Colors of #939993
Black with #939993
Text Example
Text Example
White with #939993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #939993; }
p { color: rgb(147,153,147); }
H1.HeaderClassName
{
color: #939993;
}
.AnyTagClassName
{
color: #939993;
}
</style>
background-color css
<style>
a { background-color: #939993; }
a { background-color: rgb(147,153,147); }
div.DivClassName
{
background-color: #939993;
}
.BgClassName
{
background-color: #939993;
}
</style>
border-color css
<style>
span { border-color: #939993; }
span { border-color: rgb(147,153,147); }
td.TdClassName
{
border-color: #939993;
}
.TagClassName
{
border-color: #939993;
}
</style>