Color Hex Logo

#789bbc Color Hex

#789BBC
(120,155,188)
0 Favorites   0 Comments

Color spaces of #789bbc

RGB 120155188
HSL0.580.340.60
HSV209°36°74°
CMYK 0.360.180.00   0.26
XYZ28.544231.066652.0690
Yxy31.06660.25560.2782
Hunter Lab55.7374-6.1272-16.3716
CIE-Lab62.5638-3.8029-20.9450

#789bbc color RGB value is (120,155,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011011 10111100
Octal 170 233 274
Decimal 120 155 188
Hex 78 9B BC

RGB Percentages of Color #789bbc

%25.92
%33.48
%40.60

CMYK Percentages of Color #789bbc

%36
%18
%0
%26

Triadic Colors of #789bbc

#789bbc #bc789b #9bbc78

Analogous Colors of #789bbc

#789bbc #7879bc #78bcbb

Monochromatic Colors of #789bbc

#789bbc

Complementary Color

#789bbc #bc9978

#789bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#789bbc Color CSS Codes

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

#789bbc Text Font Color

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

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


#789bbc Background Color

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

This div background color is #789bbc


#789bbc Border Color

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

This div border color is #789bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789bbc


Comments

No comments written yet.

Please login to write comment.