Shades of Envy #8A948D
Tints of Envy #8A948D
RGB
CMYK
RGB Variations
Color information
#8A948D (or 0x8A948D) is known color: Envy. HEX triplet: 8A, 94 and 8D. RGB value is (138,148,141). Sum of RGB (Red+Green+Blue) = 138+148+141=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 148 (58.20% from 255 or 34.66% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 148 - color contains mainly: green. Hex color #8A948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A948D is #756B72. Grayscale: #909090. Windows color (decimal): -7695219 or 9278602. OLE color: 9278602.
HSL color Cylindrical-coordinate representation of color #8A948D: hue angle of 138º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #8A948D is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 138 | 148 | 141 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.42 |
| HSL | 138º | 0.04% | 0.56% | - |
| HSV(B) | 138º | 0.07% | 0.58% | - |
| XYZ | 25.88 | 28.51 | 29.34 | - |
| YUV | 144.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 148 | 141 | 0.07 | 0 | 0.05 | 0.42 | 138 | 0.04 | 0.56 |
| Hex | 8A | 94 | 8D | 7 | 0 | 5 | 2A | 8A | 4 | 38 |
| Octal | 212 | 224 | 215 | 7 | 0 | 5 | 52 | 212 | 4 | 70 |
| Binary | 10001010 | 10010100 | 10001101 | 111 | 0 | 101 | 101010 | 10001010 | 100 | 111000 |
Color Harmonies of #8A948D
Complementary color
Monochromatic Colors of #8A948D
Black with #8A948D
Text Example
Text Example
White with #8A948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A948D; }
p { color: rgb(138,148,141); }
H1.HeaderClassName
{
color: #8A948D;
}
.AnyTagClassName
{
color: #8A948D;
}
</style>
background-color css
<style>
a { background-color: #8A948D; }
a { background-color: rgb(138,148,141); }
div.DivClassName
{
background-color: #8A948D;
}
.BgClassName
{
background-color: #8A948D;
}
</style>
border-color css
<style>
span { border-color: #8A948D; }
span { border-color: rgb(138,148,141); }
td.TdClassName
{
border-color: #8A948D;
}
.TagClassName
{
border-color: #8A948D;
}
</style>