COLOR #7871D9

HEX: #7871D9
RGB: (120,113,217)

Color info

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

RGB color model

#7871D9 color RGB value is (120,113,217).

  • red value is 120;
  • green value is 113;
  • blue value is 217.
RGB:
(120,113,217)
(47%,44%,85%)

RGB channels and saturation

R 120 of 255 = 47%
G 113 of 255 = 44%
B 217 of 255 = 85%

120
113
217

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

Portions of RGB colors in percentages

R + G + B =
120 + 113 + 217 = 450 (100%)
R 120 of 450 ~ 26.67%
G 113 of 450 ~ 25.11%
B 217 of 450 ~ 48.22%

%26.67
%25.11
%48.22

CMYK color model

#7871D9 color CMYK value is (45,48,0,15).

  • cyan value is 44.70%
  • magenta value is 47.93%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(45,48,0,15)
C45M48Y0K15 
(45%,48%,0%,15%)
(0.45/0.48/0.00/0.15)	

CMYK percentages

%44.7
%47.93
%0
%14.9

Codes

Color #7871D9 in popluar color models

7871D9
RGB120113217
HSL244°57.78%64.71%
HSB/HSV244°47.93%85.10%
CMYK44.70%47.93%0.00%
14.90%

Color #7871D9 in popluar number systems.

HEX7871D9
Decimal120113217
Binary1111000111000111011001
Octal170161331

Shades and tints

Shades of #7871D9

#7871D9
(120,113,217)
#6E67C6
(110,103,198)
#645DB3
(100,93,179)
#5A53A0
(90,83,160)
#50498D
(80,73,141)
#463F7A
(70,63,122)
#3C3567
(60,53,103)
#322B54
(50,43,84)
#282141
(40,33,65)
#1E172E
(30,23,46)
#140D1B
(20,13,27)
#000000
(0,0,0)

Tints of #7871D9

#7871D9
(120,113,217)
#847DDC
(132,125,220)
#9089DF
(144,137,223)
#9C95E2
(156,149,226)
#A8A1E5
(168,161,229)
#B4ADE8
(180,173,232)
#C0B9EB
(192,185,235)
#CCC5EE
(204,197,238)
#D8D1F1
(216,209,241)
#E4DDF4
(228,221,244)
#F0E9F7
(240,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7871D9 color. Also use rgb(120,113,217) instead hex code.

Text Font Color

.myTextColor { color: #7871D9; }

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

This text font color is #7871D9.


Background Color

.myBgColor { background-color: #7871D9; }

<div style="background-color:#7871D9">Inner text</div>

This div background color is #7871D9.


Border color

.myBorderColor { border: 1px solid #7871D9; }

<div style="border:3px solid #7871D9">Div</div>

This div border color is #7871D9.


Opacity

.myOpacity80 { color: #7871D9; opacity: 0.8; }

<p style="color:#7871D9;opacity:0.8;">80%</p>

Text with #7871D9 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 #7871D9;}

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

This text has shadow with #7871D9 color.

.textShadow {text-shadow: 3px 3px 1px #7871D9, 3px 3px 1px red;}

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

This text has shadow with #7871D9 primary color and red secondary color.


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

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

This text has shadow with #7871D9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7871D9 on black background.


Color preview on white background

This text has color #7871D9 on white background.



Black color preview on #7871D9 background

This text has black color on #7871D9 background.


White color preview on #7871D9 background

This text has white color on #7871D9 background.