COLOR #7884DA

HEX: #7884DA RGB: (120,132,218)

Color info

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

RGB color model

#7884DA color RGB value is (120,132,218).

RGB: (120,132,218) (47%, 52%, 85%)

RGB channels and saturation

R 120 of 255 = 47%
G 132 of 255 = 52%
B 218 of 255 = 85%

120
132
218

R + G + B ~ 61%. #7884DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 132 + 218 = 470 (100%)
R 120 of 470 ~ 25.53%
G 132 of 470 ~ 28.09%
B 218 of 470 ~ 46.38'%

%25.53
%28.09
%46.38

CMYK color model

#7884DA color CMYK value is (45,39,0,15).

  • cyan value is 44.95%
  • magenta value is 39.45%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (45,39,0,15)
C45M39Y0K15 (45%, 39%, 0%, 15%)
(0.45 / 0.39 / 0.00 / 0.15)

CMYK percentages

%44.95
%39.45
%0
%14.51

Codes

Color #7884DA in popluar color models

78 84 DA
RGB 120 132 218
HSL 233° 56.98% 66.27%
HSB/HSV 233° 44.95% 85.49%
CMYK 44.95% 39.45% 0.00%
14.51%

Color #7884DA in popluar number systems.

HEX 78 84 DA
Decimal 120 132 218
Binary 1111000 10000100 11011010
Octal 170 204 332

Shades and tints

Shades of #7884DA

#7884DA
(120,132,218)
#6E78C7
(110,120,199)
#646CB4
(100,108,180)
#5A60A1
(90,96,161)
#50548E
(80,84,142)
#46487B
(70,72,123)
#3C3C68
(60,60,104)
#323055
(50,48,85)
#282442
(40,36,66)
#1E182F
(30,24,47)
#140C1C
(20,12,28)
#000000
(0,0,0)

Tints of #7884DA

#7884DA
(120,132,218)
#848FDD
(132,143,221)
#909AE0
(144,154,224)
#9CA5E3
(156,165,227)
#A8B0E6
(168,176,230)
#B4BBE9
(180,187,233)
#C0C6EC
(192,198,236)
#CCD1EF
(204,209,239)
#D8DCF2
(216,220,242)
#E4E7F5
(228,231,245)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7884DA color. Also use rgb(120,132,218) instead hex code.

Text Font Color

.myTextColor { color: #7884DA; }

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

This text font color is #7884DA.

Background Color

.myBgColor { background-color: #7884DA; }

<div style="background-color:#7884DA">Inner text</div>

This div background color is #7884DA.

Border color

.myBorderColor { border: 1px solid #7884DA; }

<div style="border:3px solid #7884DA">Div</div>

This div border color is #7884DA.

Opacity

.myOpacity80 { color: #7884DA; opacity: 0.8; }

<p style="color:#7884DA;opacity:0.8;">80%</p>

Text with #7884DA 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 #7884DA;}

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

This text has shadow with #7884DA color.


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

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

This text has shadow with #7884DA primary color and red secondary color.


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

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

This text has shadow with #7884DA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7884DA.

Preview

Color preview on black background

This text has color #7884DA on black background.


Color preview on white background

This text has color #7884DA on white background.


Black color preview on #7884DA background

This text has black color on #7884DA background.


White color preview on #7884DA background

This text has white color on #7884DA background.


Related colors

Complementary color

Complementary color for #hex is #877B25.


I love getcolorcode.com

Triadic colors

1 #DA7884 and #84DA78 with #7884DA are triadic colors.

2 #DA8478 and #8478DA with #7884DA are triadic colors.