Shades of Pewter #909290
Tints of Pewter #909290
RGB
CMYK
RGB Variations
Color information
#909290 (or 0x909290) is known color: Pewter. HEX triplet: 90, 92 and 90. RGB value is (144,146,144). Sum of RGB (Red+Green+Blue) = 144+146+144=434 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.18% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 146 - color contains mainly: green. Hex color #909290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909290 is #6F6D6F. Grayscale: #919191. Windows color (decimal): -7302512 or 9474704. OLE color: 9474704.
HSL color Cylindrical-coordinate representation of color #909290: hue angle of 120º degrees, saturation: 0.01, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #909290 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
RGB | 144 | 146 | 144 | - |
CMYK | 0.01 | 0 | 0.01 | 0.43 |
HSL | 120º | 0.01% | 0.57% | - |
HSV(B) | 120º | 0.01% | 0.57% | - |
XYZ | 26.81 | 28.5 | 30.47 | - |
YUV | 145.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 144 | 146 | 144 | 0.01 | 0 | 0.01 | 0.43 | 120 | 0.01 | 0.57 |
Hex | 90 | 92 | 90 | 1 | 0 | 1 | 2B | 78 | 1 | 39 |
Octal | 220 | 222 | 220 | 1 | 0 | 1 | 53 | 170 | 1 | 71 |
Binary | 10010000 | 10010010 | 10010000 | 1 | 0 | 1 | 101011 | 1111000 | 1 | 111001 |
Color Harmonies of #909290
Complementary color
Monochromatic Colors of #909290
Black with #909290
Text Example
Text Example
White with #909290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909290; }
p { color: rgb(144,146,144); }
H1.HeaderClassName
{
color: #909290;
}
.AnyTagClassName
{
color: #909290;
}
</style>
background-color css
<style>
a { background-color: #909290; }
a { background-color: rgb(144,146,144); }
div.DivClassName
{
background-color: #909290;
}
.BgClassName
{
background-color: #909290;
}
</style>
border-color css
<style>
span { border-color: #909290; }
span { border-color: rgb(144,146,144); }
td.TdClassName
{
border-color: #909290;
}
.TagClassName
{
border-color: #909290;
}
</style>