COLOR #787BDB

HEX: #787BDB RGB: (120,123,219)

Color info

#787BDB contains mainly blue color. Web safe color of #787BDB is #6666CC (or #66C).

RGB color model

#787BDB color RGB value is (120,123,219).

RGB: (120,123,219) (47%, 48%, 86%)

RGB channels and saturation

R 120 of 255 = 47%
G 123 of 255 = 48%
B 219 of 255 = 86%

120
123
219

R + G + B ~ 60%. #787BDB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 123 + 219 = 462 (100%)
R 120 of 462 ~ 25.97%
G 123 of 462 ~ 26.62%
B 219 of 462 ~ 47.4'%

%25.97
%26.62
%47.4

CMYK color model

#787BDB color CMYK value is (45,44,0,14).

  • cyan value is 45.21%
  • magenta value is 43.84%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (45,44,0,14)
C45M44Y0K14 (45%, 44%, 0%, 14%)
(0.45 / 0.44 / 0.00 / 0.14)

CMYK percentages

%45.21
%43.84
%0
%14.12

Codes

Color #787BDB in popluar color models

78 7B DB
RGB 120 123 219
HSL 238° 57.89% 66.47%
HSB/HSV 238° 45.21% 85.88%
CMYK 45.21% 43.84% 0.00%
14.12%

Color #787BDB in popluar number systems.

HEX 78 7B DB
Decimal 120 123 219
Binary 1111000 1111011 11011011
Octal 170 173 333

Shades and tints

Shades of #787BDB

#787BDB
(120,123,219)
#6E70C8
(110,112,200)
#6465B5
(100,101,181)
#5A5AA2
(90,90,162)
#504F8F
(80,79,143)
#46447C
(70,68,124)
#3C3969
(60,57,105)
#322E56
(50,46,86)
#282343
(40,35,67)
#1E1830
(30,24,48)
#140D1D
(20,13,29)
#000000
(0,0,0)

Tints of #787BDB

#787BDB
(120,123,219)
#8487DE
(132,135,222)
#9093E1
(144,147,225)
#9C9FE4
(156,159,228)
#A8ABE7
(168,171,231)
#B4B7EA
(180,183,234)
#C0C3ED
(192,195,237)
#CCCFF0
(204,207,240)
#D8DBF3
(216,219,243)
#E4E7F6
(228,231,246)
#F0F3F9
(240,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787BDB color. Also use rgb(120,123,219) instead hex code.

Text Font Color

.myTextColor { color: #787BDB; }

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

This text font color is #787BDB.

Background Color

.myBgColor { background-color: #787BDB; }

<div style="background-color:#787BDB">Inner text</div>

This div background color is #787BDB.

Border color

.myBorderColor { border: 1px solid #787BDB; }

<div style="border:3px solid #787BDB">Div</div>

This div border color is #787BDB.

Opacity

.myOpacity80 { color: #787BDB; opacity: 0.8; }

<p style="color:#787BDB;opacity:0.8;">80%</p>

Text with #787BDB 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 #787BDB;}

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

This text has shadow with #787BDB color.


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

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

This text has shadow with #787BDB primary color and red secondary color.


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

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

This text has shadow with #787BDB and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #787BDB.

Preview

Color preview on black background

This text has color #787BDB on black background.


Color preview on white background

This text has color #787BDB on white background.


Black color preview on #787BDB background

This text has black color on #787BDB background.


White color preview on #787BDB background

This text has white color on #787BDB background.


Related colors

Complementary color

Complementary color for #hex is #878424.


I love getcolorcode.com

Triadic colors

1 #DB787B and #7BDB78 with #787BDB are triadic colors.

2 #DB7B78 and #7B78DB with #787BDB are triadic colors.