Color Hex Logo

#797386 Color Hex

#797386
(121,115,134)
0 Favorites   0 Comments

Color spaces of #797386

RGB 121115134
HSL0.720.080.49
HSV259°14°53°
CMYK 0.100.140.00   0.47
XYZ18.319018.047625.0723
Yxy18.04760.29820.2937
Hunter Lab42.48252.6272-5.2540
CIE-Lab49.55386.2587-9.5624

#797386 color RGB value is (121,115,134).

#797386 hex color red value is 121, green value is 115 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #797386 hue: 0.72 , saturation: 0.08 and the lightness value of 797386 is 0.49.

The process color (four color CMYK) of #797386 color hex is 0.10, 0.14, 0.00, 0.47. Web safe color of #797386 is #666699. Color #797386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110011 10000110
Octal 171 163 206
Decimal 121 115 134
Hex 79 73 86

RGB Percentages of Color #797386

%32.70
%31.08
%36.22

CMYK Percentages of Color #797386

%10
%14
%0
%47

Triadic Colors of #797386

#797386 #867973 #738679

Analogous Colors of #797386

#797386 #837386 #737786

Monochromatic Colors of #797386

#797386

Complementary Color

#797386 #808673

#797386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#797386 Color CSS Codes

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

#797386 Text Font Color

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

This sample text font color is #797386
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.


#797386 Background Color

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

This div background color is #797386


#797386 Border Color

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

This div border color is #797386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797386


Comments

No comments written yet.

Please login to write comment.