Shades of Pewter #919C93
Tints of Pewter #919C93
RGB
CMYK
RGB Variations
Color information
#919C93 (or 0x919C93) is known color: Pewter. HEX triplet: 91, 9C and 93. RGB value is (145,156,147). Sum of RGB (Red+Green+Blue) = 145+156+147=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 156 (61.33% from 255 or 34.82% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 156 - color contains mainly: green. Hex color #919C93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919C93 is #6E636C. Grayscale: #979797. Windows color (decimal): -7234413 or 9673873. OLE color: 9673873.
HSL color Cylindrical-coordinate representation of color #919C93: hue angle of 130.91º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #919C93 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 145 | 156 | 147 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.39 |
| HSL | 130.91º | 0.05% | 0.59% | - |
| HSV(B) | 130.91º | 0.07% | 0.61% | - |
| XYZ | 28.83 | 31.9 | 32.24 | - |
| YUV | 151.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 156 | 147 | 0.07 | 0 | 0.06 | 0.39 | 130.91 | 0.05 | 0.59 |
| Hex | 91 | 9C | 93 | 7 | 0 | 6 | 27 | 83 | 5 | 3B |
| Octal | 221 | 234 | 223 | 7 | 0 | 6 | 47 | 203 | 5 | 73 |
| Binary | 10010001 | 10011100 | 10010011 | 111 | 0 | 110 | 100111 | 10000011 | 101 | 111011 |
Color Harmonies of #919C93
Complementary color
Monochromatic Colors of #919C93
Black with #919C93
Text Example
Text Example
White with #919C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919C93; }
p { color: rgb(145,156,147); }
H1.HeaderClassName
{
color: #919C93;
}
.AnyTagClassName
{
color: #919C93;
}
</style>
background-color css
<style>
a { background-color: #919C93; }
a { background-color: rgb(145,156,147); }
div.DivClassName
{
background-color: #919C93;
}
.BgClassName
{
background-color: #919C93;
}
</style>
border-color css
<style>
span { border-color: #919C93; }
span { border-color: rgb(145,156,147); }
td.TdClassName
{
border-color: #919C93;
}
.TagClassName
{
border-color: #919C93;
}
</style>