Color Hex Logo

#798acc Color Hex

#798ACC
(121,138,204)
0 Favorites   0 Comments

Color spaces of #798acc

RGB 121138204
HSL0.630.450.64
HSV228°41°80°
CMYK 0.410.320.00   0.20
XYZ27.872726.601560.7923
Yxy26.60150.24180.2308
Hunter Lab51.57666.2046-33.7802
CIE-Lab58.603610.6203-36.0601

#798acc color RGB value is (121,138,204).

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

The process color (four color CMYK) of #798acc color hex is 0.41, 0.32, 0.00, 0.20. Web safe color of #798acc is #6699cc. Color #798acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001010 11001100
Octal 171 212 314
Decimal 121 138 204
Hex 79 8A CC

RGB Percentages of Color #798acc

%26.13
%29.81
%44.06

CMYK Percentages of Color #798acc

%41
%32
%0
%20

Triadic Colors of #798acc

#798acc #cc798a #8acc79

Analogous Colors of #798acc

#798acc #9279cc #79b4cc

Monochromatic Colors of #798acc

#798acc

Complementary Color

#798acc #ccbb79

#798acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#798acc Color CSS Codes

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

#798acc Text Font Color

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

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


#798acc Background Color

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

This div background color is #798acc


#798acc Border Color

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

This div border color is #798acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798acc


Comments

No comments written yet.

Please login to write comment.