Shades of Pewter #8F918F
Tints of Pewter #8F918F
RGB
CMYK
RGB Variations
Color information
#8F918F (or 0x8F918F) is known color: Pewter. HEX triplet: 8F, 91 and 8F. RGB value is (143,145,143). Sum of RGB (Red+Green+Blue) = 143+145+143=431 (57% of max value = 765). Red value is 143 (56.25% from 255 or 33.18% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 145 - color contains mainly: green. Hex color #8F918F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F918F is #706E70. Grayscale: #909090. Windows color (decimal): -7368305 or 9408911. OLE color: 9408911.
HSL color Cylindrical-coordinate representation of color #8F918F: hue angle of 120º degrees, saturation: 0.01, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #8F918F is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.
Color convert
RGB | 143 | 145 | 143 | - |
CMYK | 0.01 | 0 | 0.01 | 0.43 |
HSL | 120º | 0.01% | 0.56% | - |
HSV(B) | 120º | 0.01% | 0.57% | - |
XYZ | 26.41 | 28.07 | 30.01 | - |
YUV | 144.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 145 | 143 | 0.01 | 0 | 0.01 | 0.43 | 120 | 0.01 | 0.56 |
Hex | 8F | 91 | 8F | 1 | 0 | 1 | 2B | 78 | 1 | 38 |
Octal | 217 | 221 | 217 | 1 | 0 | 1 | 53 | 170 | 1 | 70 |
Binary | 10001111 | 10010001 | 10001111 | 1 | 0 | 1 | 101011 | 1111000 | 1 | 111000 |
Color Harmonies of #8F918F
Complementary color
Monochromatic Colors of #8F918F
Black with #8F918F
Text Example
Text Example
White with #8F918F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F918F; }
p { color: rgb(143,145,143); }
H1.HeaderClassName
{
color: #8F918F;
}
.AnyTagClassName
{
color: #8F918F;
}
</style>
background-color css
<style>
a { background-color: #8F918F; }
a { background-color: rgb(143,145,143); }
div.DivClassName
{
background-color: #8F918F;
}
.BgClassName
{
background-color: #8F918F;
}
</style>
border-color css
<style>
span { border-color: #8F918F; }
span { border-color: rgb(143,145,143); }
td.TdClassName
{
border-color: #8F918F;
}
.TagClassName
{
border-color: #8F918F;
}
</style>