Shades of Pewter #8F9690
Tints of Pewter #8F9690
RGB
CMYK
RGB Variations
Color information
#8F9690 (or 0x8F9690) is known color: Pewter. HEX triplet: 8F, 96 and 90. RGB value is (143,150,144). Sum of RGB (Red+Green+Blue) = 143+150+144=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 150 (58.98% from 255 or 34.32% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 150 - color contains mainly: green. Hex color #8F9690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F9690 is #70696F. Grayscale: #939393. Windows color (decimal): -7367024 or 9475727. OLE color: 9475727.
HSL color Cylindrical-coordinate representation of color #8F9690: hue angle of 128.57º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8F9690 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 143 | 150 | 144 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.41 |
| HSL | 128.57º | 0.03% | 0.57% | - |
| HSV(B) | 128.57º | 0.05% | 0.59% | - |
| XYZ | 27.27 | 29.67 | 30.67 | - |
| YUV | 147.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 150 | 144 | 0.05 | 0 | 0.04 | 0.41 | 128.57 | 0.03 | 0.57 |
| Hex | 8F | 96 | 90 | 5 | 0 | 4 | 29 | 81 | 3 | 39 |
| Octal | 217 | 226 | 220 | 5 | 0 | 4 | 51 | 201 | 3 | 71 |
| Binary | 10001111 | 10010110 | 10010000 | 101 | 0 | 100 | 101001 | 10000001 | 11 | 111001 |
Color Harmonies of #8F9690
Complementary color
Monochromatic Colors of #8F9690
Black with #8F9690
Text Example
Text Example
White with #8F9690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F9690; }
p { color: rgb(143,150,144); }
H1.HeaderClassName
{
color: #8F9690;
}
.AnyTagClassName
{
color: #8F9690;
}
</style>
background-color css
<style>
a { background-color: #8F9690; }
a { background-color: rgb(143,150,144); }
div.DivClassName
{
background-color: #8F9690;
}
.BgClassName
{
background-color: #8F9690;
}
</style>
border-color css
<style>
span { border-color: #8F9690; }
span { border-color: rgb(143,150,144); }
td.TdClassName
{
border-color: #8F9690;
}
.TagClassName
{
border-color: #8F9690;
}
</style>