Shades of Pewter #8FA290
Tints of Pewter #8FA290
RGB
CMYK
RGB Variations
Color information
#8FA290 (or 0x8FA290) is known color: Pewter. HEX triplet: 8F, A2 and 90. RGB value is (143,162,144). Sum of RGB (Red+Green+Blue) = 143+162+144=449 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.85% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA290 is #705D6F. Grayscale: #9A9A9A. Windows color (decimal): -7363952 or 9478799. OLE color: 9478799.
HSL color Cylindrical-coordinate representation of color #8FA290: hue angle of 123.16º degrees, saturation: 0.09, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8FA290 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 162 | 144 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.36 |
| HSL | 123.16º | 0.09% | 0.6% | - |
| HSV(B) | 123.16º | 0.12% | 0.64% | - |
| XYZ | 29.28 | 33.69 | 31.35 | - |
| YUV | 154.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 162 | 144 | 0.12 | 0 | 0.11 | 0.36 | 123.16 | 0.09 | 0.6 |
| Hex | 8F | A2 | 90 | C | 0 | B | 24 | 7B | 9 | 3C |
| Octal | 217 | 242 | 220 | 14 | 0 | 13 | 44 | 173 | 11 | 74 |
| Binary | 10001111 | 10100010 | 10010000 | 1100 | 0 | 1011 | 100100 | 1111011 | 1001 | 111100 |
Color Harmonies of #8FA290
Complementary color
Monochromatic Colors of #8FA290
Black with #8FA290
Text Example
Text Example
White with #8FA290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA290; }
p { color: rgb(143,162,144); }
H1.HeaderClassName
{
color: #8FA290;
}
.AnyTagClassName
{
color: #8FA290;
}
</style>
background-color css
<style>
a { background-color: #8FA290; }
a { background-color: rgb(143,162,144); }
div.DivClassName
{
background-color: #8FA290;
}
.BgClassName
{
background-color: #8FA290;
}
</style>
border-color css
<style>
span { border-color: #8FA290; }
span { border-color: rgb(143,162,144); }
td.TdClassName
{
border-color: #8FA290;
}
.TagClassName
{
border-color: #8FA290;
}
</style>