#8A9B8F

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

Shades of Envy #8A9B8F

Tints of Envy #8A9B8F

Color information

#8A9B8F (or 0x8A9B8F) is unknown color: approx Envy. HEX triplet: 8A, 9B and 8F. RGB value is (138,155,143). Sum of RGB (Red+Green+Blue) = 138+155+143=436 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.65% from 436); Green value is 155 (60.94% from 255 or 35.55% from 436); Blue value is 143 (56.25% from 255 or 32.80% from 436); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9B8F is #756470. Grayscale: #949494. Windows color (decimal): -7693425 or 9411466. OLE color: 9411466.

HSL color Cylindrical-coordinate representation of color #8A9B8F: hue angle of 137.65º 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 #8A9B8F is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB138155143-
CMYK0.1100.080.39
HSL137.65º7.83%57.45%-
HSV(B)137.65º10.97%60.78%-
XYZ27.1630.8330.51-
YUV148.55124.87120.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.65%
GREEN value IS 155 (60.94% from 255) = 35.55%
BLUE value IS 143 (56.25% from 255) = 32.80%
R=31.65%
G=35.55%
B=32.80%

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
Decimal1381551430.1100.080.39137.657.8357.45
Hex8A9B8FB08278a839
Octal21223321713010472121071
Binary100010101001101110001111101101000100111100010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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