Color Hex Logo

#798bbf Color Hex

#798BBF
(121,139,191)
0 Favorites   0 Comments

Color spaces of #798bbf

RGB 121139191
HSL0.620.350.61
HSV225°37°75°
CMYK 0.370.270.00   0.25
XYZ26.521726.291852.9672
Yxy26.29180.25070.2486
Hunter Lab51.27552.5950-25.3532
CIE-Lab58.31306.4169-29.1682

#798bbf color RGB value is (121,139,191).

#798bbf hex color red value is 121, green value is 139 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #798bbf hue: 0.62 , saturation: 0.35 and the lightness value of 798bbf is 0.61.

The process color (four color CMYK) of #798bbf color hex is 0.37, 0.27, 0.00, 0.25. Web safe color of #798bbf is #6699cc. Color #798bbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001011 10111111
Octal 171 213 277
Decimal 121 139 191
Hex 79 8B BF

RGB Percentages of Color #798bbf

%26.83
%30.82
%42.35

CMYK Percentages of Color #798bbf

%37
%27
%0
%25

Triadic Colors of #798bbf

#798bbf #bf798b #8bbf79

Analogous Colors of #798bbf

#798bbf #8a79bf #79aebf

Monochromatic Colors of #798bbf

#798bbf

Complementary Color

#798bbf #bfad79

#798bbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798bbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#798bbf Color CSS Codes

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

#798bbf Text Font Color

<p style="color:#798bbf">Text here</p>

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


#798bbf Background Color

<div style="background-color:#798bbf">
Div content here</div>

This div background color is #798bbf


#798bbf Border Color

<div style="border:3px solid #798bbf">
Div here</div>

This div border color is #798bbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,139,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #798bbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #798bbf;
  -webkit-box-shadow: 1px 1px 3px 2px #798bbf;
  box-shadow:         1px 1px 3px 2px #798bbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798bbf


Comments

No comments written yet.

Please login to write comment.