COLOR #787DC4

HEX: #787DC4
RGB: (120,125,196)

Color info

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

RGB color model

#787DC4 color RGB value is (120,125,196).

  • red value is 120;
  • green value is 125;
  • blue value is 196.
RGB:
(120,125,196)
(47%,49%,77%)

RGB channels and saturation

R 120 of 255 = 47%
G 125 of 255 = 49%
B 196 of 255 = 77%

120
125
196

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

Portions of RGB colors in percentages

R + G + B =
120 + 125 + 196 = 441 (100%)
R 120 of 441 ~ 27.21%
G 125 of 441 ~ 28.34%
B 196 of 441 ~ 44.44%

%27.21
%28.34
%44.44

CMYK color model

#787DC4 color CMYK value is (39,36,0,23).

  • cyan value is 38.78%
  • magenta value is 36.22%
  • yellow value is 0.00%
  • key color value is 23.14%
CMYK:
(39,36,0,23)
C39M36Y0K23 
(39%,36%,0%,23%)
(0.39/0.36/0.00/0.23)	

CMYK percentages

%38.78
%36.22
%0
%23.14

Codes

Color #787DC4 in popluar color models

787DC4
RGB120125196
HSL236°39.18%61.96%
HSB/HSV236°38.78%76.86%
CMYK38.78%36.22%0.00%
23.14%

Color #787DC4 in popluar number systems.

HEX787DC4
Decimal120125196
Binary1111000111110111000100
Octal170175304

Shades and tints

Shades of #787DC4

#787DC4
(120,125,196)
#6E72B3
(110,114,179)
#6467A2
(100,103,162)
#5A5C91
(90,92,145)
#505180
(80,81,128)
#46466F
(70,70,111)
#3C3B5E
(60,59,94)
#32304D
(50,48,77)
#28253C
(40,37,60)
#1E1A2B
(30,26,43)
#140F1A
(20,15,26)
#000000
(0,0,0)

Tints of #787DC4

#787DC4
(120,125,196)
#8488C9
(132,136,201)
#9093CE
(144,147,206)
#9C9ED3
(156,158,211)
#A8A9D8
(168,169,216)
#B4B4DD
(180,180,221)
#C0BFE2
(192,191,226)
#CCCAE7
(204,202,231)
#D8D5EC
(216,213,236)
#E4E0F1
(228,224,241)
#F0EBF6
(240,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787DC4 color. Also use rgb(120,125,196) instead hex code.

Text Font Color

.myTextColor { color: #787DC4; }

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

This text font color is #787DC4.


Background Color

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

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

This div background color is #787DC4.


Border color

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

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

This div border color is #787DC4.


Opacity

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

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

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

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

This text has shadow with #787DC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787DC4 on black background.


Color preview on white background

This text has color #787DC4 on white background.



Black color preview on #787DC4 background

This text has black color on #787DC4 background.


White color preview on #787DC4 background

This text has white color on #787DC4 background.