COLOR #7873E9

HEX: #7873E9
RGB: (120,115,233)

Color info

#7873E9 contains mainly blue color. Web safe color of #7873E9 is #6666FF (or #66F).

RGB color model

#7873E9 color RGB value is (120,115,233).

  • red value is 120;
  • green value is 115;
  • blue value is 233.
RGB:
(120,115,233)
(47%,45%,91%)

RGB channels and saturation

R 120 of 255 = 47%
G 115 of 255 = 45%
B 233 of 255 = 91%

120
115
233

R + G + B ~ 61%. #7873E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 115 + 233 = 468 (100%)
R 120 of 468 ~ 25.64%
G 115 of 468 ~ 24.57%
B 233 of 468 ~ 49.79%

%25.64
%24.57
%49.79

CMYK color model

#7873E9 color CMYK value is (48,51,0,9).

  • cyan value is 48.50%
  • magenta value is 50.64%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(48,51,0,9)
C48M51Y0K9 
(48%,51%,0%,9%)
(0.48/0.51/0.00/0.09)	

CMYK percentages

%48.5
%50.64
%0
%8.63

Codes

Color #7873E9 in popluar color models

7873E9
RGB120115233
HSL243°72.84%68.24%
HSB/HSV243°50.64%91.37%
CMYK48.50%50.64%0.00%
8.63%

Color #7873E9 in popluar number systems.

HEX7873E9
Decimal120115233
Binary1111000111001111101001
Octal170163351

Shades and tints

Shades of #7873E9

#7873E9
(120,115,233)
#6E69D4
(110,105,212)
#645FBF
(100,95,191)
#5A55AA
(90,85,170)
#504B95
(80,75,149)
#464180
(70,65,128)
#3C376B
(60,55,107)
#322D56
(50,45,86)
#282341
(40,35,65)
#1E192C
(30,25,44)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #7873E9

#7873E9
(120,115,233)
#847FEB
(132,127,235)
#908BED
(144,139,237)
#9C97EF
(156,151,239)
#A8A3F1
(168,163,241)
#B4AFF3
(180,175,243)
#C0BBF5
(192,187,245)
#CCC7F7
(204,199,247)
#D8D3F9
(216,211,249)
#E4DFFB
(228,223,251)
#F0EBFD
(240,235,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7873E9 color. Also use rgb(120,115,233) instead hex code.

Text Font Color

.myTextColor { color: #7873E9; }

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

This text font color is #7873E9.


Background Color

.myBgColor { background-color: #7873E9; }

<div style="background-color:#7873E9">Inner text</div>

This div background color is #7873E9.


Border color

.myBorderColor { border: 1px solid #7873E9; }

<div style="border:3px solid #7873E9">Div</div>

This div border color is #7873E9.


Opacity

.myOpacity80 { color: #7873E9; opacity: 0.8; }

<p style="color:#7873E9;opacity:0.8;">80%</p>

Text with #7873E9 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 #7873E9;}

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

This text has shadow with #7873E9 color.

.textShadow {text-shadow: 3px 3px 1px #7873E9, 3px 3px 1px red;}

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

This text has shadow with #7873E9 primary color and red secondary color.


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

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

This text has shadow with #7873E9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7873E9 on black background.


Color preview on white background

This text has color #7873E9 on white background.



Black color preview on #7873E9 background

This text has black color on #7873E9 background.


White color preview on #7873E9 background

This text has white color on #7873E9 background.