COLOR #788DB7

HEX: #788DB7 RGB: (120,141,183)

Color info

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

RGB color model

#788DB7 color RGB value is (120,141,183).

RGB: (120,141,183) (47%, 55%, 72%)

RGB channels and saturation

R 120 of 255 = 47%
G 141 of 255 = 55%
B 183 of 255 = 72%

120
141
183

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

Portions of RGB colors in percentages

R + G + B = 120 + 141 + 183 = 444 (100%)
R 120 of 444 ~ 27.03%
G 141 of 444 ~ 31.76%
B 183 of 444 ~ 41.22'%

%27.03
%31.76
%41.22

CMYK color model

#788DB7 color CMYK value is (34,23,0,28).

  • cyan value is 34.43%
  • magenta value is 22.95%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (34,23,0,28)
C34M23Y0K28 (34%, 23%, 0%, 28%)
(0.34 / 0.23 / 0.00 / 0.28)

CMYK percentages

%34.43
%22.95
%0
%28.24

Codes

Color #788DB7 in popluar color models

78 8D B7
RGB 120 141 183
HSL 220° 30.43% 59.41%
HSB/HSV 220° 34.43% 71.76%
CMYK 34.43% 22.95% 0.00%
28.24%

Color #788DB7 in popluar number systems.

HEX 78 8D B7
Decimal 120 141 183
Binary 1111000 10001101 10110111
Octal 170 215 267

Shades and tints

Shades of #788DB7

#788DB7
(120,141,183)
#6E81A7
(110,129,167)
#647597
(100,117,151)
#5A6987
(90,105,135)
#505D77
(80,93,119)
#465167
(70,81,103)
#3C4557
(60,69,87)
#323947
(50,57,71)
#282D37
(40,45,55)
#1E2127
(30,33,39)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #788DB7

#788DB7
(120,141,183)
#8497BD
(132,151,189)
#90A1C3
(144,161,195)
#9CABC9
(156,171,201)
#A8B5CF
(168,181,207)
#B4BFD5
(180,191,213)
#C0C9DB
(192,201,219)
#CCD3E1
(204,211,225)
#D8DDE7
(216,221,231)
#E4E7ED
(228,231,237)
#F0F1F3
(240,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788DB7; }

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

This text font color is #788DB7.

Background Color

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

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

This div background color is #788DB7.

Border color

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

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

This div border color is #788DB7.

Opacity

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

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

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

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

This text has shadow with #788DB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788DB7.

Preview

Color preview on black background

This text has color #788DB7 on black background.


Color preview on white background

This text has color #788DB7 on white background.


Black color preview on #788DB7 background

This text has black color on #788DB7 background.


White color preview on #788DB7 background

This text has white color on #788DB7 background.


Related colors

Complementary color

Complementary color for #hex is #877248.


I love getcolorcode.com

Triadic colors

1 #B7788D and #8DB778 with #788DB7 are triadic colors.

2 #B78D78 and #8D78B7 with #788DB7 are triadic colors.