Color Hex Logo

#798baf Color Hex

#798BAF
(121,139,175)
0 Favorites   0 Comments

Color spaces of #798baf

RGB 121139175
HSL0.610.250.58
HSV220°31°69°
CMYK 0.310.210.00   0.31
XYZ24.855625.625344.1936
Yxy25.62530.26250.2707
Hunter Lab50.6214-0.9423-16.3264
CIE-Lab57.67972.1564-21.0461

#798baf color RGB value is (121,139,175).

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

The process color (four color CMYK) of #798baf color hex is 0.31, 0.21, 0.00, 0.31. Web safe color of #798baf is #669999. Color #798baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001011 10101111
Octal 171 213 257
Decimal 121 139 175
Hex 79 8B AF

RGB Percentages of Color #798baf

%27.82
%31.95
%40.23

CMYK Percentages of Color #798baf

%31
%21
%0
%31

Triadic Colors of #798baf

#798baf #af798b #8baf79

Analogous Colors of #798baf

#798baf #8279af #79a6af

Monochromatic Colors of #798baf

#798baf

Complementary Color

#798baf #af9d79

#798baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#798baf Color CSS Codes

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

#798baf Text Font Color

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

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


#798baf Background Color

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

This div background color is #798baf


#798baf Border Color

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

This div border color is #798baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798baf


Comments

No comments written yet.

Please login to write comment.