#8E8284

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

Shades of Venus #8E8284

Tints of Venus #8E8284

Color information

#8E8284 (or 0x8E8284) is unknown color: approx Venus. HEX triplet: 8E, 82 and 84. RGB value is (142,130,132). Sum of RGB (Red+Green+Blue) = 142+130+132=404 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.15% from 404); Green value is 130 (51.17% from 255 or 32.18% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8E8284 is #717D7B. Grayscale: #858585. Windows color (decimal): -7437692 or 8684174. OLE color: 8684174.

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

Color convert

RGB142130132-
CMYK00.080.070.44
HSL350º5.04%53.33%-
HSV(B)350º8.45%55.69%-
XYZ23.323.3825.11-
YUV133.82126.98133.84-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.15%
GREEN value IS 130 (51.17% from 255) = 32.18%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=35.15%
G=32.18%
B=32.67%

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
Decimal14213013200.080.070.443505.0453.33
Hex8E82840872C15e535
Octal216202204010754536565
Binary10001110100000101000010001000111101100101011110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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