Shades of Pewter #8A9F8A
Tints of Pewter #8A9F8A
RGB
CMYK
RGB Variations
Color information
#8A9F8A (or 0x8A9F8A) is known color: Pewter. HEX triplet: 8A, 9F and 8A. RGB value is (138,159,138). Sum of RGB (Red+Green+Blue) = 138+159+138=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 159 - color contains mainly: green. Hex color #8A9F8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9F8A is #756075. Grayscale: #969696. Windows color (decimal): -7692406 or 9084810. OLE color: 9084810.
HSL color Cylindrical-coordinate representation of color #8A9F8A: hue angle of 120º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8A9F8A is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 159 | 138 | - |
| CMYK | 0.13 | 0 | 0.13 | 0.38 |
| HSL | 120º | 0.1% | 0.58% | - |
| HSV(B) | 120º | 0.13% | 0.62% | - |
| XYZ | 27.47 | 32.03 | 28.78 | - |
| YUV | 150.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 159 | 138 | 0.13 | 0 | 0.13 | 0.38 | 120 | 0.1 | 0.58 |
| Hex | 8A | 9F | 8A | D | 0 | D | 26 | 78 | A | 3A |
| Octal | 212 | 237 | 212 | 15 | 0 | 15 | 46 | 170 | 12 | 72 |
| Binary | 10001010 | 10011111 | 10001010 | 1101 | 0 | 1101 | 100110 | 1111000 | 1010 | 111010 |
Color Harmonies of #8A9F8A
Complementary color
Monochromatic Colors of #8A9F8A
Black with #8A9F8A
Text Example
Text Example
White with #8A9F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9F8A; }
p { color: rgb(138,159,138); }
H1.HeaderClassName
{
color: #8A9F8A;
}
.AnyTagClassName
{
color: #8A9F8A;
}
</style>
background-color css
<style>
a { background-color: #8A9F8A; }
a { background-color: rgb(138,159,138); }
div.DivClassName
{
background-color: #8A9F8A;
}
.BgClassName
{
background-color: #8A9F8A;
}
</style>
border-color css
<style>
span { border-color: #8A9F8A; }
span { border-color: rgb(138,159,138); }
td.TdClassName
{
border-color: #8A9F8A;
}
.TagClassName
{
border-color: #8A9F8A;
}
</style>