Color Hex Logo

#7978bb Color Hex

#7978BB
(121,120,187)
0 Favorites   0 Comments

Color spaces of #7978bb

RGB 121120187
HSL0.670.330.60
HSV241°36°73°
CMYK 0.350.360.00   0.27
XYZ23.571321.085749.8413
Yxy21.08570.24940.2231
Hunter Lab45.919211.2694-32.2108
CIE-Lab53.043216.5367-35.0969

#7978bb color RGB value is (121,120,187).

#7978bb hex color red value is 121, green value is 120 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7978bb hue: 0.67 , saturation: 0.33 and the lightness value of 7978bb is 0.60.

The process color (four color CMYK) of #7978bb color hex is 0.35, 0.36, 0.00, 0.27. Web safe color of #7978bb is #6666cc. Color #7978bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111000 10111011
Octal 171 170 273
Decimal 121 120 187
Hex 79 78 BB

RGB Percentages of Color #7978bb

%28.27
%28.04
%43.69

CMYK Percentages of Color #7978bb

%35
%36
%0
%27

Triadic Colors of #7978bb

#7978bb #bb7978 #78bb79

Analogous Colors of #7978bb

#7978bb #9b78bb #7899bb

Monochromatic Colors of #7978bb

#7978bb

Complementary Color

#7978bb #babb78

#7978bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7978bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7978bb Color CSS Codes

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

#7978bb Text Font Color

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

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


#7978bb Background Color

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

This div background color is #7978bb


#7978bb Border Color

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

This div border color is #7978bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,120,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7978bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7978bb;
  -webkit-box-shadow: 1px 1px 3px 2px #7978bb;
  box-shadow:         1px 1px 3px 2px #7978bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7978bb


Comments

No comments written yet.

Please login to write comment.