#8A9B8E

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

Shades of Envy #8A9B8E

Tints of Envy #8A9B8E

Color information

#8A9B8E (or 0x8A9B8E) is unknown color: approx Envy. HEX triplet: 8A, 9B and 8E. RGB value is (138,155,142). Sum of RGB (Red+Green+Blue) = 138+155+142=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 142 (55.86% from 255 or 32.64% from 435); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9B8E is #756471. Grayscale: #949494. Windows color (decimal): -7693426 or 9345930. OLE color: 9345930.

HSL color Cylindrical-coordinate representation of color #8A9B8E: hue angle of 134.12º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8A9B8E is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB138155142-
CMYK0.1100.080.39
HSL134.12º7.83%57.45%-
HSV(B)134.12º10.97%60.78%-
XYZ27.0930.830.11-
YUV148.44124.37120.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.72%
GREEN value IS 155 (60.94% from 255) = 35.63%
BLUE value IS 142 (55.86% from 255) = 32.64%
R=31.72%
G=35.63%
B=32.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381551420.1100.080.39134.127.8357.45
Hex8A9B8EB082786839
Octal21223321613010472061071
Binary100010101001101110001110101101000100111100001101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,155,142); }

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

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

 a { background-color: rgb(138,155,142); }

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

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

 span { border-color: rgb(138,155,142); }

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