#8D7C85

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

Shades of Venus #8D7C85

Tints of Venus #8D7C85

Color information

#8D7C85 (or 0x8D7C85) is unknown color: approx Venus. HEX triplet: 8D, 7C and 85. RGB value is (141,124,133). Sum of RGB (Red+Green+Blue) = 141+124+133=398 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.43% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7C85 is #72837A. Grayscale: #828282. Windows color (decimal): -7504763 or 8748173. OLE color: 8748173.

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

Color convert

RGB141124133-
CMYK00.120.060.45
HSL328.24º6.94%51.96%-
HSV(B)328.24º12.06%55.29%-
XYZ22.4321.7725.21-
YUV130.11129.63135.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.43%
GREEN value IS 124 (48.83% from 255) = 31.16%
BLUE value IS 133 (52.34% from 255) = 33.42%
R=35.43%
G=31.16%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112413300.120.060.45328.246.9451.96
Hex8D7C850C62D148734
Octal215174205014655510764
Binary1000110111111001000010101100110101101101001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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