Color Hex Logo

#797fbc Color Hex

#797FBC
(121,127,188)
0 Favorites   0 Comments

Color spaces of #797fbc

RGB 121127188
HSL0.650.330.61
HSV235°36°74°
CMYK 0.360.320.00   0.26
XYZ24.551622.874550.6982
Yxy22.87450.25020.2331
Hunter Lab47.82737.9332-29.3699
CIE-Lab54.942812.6442-32.6999

#797fbc color RGB value is (121,127,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 01111111 10111100
Octal 171 177 274
Decimal 121 127 188
Hex 79 7F BC

RGB Percentages of Color #797fbc

%27.75
%29.13
%43.12

CMYK Percentages of Color #797fbc

%36
%32
%0
%26

Triadic Colors of #797fbc

#797fbc #bc797f #7fbc79

Analogous Colors of #797fbc

#797fbc #9579bc #79a1bc

Monochromatic Colors of #797fbc

#797fbc

Complementary Color

#797fbc #bcb679

#797fbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#797fbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#797fbc Color CSS Codes

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

#797fbc Text Font Color

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

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


#797fbc Background Color

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

This div background color is #797fbc


#797fbc Border Color

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

This div border color is #797fbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #797fbc


Comments

No comments written yet.

Please login to write comment.