Color Hex Logo

#798abb Color Hex

#798ABB
(121,138,187)
0 Favorites   0 Comments

Color spaces of #798abb

RGB 121138187
HSL0.620.330.60
HSV225°35°73°
CMYK 0.350.260.00   0.27
XYZ25.943325.829850.6320
Yxy25.82980.25330.2522
Hunter Lab50.82302.1774-23.4910
CIE-Lab57.87515.9115-27.5767

#798abb color RGB value is (121,138,187).

#798abb hex color red value is 121, green value is 138 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #798abb hue: 0.62 , saturation: 0.33 and the lightness value of 798abb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001010 10111011
Octal 171 212 273
Decimal 121 138 187
Hex 79 8A BB

RGB Percentages of Color #798abb

%27.13
%30.94
%41.93

CMYK Percentages of Color #798abb

%35
%26
%0
%27

Triadic Colors of #798abb

#798abb #bb798a #8abb79

Analogous Colors of #798abb

#798abb #8979bb #79abbb

Monochromatic Colors of #798abb

#798abb

Complementary Color

#798abb #bbaa79

#798abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#798abb Color CSS Codes

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

#798abb Text Font Color

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

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


#798abb Background Color

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

This div background color is #798abb


#798abb Border Color

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

This div border color is #798abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798abb


Comments

No comments written yet.

Please login to write comment.