#8D7F83

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

Shades of Venus #8D7F83

Tints of Venus #8D7F83

Color information

#8D7F83 (or 0x8D7F83) is unknown color: approx Venus. HEX triplet: 8D, 7F and 83. RGB value is (141,127,131). Sum of RGB (Red+Green+Blue) = 141+127+131=399 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.34% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7F83 is #72807C. Grayscale: #838383. Windows color (decimal): -7503997 or 8617869. OLE color: 8617869.

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

Color convert

RGB141127131-
CMYK00.100.070.45
HSL342.86º5.79%52.55%-
HSV(B)342.86º9.93%55.29%-
XYZ22.6722.4824.62-
YUV131.64127.64134.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.34%
GREEN value IS 127 (50% from 255) = 31.83%
BLUE value IS 131 (51.56% from 255) = 32.83%
R=35.34%
G=31.83%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112713100.100.070.45342.865.7952.55
Hex8D7F830A72D157635
Octal215177203012755527665
Binary1000110111111111000001101010111101101101010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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