COLOR #7874F7

HEX: #7874F7
RGB: (120,116,247)

Color info

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

RGB color model

#7874F7 color RGB value is (120,116,247).

  • red value is 120;
  • green value is 116;
  • blue value is 247.
RGB:
(120,116,247)
(47%,45%,97%)

RGB channels and saturation

R 120 of 255 = 47%
G 116 of 255 = 45%
B 247 of 255 = 97%

120
116
247

R + G + B ~ 63%. #7874F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
120 + 116 + 247 = 483 (100%)
R 120 of 483 ~ 24.84%
G 116 of 483 ~ 24.02%
B 247 of 483 ~ 51.14%

%24.84
%24.02
%51.14

CMYK color model

#7874F7 color CMYK value is (51,53,0,3).

  • cyan value is 51.42%
  • magenta value is 53.04%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(51,53,0,3)
C51M53Y0K3 
(51%,53%,0%,3%)
(0.51/0.53/0.00/0.03)	

CMYK percentages

%51.42
%53.04
%0
%3.14

Codes

Color #7874F7 in popluar color models

7874F7
RGB120116247
HSL242°89.12%71.18%
HSB/HSV242°53.04%96.86%
CMYK51.42%53.04%0.00%
3.14%

Color #7874F7 in popluar number systems.

HEX7874F7
Decimal120116247
Binary1111000111010011110111
Octal170164367

Shades and tints

Shades of #7874F7

#7874F7
(120,116,247)
#6E6AE1
(110,106,225)
#6460CB
(100,96,203)
#5A56B5
(90,86,181)
#504C9F
(80,76,159)
#464289
(70,66,137)
#3C3873
(60,56,115)
#322E5D
(50,46,93)
#282447
(40,36,71)
#1E1A31
(30,26,49)
#14101B
(20,16,27)
#000000
(0,0,0)

Tints of #7874F7

#7874F7
(120,116,247)
#8480F7
(132,128,247)
#908CF7
(144,140,247)
#9C98F7
(156,152,247)
#A8A4F7
(168,164,247)
#B4B0F7
(180,176,247)
#C0BCF7
(192,188,247)
#CCC8F7
(204,200,247)
#D8D4F7
(216,212,247)
#E4E0F7
(228,224,247)
#F0ECF7
(240,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7874F7 color. Also use rgb(120,116,247) instead hex code.

Text Font Color

.myTextColor { color: #7874F7; }

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

This text font color is #7874F7.


Background Color

.myBgColor { background-color: #7874F7; }

<div style="background-color:#7874F7">Inner text</div>

This div background color is #7874F7.


Border color

.myBorderColor { border: 1px solid #7874F7; }

<div style="border:3px solid #7874F7">Div</div>

This div border color is #7874F7.


Opacity

.myOpacity80 { color: #7874F7; opacity: 0.8; }

<p style="color:#7874F7;opacity:0.8;">80%</p>

Text with #7874F7 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 #7874F7;}

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

This text has shadow with #7874F7 color.

.textShadow {text-shadow: 3px 3px 1px #7874F7, 3px 3px 1px red;}

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

This text has shadow with #7874F7 primary color and red secondary color.


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

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

This text has shadow with #7874F7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7874F7 on black background.


Color preview on white background

This text has color #7874F7 on white background.



Black color preview on #7874F7 background

This text has black color on #7874F7 background.


White color preview on #7874F7 background

This text has white color on #7874F7 background.