Shades of Pewter #8A998B
Tints of Pewter #8A998B
RGB
CMYK
RGB Variations
Color information
#8A998B (or 0x8A998B) is known color: Pewter. HEX triplet: 8A, 99 and 8B. RGB value is (138,153,139). Sum of RGB (Red+Green+Blue) = 138+153+139=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 153 - color contains mainly: green. Hex color #8A998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A998B is #756674. Grayscale: #929292. Windows color (decimal): -7693941 or 9148810. OLE color: 9148810.
HSL color Cylindrical-coordinate representation of color #8A998B: hue angle of 124º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A998B is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 138 | 153 | 139 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.4 |
| HSL | 124º | 0.07% | 0.57% | - |
| HSV(B) | 124º | 0.1% | 0.6% | - |
| XYZ | 26.53 | 30.05 | 28.83 | - |
| YUV | 146.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 153 | 139 | 0.10 | 0 | 0.09 | 0.4 | 124 | 0.07 | 0.57 |
| Hex | 8A | 99 | 8B | A | 0 | 9 | 28 | 7C | 7 | 39 |
| Octal | 212 | 231 | 213 | 12 | 0 | 11 | 50 | 174 | 7 | 71 |
| Binary | 10001010 | 10011001 | 10001011 | 1010 | 0 | 1001 | 101000 | 1111100 | 111 | 111001 |
Color Harmonies of #8A998B
Complementary color
Monochromatic Colors of #8A998B
Black with #8A998B
Text Example
Text Example
White with #8A998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A998B; }
p { color: rgb(138,153,139); }
H1.HeaderClassName
{
color: #8A998B;
}
.AnyTagClassName
{
color: #8A998B;
}
</style>
background-color css
<style>
a { background-color: #8A998B; }
a { background-color: rgb(138,153,139); }
div.DivClassName
{
background-color: #8A998B;
}
.BgClassName
{
background-color: #8A998B;
}
</style>
border-color css
<style>
span { border-color: #8A998B; }
span { border-color: rgb(138,153,139); }
td.TdClassName
{
border-color: #8A998B;
}
.TagClassName
{
border-color: #8A998B;
}
</style>