Shades of Envy #8A968D
Tints of Envy #8A968D
RGB
CMYK
RGB Variations
Color information
#8A968D (or 0x8A968D) is known color: Envy. HEX triplet: 8A, 96 and 8D. RGB value is (138,150,141). Sum of RGB (Red+Green+Blue) = 138+150+141=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 150 (58.98% from 255 or 34.97% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 150 - color contains mainly: green. Hex color #8A968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A968D is #756972. Grayscale: #919191. Windows color (decimal): -7694707 or 9279114. OLE color: 9279114.
HSL color Cylindrical-coordinate representation of color #8A968D: hue angle of 135º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #8A968D is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 138 | 150 | 141 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.41 |
| HSL | 135º | 0.05% | 0.56% | - |
| HSV(B) | 135º | 0.08% | 0.59% | - |
| XYZ | 26.2 | 29.14 | 29.44 | - |
| YUV | 145.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 150 | 141 | 0.08 | 0 | 0.06 | 0.41 | 135 | 0.05 | 0.56 |
| Hex | 8A | 96 | 8D | 8 | 0 | 6 | 29 | 87 | 5 | 38 |
| Octal | 212 | 226 | 215 | 10 | 0 | 6 | 51 | 207 | 5 | 70 |
| Binary | 10001010 | 10010110 | 10001101 | 1000 | 0 | 110 | 101001 | 10000111 | 101 | 111000 |
Color Harmonies of #8A968D
Complementary color
Monochromatic Colors of #8A968D
Black with #8A968D
Text Example
Text Example
White with #8A968D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A968D; }
p { color: rgb(138,150,141); }
H1.HeaderClassName
{
color: #8A968D;
}
.AnyTagClassName
{
color: #8A968D;
}
</style>
background-color css
<style>
a { background-color: #8A968D; }
a { background-color: rgb(138,150,141); }
div.DivClassName
{
background-color: #8A968D;
}
.BgClassName
{
background-color: #8A968D;
}
</style>
border-color css
<style>
span { border-color: #8A968D; }
span { border-color: rgb(138,150,141); }
td.TdClassName
{
border-color: #8A968D;
}
.TagClassName
{
border-color: #8A968D;
}
</style>