Color Hex Logo

#796391 Color Hex

#796391
(121,99,145)
0 Favorites   0 Comments

Color spaces of #796391

RGB 12199145
HSL0.750.190.48
HSV269°32°57°
CMYK 0.170.320.00   0.43
XYZ17.457815.033028.7696
Yxy15.03300.28500.2454
Hunter Lab38.772412.5203-16.8532
CIE-Lab45.679418.3601-21.9941

#796391 color RGB value is (121,99,145).

#796391 hex color red value is 121, green value is 99 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #796391 hue: 0.75 , saturation: 0.19 and the lightness value of 796391 is 0.48.

The process color (four color CMYK) of #796391 color hex is 0.17, 0.32, 0.00, 0.43. Web safe color of #796391 is #666699. Color #796391 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01100011 10010001
Octal 171 143 221
Decimal 121 99 145
Hex 79 63 91

RGB Percentages of Color #796391

%33.15
%27.12
%39.73

CMYK Percentages of Color #796391

%17
%32
%0
%43

Triadic Colors of #796391

#796391 #917963 #639179

Analogous Colors of #796391

#796391 #906391 #636491

Monochromatic Colors of #796391

#796391

Complementary Color

#796391 #7b9163

#796391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#796391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#796391 Color CSS Codes

.mybgcolor {background-color:#796391; } 
.myforecolor {color:#796391; }
.mybordercolor {border:3px solid #796391; }

#796391 Text Font Color

<p style="color:#796391">Text here</p>

This sample text font color is #796391
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#796391 Background Color

<div style="background-color:#796391">
Div content here</div>

This div background color is #796391


#796391 Border Color

<div style="border:3px solid #796391">
Div here</div>

This div border color is #796391


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,99,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #796391; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #796391;
  -webkit-box-shadow: 1px 1px 3px 2px #796391;
  box-shadow:         1px 1px 3px 2px #796391; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,99,145, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #796391">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #796391;
  -webkit-box-shadow: 1px 1px 3px 2px #796391;
  box-shadow:         1px 1px 3px 2px #796391;">
Div content here</div>

This div box has shadow with color #796391


Comments

No comments written yet.

Please login to write comment.