Color Hex Logo

#797388 Color Hex

#797388
(121,115,136)
0 Favorites   0 Comments

Color spaces of #797388

RGB 121115136
HSL0.710.080.49
HSV257°15°53°
CMYK 0.110.150.00   0.47
XYZ18.459818.104025.8140
Yxy18.10400.29590.2902
Hunter Lab42.54882.9819-6.1866
CIE-Lab49.62206.7027-10.6418

#797388 color RGB value is (121,115,136).

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

The process color (four color CMYK) of #797388 color hex is 0.11, 0.15, 0.00, 0.47. Web safe color of #797388 is #666699. Color #797388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01110011 10001000
Octal 171 163 210
Decimal 121 115 136
Hex 79 73 88

RGB Percentages of Color #797388

%32.53
%30.91
%36.56

CMYK Percentages of Color #797388

%11
%15
%0
%47

Triadic Colors of #797388

#797388 #887973 #738879

Analogous Colors of #797388

#797388 #847388 #737888

Monochromatic Colors of #797388

#797388

Complementary Color

#797388 #828873

#797388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#797388 Color CSS Codes

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

#797388 Text Font Color

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

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


#797388 Background Color

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

This div background color is #797388


#797388 Border Color

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

This div border color is #797388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797388


Comments

No comments written yet.

Please login to write comment.