#8D7A83

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

Shades of Venus #8D7A83

Tints of Venus #8D7A83

Color information

#8D7A83 (or 0x8D7A83) is unknown color: approx Venus. HEX triplet: 8D, 7A and 83. RGB value is (141,122,131). Sum of RGB (Red+Green+Blue) = 141+122+131=394 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.79% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 131 (51.56% from 255 or 33.25% from 394); Max value from RGB is 141 - color contains mainly: red. Hex color #8D7A83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D7A83 is #72857C. Grayscale: #808080. Windows color (decimal): -7505277 or 8616589. OLE color: 8616589.

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

Color convert

RGB141122131-
CMYK00.130.070.45
HSL331.58º7.69%51.57%-
HSV(B)331.58º13.48%55.29%-
XYZ22.0421.2224.41-
YUV128.71129.29136.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.79%
GREEN value IS 122 (48.05% from 255) = 30.96%
BLUE value IS 131 (51.56% from 255) = 33.25%
R=35.79%
G=30.96%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14112213100.130.070.45331.587.6951.57
Hex8D7A830D72D14c834
Octal2151722030157555141064
Binary10001101111101010000011011011111011011010011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D7A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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