#8D8386

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

Shades of Venus #8D8386

Tints of Venus #8D8386

Color information

#8D8386 (or 0x8D8386) is unknown color: approx Venus. HEX triplet: 8D, 83 and 86. RGB value is (141,131,134). Sum of RGB (Red+Green+Blue) = 141+131+134=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 131 (51.56% from 255 or 32.27% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8386 is #727C79. Grayscale: #868686. Windows color (decimal): -7502970 or 8815501. OLE color: 8815501.

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

Color convert

RGB141131134-
CMYK00.070.050.45
HSL342º4.2%53.33%-
HSV(B)342º7.09%55.29%-
XYZ23.423.6225.88-
YUV134.33127.81132.76-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.73%
GREEN value IS 131 (51.56% from 255) = 32.27%
BLUE value IS 134 (52.73% from 255) = 33.00%
R=34.73%
G=32.27%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113113400.070.050.453424.253.33
Hex8D83860752D156435
Octal21520320607555526465
Binary1000110110000011100001100111101101101101010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,131,134); }

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

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

 a { background-color: rgb(141,131,134); }

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

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

 span { border-color: rgb(141,131,134); }

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