COLOR #789FBC

HEX: #789FBC RGB: (120,159,188)

Color info

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

RGB color model

#789FBC color RGB value is (120,159,188).

RGB: (120,159,188) (47%, 62%, 74%)

RGB channels and saturation

R 120 of 255 = 47%
G 159 of 255 = 62%
B 188 of 255 = 74%

120
159
188

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

Portions of RGB colors in percentages

R + G + B = 120 + 159 + 188 = 467 (100%)
R 120 of 467 ~ 25.7%
G 159 of 467 ~ 34.05%
B 188 of 467 ~ 40.26'%

%25.7
%34.05
%40.26

CMYK color model

#789FBC color CMYK value is (36,15,0,26).

  • cyan value is 36.17%
  • magenta value is 15.43%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (36,15,0,26)
C36M15Y0K26 (36%, 15%, 0%, 26%)
(0.36 / 0.15 / 0.00 / 0.26)

CMYK percentages

%36.17
%15.43
%0
%26.27

Codes

Color #789FBC in popluar color models

78 9F BC
RGB 120 159 188
HSL 206° 33.66% 60.39%
HSB/HSV 206° 36.17% 73.73%
CMYK 36.17% 15.43% 0.00%
26.27%

Color #789FBC in popluar number systems.

HEX 78 9F BC
Decimal 120 159 188
Binary 1111000 10011111 10111100
Octal 170 237 274

Shades and tints

Shades of #789FBC

#789FBC
(120,159,188)
#6E91AB
(110,145,171)
#64839A
(100,131,154)
#5A7589
(90,117,137)
#506778
(80,103,120)
#465967
(70,89,103)
#3C4B56
(60,75,86)
#323D45
(50,61,69)
#282F34
(40,47,52)
#1E2123
(30,33,35)
#141312
(20,19,18)
#000000
(0,0,0)

Tints of #789FBC

#789FBC
(120,159,188)
#84A7C2
(132,167,194)
#90AFC8
(144,175,200)
#9CB7CE
(156,183,206)
#A8BFD4
(168,191,212)
#B4C7DA
(180,199,218)
#C0CFE0
(192,207,224)
#CCD7E6
(204,215,230)
#D8DFEC
(216,223,236)
#E4E7F2
(228,231,242)
#F0EFF8
(240,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #789FBC; }

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

This text font color is #789FBC.

Background Color

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

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

This div background color is #789FBC.

Border color

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

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

This div border color is #789FBC.

Opacity

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

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

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

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

This text has shadow with #789FBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #789FBC.

Preview

Color preview on black background

This text has color #789FBC on black background.


Color preview on white background

This text has color #789FBC on white background.


Black color preview on #789FBC background

This text has black color on #789FBC background.


White color preview on #789FBC background

This text has white color on #789FBC background.


Related colors

Complementary color

Complementary color for #hex is #876043.


I love getcolorcode.com

Triadic colors

1 #BC789F and #9FBC78 with #789FBC are triadic colors.

2 #BC9F78 and #9F78BC with #789FBC are triadic colors.