Shades of Pewter #919E93
Tints of Pewter #919E93
RGB
CMYK
RGB Variations
Color information
#919E93 (or 0x919E93) is known color: Pewter. HEX triplet: 91, 9E and 93. RGB value is (145,158,147). Sum of RGB (Red+Green+Blue) = 145+158+147=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 158 (62.11% from 255 or 35.11% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 158 - color contains mainly: green. Hex color #919E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919E93 is #6E616C. Grayscale: #989898. Windows color (decimal): -7233901 or 9674385. OLE color: 9674385.
HSL color Cylindrical-coordinate representation of color #919E93: hue angle of 129.23º 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 #919E93 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 145 | 158 | 147 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.38 |
| HSL | 129.23º | 0.06% | 0.59% | - |
| HSV(B) | 129.23º | 0.08% | 0.62% | - |
| XYZ | 29.17 | 32.58 | 32.35 | - |
| YUV | 152.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 158 | 147 | 0.08 | 0 | 0.07 | 0.38 | 129.23 | 0.06 | 0.59 |
| Hex | 91 | 9E | 93 | 8 | 0 | 7 | 26 | 81 | 6 | 3B |
| Octal | 221 | 236 | 223 | 10 | 0 | 7 | 46 | 201 | 6 | 73 |
| Binary | 10010001 | 10011110 | 10010011 | 1000 | 0 | 111 | 100110 | 10000001 | 110 | 111011 |
Color Harmonies of #919E93
Complementary color
Monochromatic Colors of #919E93
Black with #919E93
Text Example
Text Example
White with #919E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919E93; }
p { color: rgb(145,158,147); }
H1.HeaderClassName
{
color: #919E93;
}
.AnyTagClassName
{
color: #919E93;
}
</style>
background-color css
<style>
a { background-color: #919E93; }
a { background-color: rgb(145,158,147); }
div.DivClassName
{
background-color: #919E93;
}
.BgClassName
{
background-color: #919E93;
}
</style>
border-color css
<style>
span { border-color: #919E93; }
span { border-color: rgb(145,158,147); }
td.TdClassName
{
border-color: #919E93;
}
.TagClassName
{
border-color: #919E93;
}
</style>