Color Hex Logo

#7798bf Color Hex

#7798BF
(119,152,191)
1 Favorites   0 Comments

Color spaces of #7798bf

RGB 119152191
HSL0.590.360.61
HSV213°38°75°
CMYK 0.380.200.00   0.25
XYZ28.240030.140053.6194
Yxy30.14000.25210.2691
Hunter Lab54.8999-4.2561-19.4772
CIE-Lab61.7748-1.5958-23.8425

#7798bf color RGB value is (119,152,191).

#7798bf hex color red value is 119, green value is 152 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7798bf hue: 0.59 , saturation: 0.36 and the lightness value of 7798bf is 0.61.

The process color (four color CMYK) of #7798bf color hex is 0.38, 0.20, 0.00, 0.25. Web safe color of #7798bf is #6699cc. Color #7798bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011000 10111111
Octal 167 230 277
Decimal 119 152 191
Hex 77 98 BF

RGB Percentages of Color #7798bf

%25.76
%32.90
%41.34

CMYK Percentages of Color #7798bf

%38
%20
%0
%25

Triadic Colors of #7798bf

#7798bf #bf7798 #98bf77

Analogous Colors of #7798bf

#7798bf #7a77bf #77bcbf

Monochromatic Colors of #7798bf

#7798bf

Complementary Color

#7798bf #bf9e77

#7798bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7798bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7798bf Color CSS Codes

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

#7798bf Text Font Color

<p style="color:#7798bf">Text here</p>

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


#7798bf Background Color

<div style="background-color:#7798bf">
Div content here</div>

This div background color is #7798bf


#7798bf Border Color

<div style="border:3px solid #7798bf">
Div here</div>

This div border color is #7798bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,152,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7798bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7798bf;
  -webkit-box-shadow: 1px 1px 3px 2px #7798bf;
  box-shadow:         1px 1px 3px 2px #7798bf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7798bf

#7798bf Color Palettes


Comments

No comments written yet.

Please login to write comment.