Color Hex Logo

#798abf Color Hex

#798ABF
(121,138,191)
0 Favorites   0 Comments

Color spaces of #798abf

RGB 121138191
HSL0.630.350.61
HSV225°37°75°
CMYK 0.370.280.00   0.25
XYZ26.377626.003552.9191
Yxy26.00350.25050.2469
Hunter Lab50.99363.0943-25.8332
CIE-Lab58.04046.9991-29.5906

#798abf color RGB value is (121,138,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001010 10111111
Octal 171 212 277
Decimal 121 138 191
Hex 79 8A BF

RGB Percentages of Color #798abf

%26.89
%30.67
%42.44

CMYK Percentages of Color #798abf

%37
%28
%0
%25

Triadic Colors of #798abf

#798abf #bf798a #8abf79

Analogous Colors of #798abf

#798abf #8b79bf #79adbf

Monochromatic Colors of #798abf

#798abf

Complementary Color

#798abf #bfae79

#798abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#798abf Color CSS Codes

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

#798abf Text Font Color

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

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


#798abf Background Color

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

This div background color is #798abf


#798abf Border Color

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

This div border color is #798abf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,138,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 #798abf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798abf


Comments

No comments written yet.

Please login to write comment.