#8B998D

Color #8B998D Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #8B998D

Tints of Envy #8B998D

Color information

#8B998D (or 0x8B998D) is unknown color: approx Envy. HEX triplet: 8B, 99 and 8D. RGB value is (139,153,141). Sum of RGB (Red+Green+Blue) = 139+153+141=433 (57% of max value = 765). Red value is 139 (54.69% from 255 or 32.10% from 433); Green value is 153 (60.16% from 255 or 35.33% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 153 - color contains mainly: green. Hex color #8B998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B998D is #746672. Grayscale: #939393. Windows color (decimal): -7628403 or 9279883. OLE color: 9279883.

HSL color Cylindrical-coordinate representation of color #8B998D: hue angle of 128.57º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8B998D is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB139153141-
CMYK0.0900.080.4
HSL128.57º6.42%57.25%-
HSV(B)128.57º9.15%60%-
XYZ26.8530.1929.61-
YUV147.45124.36121.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 139 (54.69% from 255) = 32.10%
GREEN value IS 153 (60.16% from 255) = 35.33%
BLUE value IS 141 (55.47% from 255) = 32.56%
R=32.10%
G=35.33%
B=32.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1391531410.0900.080.4128.576.4257.25
Hex8B998D9082881639
Octal2132312151101050201671
Binary10001011100110011000110110010100010100010000001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B998D; }

 p { color: rgb(139,153,141); }

 H1.HeaderClassName
 {
   color: #8B998D;
 }
 .AnyTagClassName
 {
   color: #8B998D;
 }
</style>
background-color css

<style>
 a { background-color: #8B998D; }

 a { background-color: rgb(139,153,141); }

 div.DivClassName
 {
   background-color: #8B998D;
 }
 .BgClassName
 {
   background-color: #8B998D;
 }
</style>
border-color css

<style>
 span { border-color: #8B998D; }

 span { border-color: rgb(139,153,141); }

 td.TdClassName
 {
   border-color: #8B998D;
 }
 .TagClassName
 {
   border-color: #8B998D;
 }
</style>