Color Hex Logo

#797fb5 Color Hex

#797FB5
(121,127,181)
0 Favorites   0 Comments

Color spaces of #797fb5

RGB 121127181
HSL0.650.290.59
HSV234°33°71°
CMYK 0.330.300.00   0.29
XYZ23.815022.579946.8192
Yxy22.57990.25550.2422
Hunter Lab47.51836.3027-25.1549
CIE-Lab54.637010.7457-29.1685

#797fb5 color RGB value is (121,127,181).

#797fb5 hex color red value is 121, green value is 127 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #797fb5 hue: 0.65 , saturation: 0.29 and the lightness value of 797fb5 is 0.59.

The process color (four color CMYK) of #797fb5 color hex is 0.33, 0.30, 0.00, 0.29. Web safe color of #797fb5 is #6666cc. Color #797fb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111111 10110101
Octal 171 177 265
Decimal 121 127 181
Hex 79 7F B5

RGB Percentages of Color #797fb5

%28.21
%29.60
%42.19

CMYK Percentages of Color #797fb5

%33
%30
%0
%29

Triadic Colors of #797fb5

#797fb5 #b5797f #7fb579

Analogous Colors of #797fb5

#797fb5 #9179b5 #799db5

Monochromatic Colors of #797fb5

#797fb5

Complementary Color

#797fb5 #b5af79

#797fb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797fb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#797fb5 Color CSS Codes

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

#797fb5 Text Font Color

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

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


#797fb5 Background Color

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

This div background color is #797fb5


#797fb5 Border Color

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

This div border color is #797fb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797fb5


Comments

No comments written yet.

Please login to write comment.