COLOR #7882CE

HEX: #7882CE RGB: (120,130,206)

Color info

#7882CE contains mainly blue color. Web safe color of #7882CE is #6699CC (or #69C).

RGB color model

#7882CE color RGB value is (120,130,206).

RGB: (120,130,206) (47%, 51%, 81%)

RGB channels and saturation

R 120 of 255 = 47%
G 130 of 255 = 51%
B 206 of 255 = 81%

120
130
206

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

Portions of RGB colors in percentages

R + G + B = 120 + 130 + 206 = 456 (100%)
R 120 of 456 ~ 26.32%
G 130 of 456 ~ 28.51%
B 206 of 456 ~ 45.18'%

%26.32
%28.51
%45.18

CMYK color model

#7882CE color CMYK value is (42,37,0,19).

  • cyan value is 41.75%
  • magenta value is 36.89%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (42,37,0,19)
C42M37Y0K19 (42%, 37%, 0%, 19%)
(0.42 / 0.37 / 0.00 / 0.19)

CMYK percentages

%41.75
%36.89
%0
%19.22

Codes

Color #7882CE in popluar color models

78 82 CE
RGB 120 130 206
HSL 233° 46.74% 63.92%
HSB/HSV 233° 41.75% 80.78%
CMYK 41.75% 36.89% 0.00%
19.22%

Color #7882CE in popluar number systems.

HEX 78 82 CE
Decimal 120 130 206
Binary 1111000 10000010 11001110
Octal 170 202 316

Shades and tints

Shades of #7882CE

#7882CE
(120,130,206)
#6E77BC
(110,119,188)
#646CAA
(100,108,170)
#5A6198
(90,97,152)
#505686
(80,86,134)
#464B74
(70,75,116)
#3C4062
(60,64,98)
#323550
(50,53,80)
#282A3E
(40,42,62)
#1E1F2C
(30,31,44)
#14141A
(20,20,26)
#000000
(0,0,0)

Tints of #7882CE

#7882CE
(120,130,206)
#848DD2
(132,141,210)
#9098D6
(144,152,214)
#9CA3DA
(156,163,218)
#A8AEDE
(168,174,222)
#B4B9E2
(180,185,226)
#C0C4E6
(192,196,230)
#CCCFEA
(204,207,234)
#D8DAEE
(216,218,238)
#E4E5F2
(228,229,242)
#F0F0F6
(240,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7882CE color. Also use rgb(120,130,206) instead hex code.

Text Font Color

.myTextColor { color: #7882CE; }

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

This text font color is #7882CE.

Background Color

.myBgColor { background-color: #7882CE; }

<div style="background-color:#7882CE">Inner text</div>

This div background color is #7882CE.

Border color

.myBorderColor { border: 1px solid #7882CE; }

<div style="border:3px solid #7882CE">Div</div>

This div border color is #7882CE.

Opacity

.myOpacity80 { color: #7882CE; opacity: 0.8; }

<p style="color:#7882CE;opacity:0.8;">80%</p>

Text with #7882CE 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 #7882CE;}

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

This text has shadow with #7882CE color.


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

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

This text has shadow with #7882CE primary color and red secondary color.


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

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

This text has shadow with #7882CE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7882CE.

Preview

Color preview on black background

This text has color #7882CE on black background.


Color preview on white background

This text has color #7882CE on white background.


Black color preview on #7882CE background

This text has black color on #7882CE background.


White color preview on #7882CE background

This text has white color on #7882CE background.


Related colors

Complementary color

Complementary color for #hex is #877D31.


I love getcolorcode.com

Triadic colors

1 #CE7882 and #82CE78 with #7882CE are triadic colors.

2 #CE8278 and #8278CE with #7882CE are triadic colors.