Color Hex Logo

#797eff Color Hex

#797EFF
(121,126,255)
0 Favorites   0 Comments

Color spaces of #797eff

RGB 121126255
HSL0.661.000.74
HSV238°53°100°
CMYK 0.530.510.00   0.00
XYZ33.396026.206797.9060
Yxy26.20670.21200.1664
Hunter Lab51.192526.8597-77.5578
CIE-Lab58.232732.8531-65.0521

#797eff color RGB value is (121,126,255).

#797eff hex color red value is 121, green value is 126 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #797eff hue: 0.66 , saturation: 1.00 and the lightness value of 797eff is 0.74.

The process color (four color CMYK) of #797eff color hex is 0.53, 0.51, 0.00, 0.00. Web safe color of #797eff is #6666ff. Color #797eff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111110 11111111
Octal 171 176 377
Decimal 121 126 255
Hex 79 7E FF

RGB Percentages of Color #797eff

%24.10
%25.10
%50.80

CMYK Percentages of Color #797eff

%53
%51
%0
%0

Triadic Colors of #797eff

#797eff #ff797e #7eff79

Analogous Colors of #797eff

#797eff #b779ff #79c1ff

Monochromatic Colors of #797eff

#797eff

Complementary Color

#797eff #fffa79

#797eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#797eff Color CSS Codes

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

#797eff Text Font Color

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

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


#797eff Background Color

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

This div background color is #797eff


#797eff Border Color

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

This div border color is #797eff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,126,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #797eff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #797eff;
  -webkit-box-shadow: 1px 1px 3px 2px #797eff;
  box-shadow:         1px 1px 3px 2px #797eff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797eff

Related Colors


Comments

No comments written yet.

Please login to write comment.