#8D8384

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

Shades of Venus #8D8384

Tints of Venus #8D8384

Color information

#8D8384 (or 0x8D8384) is unknown color: approx Venus. HEX triplet: 8D, 83 and 84. RGB value is (141,131,132). Sum of RGB (Red+Green+Blue) = 141+131+132=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 131 (51.56% from 255 or 32.43% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8384 is #727C7B. Grayscale: #868686. Windows color (decimal): -7502972 or 8684429. OLE color: 8684429.

HSL color Cylindrical-coordinate representation of color #8D8384: hue angle of 354º 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 #8D8384 is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.45.

Color convert

RGB141131132-
CMYK00.070.060.45
HSL354º4.2%53.33%-
HSV(B)354º7.09%55.29%-
XYZ23.2723.5625.15-
YUV134.1126.81132.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.90%
GREEN value IS 131 (51.56% from 255) = 32.43%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=34.90%
G=32.43%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113113200.070.060.453544.253.33
Hex8D83840762D162435
Octal21520320407655542465
Binary1000110110000011100001000111110101101101100010100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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