COLOR #789EBB

HEX: #789EBB RGB: (120,158,187)

Color info

#789EBB contains mainly green and blue colors. Web safe color of #789EBB is #6699CC (or #69C).

RGB color model

#789EBB color RGB value is (120,158,187).

RGB: (120,158,187) (47%, 62%, 73%)

RGB channels and saturation

R 120 of 255 = 47%
G 158 of 255 = 62%
B 187 of 255 = 73%

120
158
187

R + G + B ~ 61%. #789EBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 158 + 187 = 465 (100%)
R 120 of 465 ~ 25.81%
G 158 of 465 ~ 33.98%
B 187 of 465 ~ 40.22'%

%25.81
%33.98
%40.22

CMYK color model

#789EBB color CMYK value is (36,16,0,27).

  • cyan value is 35.83%
  • magenta value is 15.51%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (36,16,0,27)
C36M16Y0K27 (36%, 16%, 0%, 27%)
(0.36 / 0.16 / 0.00 / 0.27)

CMYK percentages

%35.83
%15.51
%0
%26.67

Codes

Color #789EBB in popluar color models

78 9E BB
RGB 120 158 187
HSL 206° 33.00% 60.20%
HSB/HSV 206° 35.83% 73.33%
CMYK 35.83% 15.51% 0.00%
26.67%

Color #789EBB in popluar number systems.

HEX 78 9E BB
Decimal 120 158 187
Binary 1111000 10011110 10111011
Octal 170 236 273

Shades and tints

Shades of #789EBB

#789EBB
(120,158,187)
#6E90AA
(110,144,170)
#648299
(100,130,153)
#5A7488
(90,116,136)
#506677
(80,102,119)
#465866
(70,88,102)
#3C4A55
(60,74,85)
#323C44
(50,60,68)
#282E33
(40,46,51)
#1E2022
(30,32,34)
#141211
(20,18,17)
#000000
(0,0,0)

Tints of #789EBB

#789EBB
(120,158,187)
#84A6C1
(132,166,193)
#90AEC7
(144,174,199)
#9CB6CD
(156,182,205)
#A8BED3
(168,190,211)
#B4C6D9
(180,198,217)
#C0CEDF
(192,206,223)
#CCD6E5
(204,214,229)
#D8DEEB
(216,222,235)
#E4E6F1
(228,230,241)
#F0EEF7
(240,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789EBB color. Also use rgb(120,158,187) instead hex code.

Text Font Color

.myTextColor { color: #789EBB; }

<p style="color:#789EBB">This sample text font color is #789EBB.</p>

This text font color is #789EBB.

Background Color

.myBgColor { background-color: #789EBB; }

<div style="background-color:#789EBB">Inner text</div>

This div background color is #789EBB.

Border color

.myBorderColor { border: 1px solid #789EBB; }

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

This div border color is #789EBB.

Opacity

.myOpacity80 { color: #789EBB; opacity: 0.8; }

<p style="color:#789EBB;opacity:0.8;">80%</p>

Text with #789EBB color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #789EBB;}

<p style="text-shadow: 3px 3px 1px #789EBB">Text here.</p>

This text has shadow with #789EBB color.


.textShadow {text-shadow: 3px 3px 1px #789EBB', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #789EBB, 5px 5px 20px red">Text here.</p>

This text has shadow with #789EBB primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#789EBB, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#789EBB, Direction=45, Strength=4)">Text</p>

This text has shadow with #789EBB and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #789EBB;
-webkit-box-shadow: 1px 1px 3px 2px #789EBB;
box-shadow: 1px 1px 3px 2px #789EBB;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #789EBB; -webkit-box-shadow: 1px 1px 3px 2px #789EBB; box-shadow:1px 1px 3px 2px #789EBB;">
Div content here
</div>

This div box has shadow with color #789EBB.

Preview

Color preview on black background

This text has color #789EBB on black background.


Color preview on white background

This text has color #789EBB on white background.


Black color preview on #789EBB background

This text has black color on #789EBB background.


White color preview on #789EBB background

This text has white color on #789EBB background.


Related colors

Complementary color

Complementary color for #hex is #876144.


I love getcolorcode.com

Triadic colors

1 #BB789E and #9EBB78 with #789EBB are triadic colors.

2 #BB9E78 and #9E78BB with #789EBB are triadic colors.