Shades of Pewter #919D93
Tints of Pewter #919D93
RGB
CMYK
RGB Variations
Color information
#919D93 (or 0x919D93) is known color: Pewter. HEX triplet: 91, 9D and 93. RGB value is (145,157,147). Sum of RGB (Red+Green+Blue) = 145+157+147=449 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.29% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 157 - color contains mainly: green. Hex color #919D93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919D93 is #6E626C. Grayscale: #989898. Windows color (decimal): -7234157 or 9674129. OLE color: 9674129.
HSL color Cylindrical-coordinate representation of color #919D93: hue angle of 130º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #919D93 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 157 | 147 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.38 |
| HSL | 130º | 0.06% | 0.59% | - |
| HSV(B) | 130º | 0.08% | 0.62% | - |
| XYZ | 29 | 32.24 | 32.3 | - |
| YUV | 152.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 157 | 147 | 0.08 | 0 | 0.06 | 0.38 | 130 | 0.06 | 0.59 |
| Hex | 91 | 9D | 93 | 8 | 0 | 6 | 26 | 82 | 6 | 3B |
| Octal | 221 | 235 | 223 | 10 | 0 | 6 | 46 | 202 | 6 | 73 |
| Binary | 10010001 | 10011101 | 10010011 | 1000 | 0 | 110 | 100110 | 10000010 | 110 | 111011 |
Color Harmonies of #919D93
Complementary color
Monochromatic Colors of #919D93
Black with #919D93
Text Example
Text Example
White with #919D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919D93; }
p { color: rgb(145,157,147); }
H1.HeaderClassName
{
color: #919D93;
}
.AnyTagClassName
{
color: #919D93;
}
</style>
background-color css
<style>
a { background-color: #919D93; }
a { background-color: rgb(145,157,147); }
div.DivClassName
{
background-color: #919D93;
}
.BgClassName
{
background-color: #919D93;
}
</style>
border-color css
<style>
span { border-color: #919D93; }
span { border-color: rgb(145,157,147); }
td.TdClassName
{
border-color: #919D93;
}
.TagClassName
{
border-color: #919D93;
}
</style>