#8A9B8C

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

Shades of Envy #8A9B8C

Tints of Envy #8A9B8C

Color information

#8A9B8C (or 0x8A9B8C) is unknown color: approx Envy. HEX triplet: 8A, 9B and 8C. RGB value is (138,155,140). Sum of RGB (Red+Green+Blue) = 138+155+140=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9B8C is #756473. Grayscale: #949494. Windows color (decimal): -7693428 or 9214858. OLE color: 9214858.

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

Color convert

RGB138155140-
CMYK0.1100.100.39
HSL127.06º7.83%57.45%-
HSV(B)127.06º10.97%60.78%-
XYZ26.9430.7429.32-
YUV148.21123.37120.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.87%
GREEN value IS 155 (60.94% from 255) = 35.80%
BLUE value IS 140 (55.08% from 255) = 32.33%
R=31.87%
G=35.80%
B=32.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1381551400.1100.100.39127.067.8357.45
Hex8A9B8CB0A277f839
Octal21223321413012471771071
Binary10001010100110111000110010110101010011111111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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