Color Hex Logo

#7789be Color Hex

#7789BE
(119,137,190)
0 Favorites   0 Comments

Color spaces of #7789be

RGB 119137190
HSL0.620.350.61
HSV225°37°75°
CMYK 0.370.280.00   0.25
XYZ25.847725.531052.2808
Yxy25.53100.24940.2463
Hunter Lab50.52822.8873-25.9767
CIE-Lab57.58926.7452-29.7338

#7789be color RGB value is (119,137,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001001 10111110
Octal 167 211 276
Decimal 119 137 190
Hex 77 89 BE

RGB Percentages of Color #7789be

%26.68
%30.72
%42.60

CMYK Percentages of Color #7789be

%37
%28
%0
%25

Triadic Colors of #7789be

#7789be #be7789 #89be77

Analogous Colors of #7789be

#7789be #8977be #77adbe

Monochromatic Colors of #7789be

#7789be

Complementary Color

#7789be #beac77

#7789be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7789be Color Preview on White Background

Lorem ipsum dolor sit amet.

#7789be Color CSS Codes

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

#7789be Text Font Color

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

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


#7789be Background Color

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

This div background color is #7789be


#7789be Border Color

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

This div border color is #7789be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,137,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 #7789be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7789be


Comments

No comments written yet.

Please login to write comment.