#8B938E

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

Shades of Envy #8B938E

Tints of Envy #8B938E

Color information

#8B938E (or 0x8B938E) is unknown color: approx Envy. HEX triplet: 8B, 93 and 8E. RGB value is (139,147,142). Sum of RGB (Red+Green+Blue) = 139+147+142=428 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.48% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 147 - color contains mainly: green. Hex color #8B938E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B938E is #746C71. Grayscale: #909090. Windows color (decimal): -7629938 or 9343883. OLE color: 9343883.

HSL color Cylindrical-coordinate representation of color #8B938E: hue angle of 142.5º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8B938E is Cyan = 0.05, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB139147142-
CMYK0.0500.030.42
HSL142.5º3.57%56.08%-
HSV(B)142.5º5.44%57.65%-
XYZ25.9628.3129.69-
YUV144.04126.85124.41-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.48%
GREEN value IS 147 (57.81% from 255) = 34.35%
BLUE value IS 142 (55.86% from 255) = 33.18%
R=32.48%
G=34.35%
B=33.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1391471420.0500.030.42142.53.5756.08
Hex8B938E5032A8e438
Octal21322321650352216470
Binary10001011100100111000111010101110101010001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B938E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,147,142); }

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

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

 a { background-color: rgb(139,147,142); }

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

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

 span { border-color: rgb(139,147,142); }

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