COLOR #788DBB

HEX: #788DBB RGB: (120,141,187)

Color info

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

RGB color model

#788DBB color RGB value is (120,141,187).

RGB: (120,141,187) (47%, 55%, 73%)

RGB channels and saturation

R 120 of 255 = 47%
G 141 of 255 = 55%
B 187 of 255 = 73%

120
141
187

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

Portions of RGB colors in percentages

R + G + B = 120 + 141 + 187 = 448 (100%)
R 120 of 448 ~ 26.79%
G 141 of 448 ~ 31.47%
B 187 of 448 ~ 41.74'%

%26.79
%31.47
%41.74

CMYK color model

#788DBB color CMYK value is (36,25,0,27).

  • cyan value is 35.83%
  • magenta value is 24.60%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (36,25,0,27) C36M25Y0K27 (36%,25%,0%,27%) (0.36/0.25/0.00/0.27) 

CMYK percentages

%35.83
%24.6
%0
%26.67

Codes

Color #788DBB in popluar color models

78 8D BB
RGB 120 141 187
HSL 221° 33.00% 60.20%
HSB/HSV 221° 35.83% 73.33%
CMYK 35.83% 24.60% 0.00%
26.67%

Color #788DBB in popluar number systems.

HEX 78 8D BB
Decimal 120 141 187
Binary 1111000 10001101 10111011
Octal 170 215 273

Shades and tints

Shades of #788DBB

#788DBB
(120,141,187)
#6E81AA
(110,129,170)
#647599
(100,117,153)
#5A6988
(90,105,136)
#505D77
(80,93,119)
#465166
(70,81,102)
#3C4555
(60,69,85)
#323944
(50,57,68)
#282D33
(40,45,51)
#1E2122
(30,33,34)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #788DBB

#788DBB
(120,141,187)
#8497C1
(132,151,193)
#90A1C7
(144,161,199)
#9CABCD
(156,171,205)
#A8B5D3
(168,181,211)
#B4BFD9
(180,191,217)
#C0C9DF
(192,201,223)
#CCD3E5
(204,211,229)
#D8DDEB
(216,221,235)
#E4E7F1
(228,231,241)
#F0F1F7
(240,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788DBB color. Also use rgb(120,141,187) instead hex code.

Text Font Color

.myTextColor { color: #788DBB; }

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

This text font color is #788DBB.

Background Color

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

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

This div background color is #788DBB.

Border color

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

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

This div border color is #788DBB.

Opacity

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

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

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

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

This text has shadow with #788DBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788DBB.

Preview

Color preview on black background

This text has color #788DBB on black background.


Color preview on white background

This text has color #788DBB on white background.


Black color preview on #788DBB background

This text has black color on #788DBB background.


White color preview on #788DBB background

This text has white color on #788DBB background.


Related colors

Complementary color

Complementary color for #hex is #877244.


I love getcolorcode.com

Triadic colors

1 #BB788D and #8DBB78 with #788DBB are triadic colors.

2 #BB8D78 and #8D78BB with #788DBB are triadic colors.