Color Hex Logo

#789bbd Color Hex

#789BBD
(120,155,189)
0 Favorites   0 Comments

Color spaces of #789bbd

RGB 120155189
HSL0.580.340.61
HSV210°37°74°
CMYK 0.370.180.00   0.26
XYZ28.652431.109952.6388
Yxy31.10990.25490.2768
Hunter Lab55.7762-5.9125-16.9115
CIE-Lab62.6003-3.5376-21.4505

#789bbd color RGB value is (120,155,189).

#789bbd hex color red value is 120, green value is 155 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #789bbd hue: 0.58 , saturation: 0.34 and the lightness value of 789bbd is 0.61.

The process color (four color CMYK) of #789bbd color hex is 0.37, 0.18, 0.00, 0.26. Web safe color of #789bbd is #6699cc. Color #789bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011011 10111101
Octal 170 233 275
Decimal 120 155 189
Hex 78 9B BD

RGB Percentages of Color #789bbd

%25.86
%33.41
%40.73

CMYK Percentages of Color #789bbd

%37
%18
%0
%26

Triadic Colors of #789bbd

#789bbd #bd789b #9bbd78

Analogous Colors of #789bbd

#789bbd #7879bd #78bdbd

Monochromatic Colors of #789bbd

#789bbd

Complementary Color

#789bbd #bd9a78

#789bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#789bbd Color CSS Codes

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

#789bbd Text Font Color

<p style="color:#789bbd">Text here</p>

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


#789bbd Background Color

<div style="background-color:#789bbd">
Div content here</div>

This div background color is #789bbd


#789bbd Border Color

<div style="border:3px solid #789bbd">
Div here</div>

This div border color is #789bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,155,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #789bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #789bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #789bbd;
  box-shadow:         1px 1px 3px 2px #789bbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789bbd


Comments

No comments written yet.

Please login to write comment.