#8E8789

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

Shades of Venus #8E8789

Tints of Venus #8E8789

Color information

#8E8789 (or 0x8E8789) is unknown color: approx Venus. HEX triplet: 8E, 87 and 89. RGB value is (142,135,137). Sum of RGB (Red+Green+Blue) = 142+135+137=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 135 (53.12% from 255 or 32.61% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8789 is #717876. Grayscale: #898989. Windows color (decimal): -7436407 or 9013134. OLE color: 9013134.

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

Color convert

RGB142135137-
CMYK00.050.040.44
HSL342.86º3%54.31%-
HSV(B)342.86º4.93%55.69%-
XYZ24.3324.8827.19-
YUV137.32127.82131.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 135 (53.12% from 255) = 32.61%
BLUE value IS 137 (53.91% from 255) = 33.09%
R=34.30%
G=32.61%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213513700.050.040.44342.86354.31
Hex8E87890542C157336
Octal21620721105454527366
Binary100011101000011110001001010110010110010101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,135,137); }

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

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

 a { background-color: rgb(142,135,137); }

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

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

 span { border-color: rgb(142,135,137); }

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