#8E8384

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

Shades of Venus #8E8384

Tints of Venus #8E8384

Color information

#8E8384 (or 0x8E8384) is unknown color: approx Venus. HEX triplet: 8E, 83 and 84. RGB value is (142,131,132). Sum of RGB (Red+Green+Blue) = 142+131+132=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8384 is #717C7B. Grayscale: #868686. Windows color (decimal): -7437436 or 8684430. OLE color: 8684430.

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

Color convert

RGB142131132-
CMYK00.080.070.44
HSL354.55º4.64%53.53%-
HSV(B)354.55º7.75%55.69%-
XYZ23.4423.6525.16-
YUV134.4126.64133.42-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.06%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=35.06%
G=32.35%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14213113200.080.070.44354.554.6453.53
Hex8E83840872C163536
Octal216203204010754543566
Binary10001110100000111000010001000111101100101100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,131,132); }

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

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

 a { background-color: rgb(142,131,132); }

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

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

 span { border-color: rgb(142,131,132); }

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