Color Hex Logo

#7993cc Color Hex

#7993CC
(121,147,204)
0 Favorites   0 Comments

Color spaces of #7993cc

RGB 121147204
HSL0.610.450.64
HSV221°41°80°
CMYK 0.410.280.00   0.20
XYZ29.218029.292061.2407
Yxy29.29200.24400.2446
Hunter Lab54.12211.6502-29.2029
CIE-Lab61.03855.3860-32.2660

#7993cc color RGB value is (121,147,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10010011 11001100
Octal 171 223 314
Decimal 121 147 204
Hex 79 93 CC

RGB Percentages of Color #7993cc

%25.64
%31.14
%43.22

CMYK Percentages of Color #7993cc

%41
%28
%0
%20

Triadic Colors of #7993cc

#7993cc #cc7993 #93cc79

Analogous Colors of #7993cc

#7993cc #8979cc #79bdcc

Monochromatic Colors of #7993cc

#7993cc

Complementary Color

#7993cc #ccb279

#7993cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7993cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7993cc Color CSS Codes

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

#7993cc Text Font Color

<p style="color:#7993cc">Text here</p>

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


#7993cc Background Color

<div style="background-color:#7993cc">
Div content here</div>

This div background color is #7993cc


#7993cc Border Color

<div style="border:3px solid #7993cc">
Div here</div>

This div border color is #7993cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7993cc

#7993cc Color Palettes


Comments

No comments written yet.

Please login to write comment.