Color Hex Logo

#7897be Color Hex

#7897BE
(120,151,190)
0 Favorites   0 Comments

Color spaces of #7897be

RGB 120151190
HSL0.590.350.61
HSV213°37°75°
CMYK 0.370.210.00   0.25
XYZ28.106629.844052.9943
Yxy29.84400.25330.2690
Hunter Lab54.6297-3.7648-19.2744
CIE-Lab61.5194-1.0210-23.6668

#7897be color RGB value is (120,151,190).

#7897be hex color red value is 120, green value is 151 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7897be hue: 0.59 , saturation: 0.35 and the lightness value of 7897be is 0.61.

The process color (four color CMYK) of #7897be color hex is 0.37, 0.21, 0.00, 0.25. Web safe color of #7897be is #6699cc. Color #7897be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10010111 10111110
Octal 170 227 276
Decimal 120 151 190
Hex 78 97 BE

RGB Percentages of Color #7897be

%26.03
%32.75
%41.21

CMYK Percentages of Color #7897be

%37
%21
%0
%25

Triadic Colors of #7897be

#7897be #be7897 #97be78

Analogous Colors of #7897be

#7897be #7c78be #78babe

Monochromatic Colors of #7897be

#7897be

Complementary Color

#7897be #be9f78

#7897be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7897be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7897be Color CSS Codes

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

#7897be Text Font Color

<p style="color:#7897be">Text here</p>

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


#7897be Background Color

<div style="background-color:#7897be">
Div content here</div>

This div background color is #7897be


#7897be Border Color

<div style="border:3px solid #7897be">
Div here</div>

This div border color is #7897be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,151,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7897be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7897be;
  -webkit-box-shadow: 1px 1px 3px 2px #7897be;
  box-shadow:         1px 1px 3px 2px #7897be; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7897be


Comments

No comments written yet.

Please login to write comment.