COLOR #7880CD

HEX: #7880CD
RGB: (120,128,205)

Color info

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

RGB color model

#7880CD color RGB value is (120,128,205).

  • red value is 120;
  • green value is 128;
  • blue value is 205.
RGB:
(120,128,205)
(47%,50%,80%)

RGB channels and saturation

R 120 of 255 = 47%
G 128 of 255 = 50%
B 205 of 255 = 80%

120
128
205

R + G + B ~ 59%. #7880CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 128 + 205 = 453 (100%)
R 120 of 453 ~ 26.49%
G 128 of 453 ~ 28.26%
B 205 of 453 ~ 45.25%

%26.49
%28.26
%45.25

CMYK color model

#7880CD color CMYK value is (41,38,0,20).

  • cyan value is 41.46%
  • magenta value is 37.56%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(41,38,0,20)
C41M38Y0K20 
(41%,38%,0%,20%)
(0.41/0.38/0.00/0.20)	

CMYK percentages

%41.46
%37.56
%0
%19.61

Codes

Color #7880CD in popluar color models

7880CD
RGB120128205
HSL234°45.95%63.73%
HSB/HSV234°41.46%80.39%
CMYK41.46%37.56%0.00%
19.61%

Color #7880CD in popluar number systems.

HEX7880CD
Decimal120128205
Binary11110001000000011001101
Octal170200315

Shades and tints

Shades of #7880CD

#7880CD
(120,128,205)
#6E75BB
(110,117,187)
#646AA9
(100,106,169)
#5A5F97
(90,95,151)
#505485
(80,84,133)
#464973
(70,73,115)
#3C3E61
(60,62,97)
#32334F
(50,51,79)
#28283D
(40,40,61)
#1E1D2B
(30,29,43)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #7880CD

#7880CD
(120,128,205)
#848BD1
(132,139,209)
#9096D5
(144,150,213)
#9CA1D9
(156,161,217)
#A8ACDD
(168,172,221)
#B4B7E1
(180,183,225)
#C0C2E5
(192,194,229)
#CCCDE9
(204,205,233)
#D8D8ED
(216,216,237)
#E4E3F1
(228,227,241)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7880CD color. Also use rgb(120,128,205) instead hex code.

Text Font Color

.myTextColor { color: #7880CD; }

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

This text font color is #7880CD.


Background Color

.myBgColor { background-color: #7880CD; }

<div style="background-color:#7880CD">Inner text</div>

This div background color is #7880CD.


Border color

.myBorderColor { border: 1px solid #7880CD; }

<div style="border:3px solid #7880CD">Div</div>

This div border color is #7880CD.


Opacity

.myOpacity80 { color: #7880CD; opacity: 0.8; }

<p style="color:#7880CD;opacity:0.8;">80%</p>

Text with #7880CD 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 #7880CD;}

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

This text has shadow with #7880CD color.

.textShadow {text-shadow: 3px 3px 1px #7880CD, 3px 3px 1px red;}

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

This text has shadow with #7880CD primary color and red secondary color.


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

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

This text has shadow with #7880CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7880CD on black background.


Color preview on white background

This text has color #7880CD on white background.



Black color preview on #7880CD background

This text has black color on #7880CD background.


White color preview on #7880CD background

This text has white color on #7880CD background.