color codes Logo

#797dba color codes

#797DBA
(121,125,186)
0 Favorites   0 Comments

Color spaces of #797dba

RGB 121125186
HSL0.660.320.60
HSV236°35°73°
CMYK 0.350.330.00   0.27
XYZ24.081722.277349.4851
Yxy22.27730.25130.2324
Hunter Lab47.19888.4760-29.1228
CIE-Lab54.320013.2843-32.5274

#797dba color RGB value is (121,125,186).

#797dba hex color red value is 121, green value is 125 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #797dba hue: 0.66 , saturation: 0.32 and the lightness value of 797dba is 0.60.

The process color (four color CMYK) of #797dba color code is 0.35, 0.33, 0.00, 0.27. Web safe color of #797dba is #6666cc. Color #797dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111101 10111010
Octal 171 175 272
Decimal 121 125 186
Hex 79 7D BA

RGB Percentages of Color #797dba

%28.01
%28.94
%43.06

CMYK Percentages of Color #797dba

%35
%33
%0
%27

Triadic Colors of #797dba

#797dba #ba797d #7dba79

Analogous Colors of #797dba

#797dba #9679ba #799eba

Monochromatic Colors of #797dba

#797dba

Complementary Color

#797dba #bab679

#797dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#797dba Color CSS Codes

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

#797dba Text Font Color

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

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


#797dba Background Color

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

This div background color is #797dba


#797dba Border Color

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

This div border color is #797dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797dba


Comments

No comments written yet.

Please login to write comment.