COLOR #7868BE

HEX: #7868BE
RGB: (120,104,190)

Color info

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

RGB color model

#7868BE color RGB value is (120,104,190).

  • red value is 120;
  • green value is 104;
  • blue value is 190.
RGB:
(120,104,190)
(47%,41%,75%)

RGB channels and saturation

R 120 of 255 = 47%
G 104 of 255 = 41%
B 190 of 255 = 75%

120
104
190

R + G + B ~ 54%. #7868BE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 104 + 190 = 414 (100%)
R 120 of 414 ~ 28.99%
G 104 of 414 ~ 25.12%
B 190 of 414 ~ 45.89%

%28.99
%25.12
%45.89

CMYK color model

#7868BE color CMYK value is (37,45,0,25).

  • cyan value is 36.84%
  • magenta value is 45.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(37,45,0,25)
C37M45Y0K25 
(37%,45%,0%,25%)
(0.37/0.45/0.00/0.25)	

CMYK percentages

%36.84
%45.26
%0
%25.49

Codes

Color #7868BE in popluar color models

7868BE
RGB120104190
HSL251°39.81%57.65%
HSB/HSV251°45.26%74.51%
CMYK36.84%45.26%0.00%
25.49%

Color #7868BE in popluar number systems.

HEX7868BE
Decimal120104190
Binary1111000110100010111110
Octal170150276

Shades and tints

Shades of #7868BE

#7868BE
(120,104,190)
#6E5FAD
(110,95,173)
#64569C
(100,86,156)
#5A4D8B
(90,77,139)
#50447A
(80,68,122)
#463B69
(70,59,105)
#3C3258
(60,50,88)
#322947
(50,41,71)
#282036
(40,32,54)
#1E1725
(30,23,37)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #7868BE

#7868BE
(120,104,190)
#8475C3
(132,117,195)
#9082C8
(144,130,200)
#9C8FCD
(156,143,205)
#A89CD2
(168,156,210)
#B4A9D7
(180,169,215)
#C0B6DC
(192,182,220)
#CCC3E1
(204,195,225)
#D8D0E6
(216,208,230)
#E4DDEB
(228,221,235)
#F0EAF0
(240,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7868BE color. Also use rgb(120,104,190) instead hex code.

Text Font Color

.myTextColor { color: #7868BE; }

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

This text font color is #7868BE.


Background Color

.myBgColor { background-color: #7868BE; }

<div style="background-color:#7868BE">Inner text</div>

This div background color is #7868BE.


Border color

.myBorderColor { border: 1px solid #7868BE; }

<div style="border:3px solid #7868BE">Div</div>

This div border color is #7868BE.


Opacity

.myOpacity80 { color: #7868BE; opacity: 0.8; }

<p style="color:#7868BE;opacity:0.8;">80%</p>

Text with #7868BE 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 #7868BE;}

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

This text has shadow with #7868BE color.

.textShadow {text-shadow: 3px 3px 1px #7868BE, 3px 3px 1px red;}

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

This text has shadow with #7868BE primary color and red secondary color.


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

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

This text has shadow with #7868BE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7868BE on black background.


Color preview on white background

This text has color #7868BE on white background.



Black color preview on #7868BE background

This text has black color on #7868BE background.


White color preview on #7868BE background

This text has white color on #7868BE background.