#8B928D

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

Shades of Envy #8B928D

Tints of Envy #8B928D

Color information

#8B928D (or 0x8B928D) is unknown color: approx Envy. HEX triplet: 8B, 92 and 8D. RGB value is (139,146,141). Sum of RGB (Red+Green+Blue) = 139+146+141=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 146 - color contains mainly: green. Hex color #8B928D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B928D is #746D72. Grayscale: #8F8F8F. Windows color (decimal): -7630195 or 9278091. OLE color: 9278091.

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

Color convert

RGB139146141-
CMYK0.0500.030.43
HSL137.14º3.11%55.88%-
HSV(B)137.14º4.79%57.25%-
XYZ25.7327.9729.24-
YUV143.34126.68124.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.63%
GREEN value IS 146 (57.42% from 255) = 34.27%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=32.63%
G=34.27%
B=33.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1391461410.0500.030.43137.143.1155.88
Hex8B928D5032B89338
Octal21322221550353211370
Binary1000101110010010100011011010111010111000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B928D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,146,141); }

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

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

 a { background-color: rgb(139,146,141); }

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

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

 span { border-color: rgb(139,146,141); }

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