COLOR #787CC2

HEX: #787CC2 RGB: (120,124,194)

Color info

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

RGB color model

#787CC2 color RGB value is (120,124,194).

RGB: (120,124,194) (47%, 49%, 76%)

RGB channels and saturation

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

120
124
194

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

Portions of RGB colors in percentages

R + G + B = 120 + 124 + 194 = 438 (100%)
R 120 of 438 ~ 27.4%
G 124 of 438 ~ 28.31%
B 194 of 438 ~ 44.29'%

%27.4
%28.31
%44.29

CMYK color model

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

  • cyan value is 38.14%
  • magenta value is 36.08%
  • 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
%36.08
%0
%23.92

Codes

Color #787CC2 in popluar color models

78 7C C2
RGB 120 124 194
HSL 237° 37.76% 61.57%
HSB/HSV 237° 38.14% 76.08%
CMYK 38.14% 36.08% 0.00%
23.92%

Color #787CC2 in popluar number systems.

HEX 78 7C C2
Decimal 120 124 194
Binary 1111000 1111100 11000010
Octal 170 174 302

Shades and tints

Shades of #787CC2

#787CC2
(120,124,194)
#6E71B1
(110,113,177)
#6466A0
(100,102,160)
#5A5B8F
(90,91,143)
#50507E
(80,80,126)
#46456D
(70,69,109)
#3C3A5C
(60,58,92)
#322F4B
(50,47,75)
#28243A
(40,36,58)
#1E1929
(30,25,41)
#140E18
(20,14,24)
#000000
(0,0,0)

Tints of #787CC2

#787CC2
(120,124,194)
#8487C7
(132,135,199)
#9092CC
(144,146,204)
#9C9DD1
(156,157,209)
#A8A8D6
(168,168,214)
#B4B3DB
(180,179,219)
#C0BEE0
(192,190,224)
#CCC9E5
(204,201,229)
#D8D4EA
(216,212,234)
#E4DFEF
(228,223,239)
#F0EAF4
(240,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #787CC2; }

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

This text font color is #787CC2.

Background Color

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

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

This div background color is #787CC2.

Border color

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

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

This div border color is #787CC2.

Opacity

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

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

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

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

This text has shadow with #787CC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787CC2.

Preview

Color preview on black background

This text has color #787CC2 on black background.


Color preview on white background

This text has color #787CC2 on white background.


Black color preview on #787CC2 background

This text has black color on #787CC2 background.


White color preview on #787CC2 background

This text has white color on #787CC2 background.


Related colors

Complementary color

Complementary color for #hex is #87833D.


I love getcolorcode.com

Triadic colors

1 #C2787C and #7CC278 with #787CC2 are triadic colors.

2 #C27C78 and #7C78C2 with #787CC2 are triadic colors.