COLOR #788BB1

HEX: #788BB1 RGB: (120,139,177)

Color info

#788BB1 contains red, green and blue colors in about the same proportion. Web safe color of #788BB1 is #669999 (or #699).

RGB color model

#788BB1 color RGB value is (120,139,177).

RGB: (120,139,177) (47%, 55%, 69%)

RGB channels and saturation

R 120 of 255 = 47%
G 139 of 255 = 55%
B 177 of 255 = 69%

120
139
177

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

Portions of RGB colors in percentages

R + G + B = 120 + 139 + 177 = 436 (100%)
R 120 of 436 ~ 27.52%
G 139 of 436 ~ 31.88%
B 177 of 436 ~ 40.6'%

%27.52
%31.88
%40.6

CMYK color model

#788BB1 color CMYK value is (32,21,0,31).

  • cyan value is 32.20%
  • magenta value is 21.47%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK: (32,21,0,31) C32M21Y0K31 (32%,21%,0%,31%) (0.32/0.21/0.00/0.31) 

CMYK percentages

%32.2
%21.47
%0
%30.59

Codes

Color #788BB1 in popluar color models

78 8B B1
RGB 120 139 177
HSL 220° 26.76% 58.24%
HSB/HSV 220° 32.20% 69.41%
CMYK 32.20% 21.47% 0.00%
30.59%

Color #788BB1 in popluar number systems.

HEX 78 8B B1
Decimal 120 139 177
Binary 1111000 10001011 10110001
Octal 170 213 261

Shades and tints

Shades of #788BB1

#788BB1
(120,139,177)
#6E7FA1
(110,127,161)
#647391
(100,115,145)
#5A6781
(90,103,129)
#505B71
(80,91,113)
#464F61
(70,79,97)
#3C4351
(60,67,81)
#323741
(50,55,65)
#282B31
(40,43,49)
#1E1F21
(30,31,33)
#141311
(20,19,17)
#000000
(0,0,0)

Tints of #788BB1

#788BB1
(120,139,177)
#8495B8
(132,149,184)
#909FBF
(144,159,191)
#9CA9C6
(156,169,198)
#A8B3CD
(168,179,205)
#B4BDD4
(180,189,212)
#C0C7DB
(192,199,219)
#CCD1E2
(204,209,226)
#D8DBE9
(216,219,233)
#E4E5F0
(228,229,240)
#F0EFF7
(240,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788BB1; }

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

This text font color is #788BB1.

Background Color

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

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

This div background color is #788BB1.

Border color

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

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

This div border color is #788BB1.

Opacity

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

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

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

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

This text has shadow with #788BB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788BB1.

Preview

Color preview on black background

This text has color #788BB1 on black background.


Color preview on white background

This text has color #788BB1 on white background.


Black color preview on #788BB1 background

This text has black color on #788BB1 background.


White color preview on #788BB1 background

This text has white color on #788BB1 background.


Related colors

Complementary color

Complementary color for #hex is #87744E.


I love getcolorcode.com

Triadic colors

1 #B1788B and #8BB178 with #788BB1 are triadic colors.

2 #B18B78 and #8B78B1 with #788BB1 are triadic colors.