COLOR #788BB4

HEX: #788BB4
RGB: (120,139,180)

Color info

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

RGB color model

#788BB4 color RGB value is (120,139,180).

  • red value is 120;
  • green value is 139;
  • blue value is 180.
RGB:
(120,139,180)
(47%,55%,71%)

RGB channels and saturation

R 120 of 255 = 47%
G 139 of 255 = 55%
B 180 of 255 = 71%

120
139
180

R + G + B ~ 58%. #788BB4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 139 + 180 = 439 (100%)
R 120 of 439 ~ 27.33%
G 139 of 439 ~ 31.66%
B 180 of 439 ~ 41%

%27.33
%31.66
%41

CMYK color model

#788BB4 color CMYK value is (33,23,0,29).

  • cyan value is 33.33%
  • magenta value is 22.78%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(33,23,0,29)
C33M23Y0K29 
(33%,23%,0%,29%)
(0.33/0.23/0.00/0.29)	

CMYK percentages

%33.33
%22.78
%0
%29.41

Codes

Color #788BB4 in popluar color models

788BB4
RGB120139180
HSL221°28.57%58.82%
HSB/HSV221°33.33%70.59%
CMYK33.33%22.78%0.00%
29.41%

Color #788BB4 in popluar number systems.

HEX788BB4
Decimal120139180
Binary11110001000101110110100
Octal170213264

Shades and tints

Shades of #788BB4

#788BB4
(120,139,180)
#6E7FA4
(110,127,164)
#647394
(100,115,148)
#5A6784
(90,103,132)
#505B74
(80,91,116)
#464F64
(70,79,100)
#3C4354
(60,67,84)
#323744
(50,55,68)
#282B34
(40,43,52)
#1E1F24
(30,31,36)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #788BB4

#788BB4
(120,139,180)
#8495BA
(132,149,186)
#909FC0
(144,159,192)
#9CA9C6
(156,169,198)
#A8B3CC
(168,179,204)
#B4BDD2
(180,189,210)
#C0C7D8
(192,199,216)
#CCD1DE
(204,209,222)
#D8DBE4
(216,219,228)
#E4E5EA
(228,229,234)
#F0EFF0
(240,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788BB4 color. Also use rgb(120,139,180) instead hex code.

Text Font Color

.myTextColor { color: #788BB4; }

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

This text font color is #788BB4.


Background Color

.myBgColor { background-color: #788BB4; }

<div style="background-color:#788BB4">Inner text</div>

This div background color is #788BB4.


Border color

.myBorderColor { border: 1px solid #788BB4; }

<div style="border:3px solid #788BB4">Div</div>

This div border color is #788BB4.


Opacity

.myOpacity80 { color: #788BB4; opacity: 0.8; }

<p style="color:#788BB4;opacity:0.8;">80%</p>

Text with #788BB4 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 #788BB4;}

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

This text has shadow with #788BB4 color.

.textShadow {text-shadow: 3px 3px 1px #788BB4, 3px 3px 1px red;}

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

This text has shadow with #788BB4 primary color and red secondary color.


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

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

This text has shadow with #788BB4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #788BB4 on black background.


Color preview on white background

This text has color #788BB4 on white background.



Black color preview on #788BB4 background

This text has black color on #788BB4 background.


White color preview on #788BB4 background

This text has white color on #788BB4 background.