COLOR #787DC2

HEX: #787DC2
RGB: (120,125,194)

Color info

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

RGB color model

#787DC2 color RGB value is (120,125,194).

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

RGB channels and saturation

R 120 of 255 = 47%
G 125 of 255 = 49%
B 194 of 255 = 76%

120
125
194

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

Portions of RGB colors in percentages

R + G + B =
120 + 125 + 194 = 439 (100%)
R 120 of 439 ~ 27.33%
G 125 of 439 ~ 28.47%
B 194 of 439 ~ 44.19%

%27.33
%28.47
%44.19

CMYK color model

#787DC2 color CMYK value is (38,36,0,24).

  • cyan value is 38.14%
  • magenta value is 35.57%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(38,36,0,24)
C38M36Y0K24 
(38%,36%,0%,24%)
(0.38/0.36/0.00/0.24)	

CMYK percentages

%38.14
%35.57
%0
%23.92

Codes

Color #787DC2 in popluar color models

787DC2
RGB120125194
HSL236°37.76%61.57%
HSB/HSV236°38.14%76.08%
CMYK38.14%35.57%0.00%
23.92%

Color #787DC2 in popluar number systems.

HEX787DC2
Decimal120125194
Binary1111000111110111000010
Octal170175302

Shades and tints

Shades of #787DC2

#787DC2
(120,125,194)
#6E72B1
(110,114,177)
#6467A0
(100,103,160)
#5A5C8F
(90,92,143)
#50517E
(80,81,126)
#46466D
(70,70,109)
#3C3B5C
(60,59,92)
#32304B
(50,48,75)
#28253A
(40,37,58)
#1E1A29
(30,26,41)
#140F18
(20,15,24)
#000000
(0,0,0)

Tints of #787DC2

#787DC2
(120,125,194)
#8488C7
(132,136,199)
#9093CC
(144,147,204)
#9C9ED1
(156,158,209)
#A8A9D6
(168,169,214)
#B4B4DB
(180,180,219)
#C0BFE0
(192,191,224)
#CCCAE5
(204,202,229)
#D8D5EA
(216,213,234)
#E4E0EF
(228,224,239)
#F0EBF4
(240,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787DC2; }

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

This text font color is #787DC2.


Background Color

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

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

This div background color is #787DC2.


Border color

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

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

This div border color is #787DC2.


Opacity

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

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

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

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

This text has shadow with #787DC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787DC2 on black background.


Color preview on white background

This text has color #787DC2 on white background.



Black color preview on #787DC2 background

This text has black color on #787DC2 background.


White color preview on #787DC2 background

This text has white color on #787DC2 background.