#937E84

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

Shades of Venus #937E84

Tints of Venus #937E84

Color information

#937E84 (or 0x937E84) is unknown color: approx Venus. HEX triplet: 93, 7E and 84. RGB value is (147,126,132). Sum of RGB (Red+Green+Blue) = 147+126+132=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 126 (49.61% from 255 or 31.11% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 147 - color contains mainly: red. Hex color #937E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937E84 is #6C817B. Grayscale: #848484. Windows color (decimal): -7111036 or 8683155. OLE color: 8683155.

HSL color Cylindrical-coordinate representation of color #937E84: hue angle of 342.86º degrees, saturation: 0.09, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #937E84 is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB147126132-
CMYK00.140.100.42
HSL342.86º8.86%53.53%-
HSV(B)342.86º14.29%57.65%-
XYZ23.6622.7924.98-
YUV132.96127.46138.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.30%
GREEN value IS 126 (49.61% from 255) = 31.11%
BLUE value IS 132 (51.95% from 255) = 32.59%
R=36.30%
G=31.11%
B=32.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712613200.140.100.42342.868.8653.53
Hex937E840EA2A157936
Octal22317620401612525271166
Binary100100111111110100001000111010101010101010101111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #937E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #937E84; }

 p { color: rgb(147,126,132); }

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

<style>
 a { background-color: #937E84; }

 a { background-color: rgb(147,126,132); }

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

<style>
 span { border-color: #937E84; }

 span { border-color: rgb(147,126,132); }

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