#8D8286

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

Shades of Venus #8D8286

Tints of Venus #8D8286

Color information

#8D8286 (or 0x8D8286) is unknown color: approx Venus. HEX triplet: 8D, 82 and 86. RGB value is (141,130,134). Sum of RGB (Red+Green+Blue) = 141+130+134=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8286 is #727D79. Grayscale: #858585. Windows color (decimal): -7503226 or 8815245. OLE color: 8815245.

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

Color convert

RGB141130134-
CMYK00.080.050.45
HSL338.18º4.6%53.14%-
HSV(B)338.18º7.8%55.29%-
XYZ23.2723.3525.83-
YUV133.74128.14133.17-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.81%
GREEN value IS 130 (51.17% from 255) = 32.10%
BLUE value IS 134 (52.73% from 255) = 33.09%
R=34.81%
G=32.10%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113013400.080.050.45338.184.653.14
Hex8D82860852D152535
Octal215202206010555522565
Binary10001101100000101000011001000101101101101010010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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