#8E8589

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

Shades of Venus #8E8589

Tints of Venus #8E8589

Color information

#8E8589 (or 0x8E8589) is unknown color: approx Venus. HEX triplet: 8E, 85 and 89. RGB value is (142,133,137). Sum of RGB (Red+Green+Blue) = 142+133+137=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 133 (52.34% from 255 or 32.28% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8589 is #717A76. Grayscale: #888888. Windows color (decimal): -7436919 or 9012622. OLE color: 9012622.

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

Color convert

RGB142133137-
CMYK00.060.040.44
HSL333.33º3.83%53.92%-
HSV(B)333.33º6.34%55.69%-
XYZ24.0624.3327.1-
YUV136.15128.48132.17-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.47%
GREEN value IS 133 (52.34% from 255) = 32.28%
BLUE value IS 137 (53.91% from 255) = 33.25%
R=34.47%
G=32.28%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213313700.060.040.44333.333.8353.92
Hex8E85890642C14d436
Octal21620521106454515466
Binary1000111010000101100010010110100101100101001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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