Color Hex Logo

#789bdd Color Hex

#789BDD
(120,155,221)
0 Favorites   0 Comments

Color spaces of #789bdd

RGB 120155221
HSL0.610.600.67
HSV219°46°87°
CMYK 0.460.300.00   0.13
XYZ32.518232.656272.9960
Yxy32.65620.23530.2363
Hunter Lab57.14561.5690-35.7333
CIE-Lab63.88165.3859-37.3155

#789bdd color RGB value is (120,155,221).

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

The process color (four color CMYK) of #789bdd color hex is 0.46, 0.30, 0.00, 0.13. Web safe color of #789bdd is #6699cc. Color #789bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011011 11011101
Octal 170 233 335
Decimal 120 155 221
Hex 78 9B DD

RGB Percentages of Color #789bdd

%24.19
%31.25
%44.56

CMYK Percentages of Color #789bdd

%46
%30
%0
%13

Triadic Colors of #789bdd

#789bdd #dd789b #9bdd78

Analogous Colors of #789bdd

#789bdd #8878dd #78cedd

Monochromatic Colors of #789bdd

#789bdd

Complementary Color

#789bdd #ddba78

#789bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#789bdd Color CSS Codes

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

#789bdd Text Font Color

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

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


#789bdd Background Color

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

This div background color is #789bdd


#789bdd Border Color

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

This div border color is #789bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789bdd


Comments

No comments written yet.

Please login to write comment.