Shades of Pewter #8FA491
Tints of Pewter #8FA491
RGB
CMYK
RGB Variations
Color information
#8FA491 (or 0x8FA491) is known color: Pewter. HEX triplet: 8F, A4 and 91. RGB value is (143,164,145). Sum of RGB (Red+Green+Blue) = 143+164+145=452 (59% of max value = 765). Red value is 143 (56.25% from 255 or 31.64% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 164 - color contains mainly: green. Hex color #8FA491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA491 is #705B6E. Grayscale: #9B9B9B. Windows color (decimal): -7363439 or 9544847. OLE color: 9544847.
HSL color Cylindrical-coordinate representation of color #8FA491: hue angle of 125.71º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8FA491 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 164 | 145 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.36 |
| HSL | 125.71º | 0.1% | 0.6% | - |
| HSV(B) | 125.71º | 0.13% | 0.64% | - |
| XYZ | 29.71 | 34.43 | 31.87 | - |
| YUV | 155.56 | 122.04 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 164 | 145 | 0.13 | 0 | 0.12 | 0.36 | 125.71 | 0.1 | 0.6 |
| Hex | 8F | A4 | 91 | D | 0 | C | 24 | 7E | A | 3C |
| Octal | 217 | 244 | 221 | 15 | 0 | 14 | 44 | 176 | 12 | 74 |
| Binary | 10001111 | 10100100 | 10010001 | 1101 | 0 | 1100 | 100100 | 1111110 | 1010 | 111100 |
Color Harmonies of #8FA491
Complementary color
Monochromatic Colors of #8FA491
Black with #8FA491
Text Example
Text Example
White with #8FA491
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FA491; }
p { color: rgb(143,164,145); }
H1.HeaderClassName
{
color: #8FA491;
}
.AnyTagClassName
{
color: #8FA491;
}
</style>
background-color css
<style>
a { background-color: #8FA491; }
a { background-color: rgb(143,164,145); }
div.DivClassName
{
background-color: #8FA491;
}
.BgClassName
{
background-color: #8FA491;
}
</style>
border-color css
<style>
span { border-color: #8FA491; }
span { border-color: rgb(143,164,145); }
td.TdClassName
{
border-color: #8FA491;
}
.TagClassName
{
border-color: #8FA491;
}
</style>