COLOR #789FBB

HEX: #789FBB
RGB: (120,159,187)

Color info

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

RGB color model

#789FBB color RGB value is (120,159,187).

  • red value is 120;
  • green value is 159;
  • blue value is 187.
RGB:
(120,159,187)
(47%,62%,73%)

RGB channels and saturation

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

120
159
187

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

Portions of RGB colors in percentages

R + G + B =
120 + 159 + 187 = 466 (100%)
R 120 of 466 ~ 25.75%
G 159 of 466 ~ 34.12%
B 187 of 466 ~ 40.13%

%25.75
%34.12
%40.13

CMYK color model

#789FBB color CMYK value is (36,15,0,27).

  • cyan value is 35.83%
  • magenta value is 14.97%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(36,15,0,27)
C36M15Y0K27 
(36%,15%,0%,27%)
(0.36/0.15/0.00/0.27)	

CMYK percentages

%35.83
%14.97
%0
%26.67

Codes

Color #789FBB in popluar color models

789FBB
RGB120159187
HSL205°33.00%60.20%
HSB/HSV205°35.83%73.33%
CMYK35.83%14.97%0.00%
26.67%

Color #789FBB in popluar number systems.

HEX789FBB
Decimal120159187
Binary11110001001111110111011
Octal170237273

Shades and tints

Shades of #789FBB

#789FBB
(120,159,187)
#6E91AA
(110,145,170)
#648399
(100,131,153)
#5A7588
(90,117,136)
#506777
(80,103,119)
#465966
(70,89,102)
#3C4B55
(60,75,85)
#323D44
(50,61,68)
#282F33
(40,47,51)
#1E2122
(30,33,34)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #789FBB

#789FBB
(120,159,187)
#84A7C1
(132,167,193)
#90AFC7
(144,175,199)
#9CB7CD
(156,183,205)
#A8BFD3
(168,191,211)
#B4C7D9
(180,199,217)
#C0CFDF
(192,207,223)
#CCD7E5
(204,215,229)
#D8DFEB
(216,223,235)
#E4E7F1
(228,231,241)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789FBB; }

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

This text font color is #789FBB.


Background Color

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

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

This div background color is #789FBB.


Border color

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

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

This div border color is #789FBB.


Opacity

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

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

Text with #789FBB 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 #789FBB;}

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

This text has shadow with #789FBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #789FBB on black background.


Color preview on white background

This text has color #789FBB on white background.



Black color preview on #789FBB background

This text has black color on #789FBB background.


White color preview on #789FBB background

This text has white color on #789FBB background.