#8D8485

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

Shades of Venus #8D8485

Tints of Venus #8D8485

Color information

#8D8485 (or 0x8D8485) is unknown color: approx Venus. HEX triplet: 8D, 84 and 85. RGB value is (141,132,133). Sum of RGB (Red+Green+Blue) = 141+132+133=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D8485 is #727B7A. Grayscale: #868686. Windows color (decimal): -7502715 or 8750221. OLE color: 8750221.

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

Color convert

RGB141132133-
CMYK00.060.060.45
HSL353.33º3.8%53.53%-
HSV(B)353.33º6.38%55.29%-
XYZ23.4723.8625.56-
YUV134.8126.98132.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.73%
GREEN value IS 132 (51.95% from 255) = 32.51%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=34.73%
G=32.51%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113213300.060.060.45353.333.853.53
Hex8D84850662D161436
Octal21520420506655541466
Binary1000110110000100100001010110110101101101100001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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