Shades of Pewter #909E90
Tints of Pewter #909E90
RGB
CMYK
RGB Variations
Color information
#909E90 (or 0x909E90) is known color: Pewter. HEX triplet: 90, 9E and 90. RGB value is (144,158,144). Sum of RGB (Red+Green+Blue) = 144+158+144=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 158 (62.11% from 255 or 35.43% from 446); Blue value is 144 (56.64% from 255 or 32.29% from 446); Max value from RGB is 158 - color contains mainly: green. Hex color #909E90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909E90 is #6F616F. Grayscale: #989898. Windows color (decimal): -7299440 or 9477776. OLE color: 9477776.
HSL color Cylindrical-coordinate representation of color #909E90: hue angle of 120º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #909E90 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 158 | 144 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.38 |
| HSL | 120º | 0.07% | 0.59% | - |
| HSV(B) | 120º | 0.09% | 0.62% | - |
| XYZ | 28.76 | 32.4 | 31.12 | - |
| YUV | 152.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 158 | 144 | 0.09 | 0 | 0.09 | 0.38 | 120 | 0.07 | 0.59 |
| Hex | 90 | 9E | 90 | 9 | 0 | 9 | 26 | 78 | 7 | 3B |
| Octal | 220 | 236 | 220 | 11 | 0 | 11 | 46 | 170 | 7 | 73 |
| Binary | 10010000 | 10011110 | 10010000 | 1001 | 0 | 1001 | 100110 | 1111000 | 111 | 111011 |
Color Harmonies of #909E90
Complementary color
Monochromatic Colors of #909E90
Black with #909E90
Text Example
Text Example
White with #909E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909E90; }
p { color: rgb(144,158,144); }
H1.HeaderClassName
{
color: #909E90;
}
.AnyTagClassName
{
color: #909E90;
}
</style>
background-color css
<style>
a { background-color: #909E90; }
a { background-color: rgb(144,158,144); }
div.DivClassName
{
background-color: #909E90;
}
.BgClassName
{
background-color: #909E90;
}
</style>
border-color css
<style>
span { border-color: #909E90; }
span { border-color: rgb(144,158,144); }
td.TdClassName
{
border-color: #909E90;
}
.TagClassName
{
border-color: #909E90;
}
</style>