COLOR #788DB9

HEX: #788DB9 RGB: (120,141,185)

Color info

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

RGB color model

#788DB9 color RGB value is (120,141,185).

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

RGB channels and saturation

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

120
141
185

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

Portions of RGB colors in percentages

R + G + B = 120 + 141 + 185 = 446 (100%)
R 120 of 446 ~ 26.91%
G 141 of 446 ~ 31.61%
B 185 of 446 ~ 41.48'%

%26.91
%31.61
%41.48

CMYK color model

#788DB9 color CMYK value is (35,24,0,27).

  • cyan value is 35.14%
  • magenta value is 23.78%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK: (35,24,0,27) C35M24Y0K27 (35%,24%,0%,27%) (0.35/0.24/0.00/0.27) 

CMYK percentages

%35.14
%23.78
%0
%27.45

Codes

Color #788DB9 in popluar color models

78 8D B9
RGB 120 141 185
HSL 221° 31.71% 59.80%
HSB/HSV 221° 35.14% 72.55%
CMYK 35.14% 23.78% 0.00%
27.45%

Color #788DB9 in popluar number systems.

HEX 78 8D B9
Decimal 120 141 185
Binary 1111000 10001101 10111001
Octal 170 215 271

Shades and tints

Shades of #788DB9

#788DB9
(120,141,185)
#6E81A9
(110,129,169)
#647599
(100,117,153)
#5A6989
(90,105,137)
#505D79
(80,93,121)
#465169
(70,81,105)
#3C4559
(60,69,89)
#323949
(50,57,73)
#282D39
(40,45,57)
#1E2129
(30,33,41)
#141519
(20,21,25)
#000000
(0,0,0)

Tints of #788DB9

#788DB9
(120,141,185)
#8497BF
(132,151,191)
#90A1C5
(144,161,197)
#9CABCB
(156,171,203)
#A8B5D1
(168,181,209)
#B4BFD7
(180,191,215)
#C0C9DD
(192,201,221)
#CCD3E3
(204,211,227)
#D8DDE9
(216,221,233)
#E4E7EF
(228,231,239)
#F0F1F5
(240,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #788DB9; }

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

This text font color is #788DB9.

Background Color

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

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

This div background color is #788DB9.

Border color

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

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

This div border color is #788DB9.

Opacity

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

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

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

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

This text has shadow with #788DB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788DB9.

Preview

Color preview on black background

This text has color #788DB9 on black background.


Color preview on white background

This text has color #788DB9 on white background.


Black color preview on #788DB9 background

This text has black color on #788DB9 background.


White color preview on #788DB9 background

This text has white color on #788DB9 background.


Related colors

Complementary color

Complementary color for #hex is #877246.


I love getcolorcode.com

Triadic colors

1 #B9788D and #8DB978 with #788DB9 are triadic colors.

2 #B98D78 and #8D78B9 with #788DB9 are triadic colors.