Color Hex Logo

#797cbd Color Hex

#797CBD
(121,124,189)
0 Favorites   0 Comments

Color spaces of #797cbd

RGB 121124189
HSL0.660.340.61
HSV237°36°74°
CMYK 0.360.340.00   0.26
XYZ24.278122.154451.1407
Yxy22.15440.24880.2271
Hunter Lab47.06859.7012-31.4717
CIE-Lab54.190414.7005-34.4468

#797cbd color RGB value is (121,124,189).

#797cbd hex color red value is 121, green value is 124 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #797cbd hue: 0.66 , saturation: 0.34 and the lightness value of 797cbd is 0.61.

The process color (four color CMYK) of #797cbd color hex is 0.36, 0.34, 0.00, 0.26. Web safe color of #797cbd is #6666cc. Color #797cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111100 10111101
Octal 171 174 275
Decimal 121 124 189
Hex 79 7C BD

RGB Percentages of Color #797cbd

%27.88
%28.57
%43.55

CMYK Percentages of Color #797cbd

%36
%34
%0
%26

Triadic Colors of #797cbd

#797cbd #bd797c #7cbd79

Analogous Colors of #797cbd

#797cbd #9879bd #799ebd

Monochromatic Colors of #797cbd

#797cbd

Complementary Color

#797cbd #bdba79

#797cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#797cbd Color CSS Codes

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

#797cbd Text Font Color

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

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


#797cbd Background Color

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

This div background color is #797cbd


#797cbd Border Color

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

This div border color is #797cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797cbd


Comments

No comments written yet.

Please login to write comment.