#8B998F

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

Shades of Envy #8B998F

Tints of Envy #8B998F

Color information

#8B998F (or 0x8B998F) is unknown color: approx Envy. HEX triplet: 8B, 99 and 8F. RGB value is (139,153,143). Sum of RGB (Red+Green+Blue) = 139+153+143=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 153 (60.16% from 255 or 35.17% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 153 - color contains mainly: green. Hex color #8B998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B998F is #746670. Grayscale: #939393. Windows color (decimal): -7628401 or 9410955. OLE color: 9410955.

HSL color Cylindrical-coordinate representation of color #8B998F: hue angle of 137.14º 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 #8B998F is Cyan = 0.09, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.

Color convert

RGB139153143-
CMYK0.0900.070.4
HSL137.14º6.42%57.25%-
HSV(B)137.14º9.15%60%-
XYZ2730.2530.4-
YUV147.67125.36121.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.95%
GREEN value IS 153 (60.16% from 255) = 35.17%
BLUE value IS 143 (56.25% from 255) = 32.87%
R=31.95%
G=35.17%
B=32.87%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1391531430.0900.070.4137.146.4257.25
Hex8B998F9072889639
Octal213231217110750211671
Binary1000101110011001100011111001011110100010001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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