Color Hex Logo

#797aff Color Hex

#797AFF
(121,122,255)
0 Favorites   0 Comments

Color spaces of #797aff

RGB 121122255
HSL0.671.000.74
HSV240°53°100°
CMYK 0.530.520.00   0.00
XYZ32.894725.204097.7389
Yxy25.20400.21110.1617
Hunter Lab50.203629.1016-80.2863
CIE-Lab57.273635.2128-66.5958

#797aff color RGB value is (121,122,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111010 11111111
Octal 171 172 377
Decimal 121 122 255
Hex 79 7A FF

RGB Percentages of Color #797aff

%24.30
%24.50
%51.20

CMYK Percentages of Color #797aff

%53
%52
%0
%0

Triadic Colors of #797aff

#797aff #ff797a #7aff79

Analogous Colors of #797aff

#797aff #bb79ff #79bdff

Monochromatic Colors of #797aff

#797aff

Complementary Color

#797aff #fffe79

#797aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#797aff Color CSS Codes

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

#797aff Text Font Color

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

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


#797aff Background Color

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

This div background color is #797aff


#797aff Border Color

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

This div border color is #797aff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,122,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 #797aff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797aff


Comments

No comments written yet.

Please login to write comment.