Shades of Pewter #8BA389
Tints of Pewter #8BA389
RGB
CMYK
RGB Variations
Color information
#8BA389 (or 0x8BA389) is known color: Pewter. HEX triplet: 8B, A3 and 89. RGB value is (139,163,137). Sum of RGB (Red+Green+Blue) = 139+163+137=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 163 - color contains mainly: green. Hex color #8BA389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA389 is #745C76. Grayscale: #989898. Windows color (decimal): -7625847 or 9020299. OLE color: 9020299.
HSL color Cylindrical-coordinate representation of color #8BA389: hue angle of 115.38º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8BA389 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 139 | 163 | 137 | - |
| CMYK | 0.15 | 0 | 0.16 | 0.36 |
| HSL | 115.38º | 0.12% | 0.59% | - |
| HSV(B) | 115.38º | 0.16% | 0.64% | - |
| XYZ | 28.26 | 33.49 | 28.64 | - |
| YUV | 152.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 163 | 137 | 0.15 | 0 | 0.16 | 0.36 | 115.38 | 0.12 | 0.59 |
| Hex | 8B | A3 | 89 | F | 0 | 10 | 24 | 73 | C | 3B |
| Octal | 213 | 243 | 211 | 17 | 0 | 20 | 44 | 163 | 14 | 73 |
| Binary | 10001011 | 10100011 | 10001001 | 1111 | 0 | 10000 | 100100 | 1110011 | 1100 | 111011 |
Color Harmonies of #8BA389
Complementary color
Monochromatic Colors of #8BA389
Black with #8BA389
Text Example
Text Example
White with #8BA389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA389; }
p { color: rgb(139,163,137); }
H1.HeaderClassName
{
color: #8BA389;
}
.AnyTagClassName
{
color: #8BA389;
}
</style>
background-color css
<style>
a { background-color: #8BA389; }
a { background-color: rgb(139,163,137); }
div.DivClassName
{
background-color: #8BA389;
}
.BgClassName
{
background-color: #8BA389;
}
</style>
border-color css
<style>
span { border-color: #8BA389; }
span { border-color: rgb(139,163,137); }
td.TdClassName
{
border-color: #8BA389;
}
.TagClassName
{
border-color: #8BA389;
}
</style>