Color Hex Logo

#7797df Color Hex

#7797DF
(119,151,223)
0 Favorites   0 Comments

Color spaces of #7797df

RGB 119151223
HSL0.620.620.67
HSV222°47°87°
CMYK 0.470.320.00   0.13
XYZ31.993631.382974.1833
Yxy31.38290.23260.2281
Hunter Lab56.02043.9066-39.2986
CIE-Lab62.82958.0298-40.0732

#7797df color RGB value is (119,151,223).

#7797df hex color red value is 119, green value is 151 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #7797df hue: 0.62 , saturation: 0.62 and the lightness value of 7797df is 0.67.

The process color (four color CMYK) of #7797df color hex is 0.47, 0.32, 0.00, 0.13. Web safe color of #7797df is #6699cc. Color #7797df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10010111 11011111
Octal 167 227 337
Decimal 119 151 223
Hex 77 97 DF

RGB Percentages of Color #7797df

%24.14
%30.63
%45.23

CMYK Percentages of Color #7797df

%47
%32
%0
%13

Triadic Colors of #7797df

#7797df #df7797 #97df77

Analogous Colors of #7797df

#7797df #8b77df #77cbdf

Monochromatic Colors of #7797df

#7797df

Complementary Color

#7797df #dfbf77

#7797df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7797df Color Preview on White Background

Lorem ipsum dolor sit amet.

#7797df Color CSS Codes

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

#7797df Text Font Color

<p style="color:#7797df">Text here</p>

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


#7797df Background Color

<div style="background-color:#7797df">
Div content here</div>

This div background color is #7797df


#7797df Border Color

<div style="border:3px solid #7797df">
Div here</div>

This div border color is #7797df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,151,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7797df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7797df;
  -webkit-box-shadow: 1px 1px 3px 2px #7797df;
  box-shadow:         1px 1px 3px 2px #7797df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,151,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7797df


Comments

No comments written yet.

Please login to write comment.