#899B8D

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

Shades of Envy #899B8D

Tints of Envy #899B8D

Color information

#899B8D (or 0x899B8D) is unknown color: approx Envy. HEX triplet: 89, 9B and 8D. RGB value is (137,155,141). Sum of RGB (Red+Green+Blue) = 137+155+141=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 155 (60.94% from 255 or 35.80% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 155 - color contains mainly: green. Hex color #899B8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899B8D is #766472. Grayscale: #949494. Windows color (decimal): -7758963 or 9280393. OLE color: 9280393.

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

Color convert

RGB137155141-
CMYK0.1200.090.39
HSL133.33º8.26%57.25%-
HSV(B)133.33º11.61%60.78%-
XYZ26.8530.6829.71-
YUV148.02124.04120.14-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 31.64%
GREEN value IS 155 (60.94% from 255) = 35.80%
BLUE value IS 141 (55.47% from 255) = 32.56%
R=31.64%
G=35.80%
B=32.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1371551410.1200.090.39133.338.2657.25
Hex899B8DC092785839
Octal21123321514011472051071
Binary100010011001101110001101110001001100111100001011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #899B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #899B8D; }

 p { color: rgb(137,155,141); }

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

<style>
 a { background-color: #899B8D; }

 a { background-color: rgb(137,155,141); }

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

<style>
 span { border-color: #899B8D; }

 span { border-color: rgb(137,155,141); }

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