#8D8084

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

Shades of Venus #8D8084

Tints of Venus #8D8084

Color information

#8D8084 (or 0x8D8084) is unknown color: approx Venus. HEX triplet: 8D, 80 and 84. RGB value is (141,128,132). Sum of RGB (Red+Green+Blue) = 141+128+132=401 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.16% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 132 (51.95% from 255 or 32.92% from 401); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8084 is #727F7B. Grayscale: #848484. Windows color (decimal): -7503740 or 8683661. OLE color: 8683661.

HSL color Cylindrical-coordinate representation of color #8D8084: hue angle of 341.54º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #8D8084 is Cyan = 0, Magento = 0.09, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB141128132-
CMYK00.090.060.45
HSL341.54º5.39%52.75%-
HSV(B)341.54º9.22%55.29%-
XYZ22.8722.7725.02-
YUV132.34127.81134.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.16%
GREEN value IS 128 (50.39% from 255) = 31.92%
BLUE value IS 132 (51.95% from 255) = 32.92%
R=35.16%
G=31.92%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112813200.090.060.45341.545.3952.75
Hex8D80840962D156535
Octal215200204011655526565
Binary10001101100000001000010001001110101101101010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,128,132); }

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

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

 a { background-color: rgb(141,128,132); }

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

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

 span { border-color: rgb(141,128,132); }

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