COLOR #789BC1

HEX: #789BC1 RGB: (120,155,193)

Color info

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

RGB color model

#789BC1 color RGB value is (120,155,193).

RGB: (120,155,193) (47%, 61%, 76%)

RGB channels and saturation

R 120 of 255 = 47%
G 155 of 255 = 61%
B 193 of 255 = 76%

120
155
193

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

Portions of RGB colors in percentages

R + G + B = 120 + 155 + 193 = 468 (100%)
R 120 of 468 ~ 25.64%
G 155 of 468 ~ 33.12%
B 193 of 468 ~ 41.24'%

%25.64
%33.12
%41.24

CMYK color model

#789BC1 color CMYK value is (38,20,0,24).

  • cyan value is 37.82%
  • magenta value is 19.69%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (38,20,0,24)
C38M20Y0K24 (38%, 20%, 0%, 24%)
(0.38 / 0.20 / 0.00 / 0.24)

CMYK percentages

%37.82
%19.69
%0
%24.31

Codes

Color #789BC1 in popluar color models

78 9B C1
RGB 120 155 193
HSL 211° 37.06% 61.37%
HSB/HSV 211° 37.82% 75.69%
CMYK 37.82% 19.69% 0.00%
24.31%

Color #789BC1 in popluar number systems.

HEX 78 9B C1
Decimal 120 155 193
Binary 1111000 10011011 11000001
Octal 170 233 301

Shades and tints

Shades of #789BC1

#789BC1
(120,155,193)
#6E8DB0
(110,141,176)
#647F9F
(100,127,159)
#5A718E
(90,113,142)
#50637D
(80,99,125)
#46556C
(70,85,108)
#3C475B
(60,71,91)
#32394A
(50,57,74)
#282B39
(40,43,57)
#1E1D28
(30,29,40)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #789BC1

#789BC1
(120,155,193)
#84A4C6
(132,164,198)
#90ADCB
(144,173,203)
#9CB6D0
(156,182,208)
#A8BFD5
(168,191,213)
#B4C8DA
(180,200,218)
#C0D1DF
(192,209,223)
#CCDAE4
(204,218,228)
#D8E3E9
(216,227,233)
#E4ECEE
(228,236,238)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #789BC1 color. Also use rgb(120,155,193) instead hex code.

Text Font Color

.myTextColor { color: #789BC1; }

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

This text font color is #789BC1.

Background Color

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

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

This div background color is #789BC1.

Border color

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

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

This div border color is #789BC1.

Opacity

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

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

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

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

This text has shadow with #789BC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #789BC1.

Preview

Color preview on black background

This text has color #789BC1 on black background.


Color preview on white background

This text has color #789BC1 on white background.


Black color preview on #789BC1 background

This text has black color on #789BC1 background.


White color preview on #789BC1 background

This text has white color on #789BC1 background.


Related colors

Complementary color

Complementary color for #hex is #87643E.


I love getcolorcode.com

Triadic colors

1 #C1789B and #9BC178 with #789BC1 are triadic colors.

2 #C19B78 and #9B78C1 with #789BC1 are triadic colors.