COLOR #7863B5

HEX: #7863B5
RGB: (120,99,181)

Color info

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

RGB color model

#7863B5 color RGB value is (120,99,181).

  • red value is 120;
  • green value is 99;
  • blue value is 181.
RGB:
(120,99,181)
(47%,39%,71%)

RGB channels and saturation

R 120 of 255 = 47%
G 99 of 255 = 39%
B 181 of 255 = 71%

120
99
181

R + G + B ~ 52%. #7863B5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 99 + 181 = 400 (100%)
R 120 of 400 ~ 30%
G 99 of 400 ~ 24.75%
B 181 of 400 ~ 45.25%

%30
%24.75
%45.25

CMYK color model

#7863B5 color CMYK value is (34,45,0,29).

  • cyan value is 33.70%
  • magenta value is 45.30%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(34,45,0,29)
C34M45Y0K29 
(34%,45%,0%,29%)
(0.34/0.45/0.00/0.29)	

CMYK percentages

%33.7
%45.3
%0
%29.02

Codes

Color #7863B5 in popluar color models

7863B5
RGB12099181
HSL255°35.65%54.90%
HSB/HSV255°45.30%70.98%
CMYK33.70%45.30%0.00%
29.02%

Color #7863B5 in popluar number systems.

HEX7863B5
Decimal12099181
Binary1111000110001110110101
Octal170143265

Shades and tints

Shades of #7863B5

#7863B5
(120,99,181)
#6E5AA5
(110,90,165)
#645195
(100,81,149)
#5A4885
(90,72,133)
#503F75
(80,63,117)
#463665
(70,54,101)
#3C2D55
(60,45,85)
#322445
(50,36,69)
#281B35
(40,27,53)
#1E1225
(30,18,37)
#140915
(20,9,21)
#000000
(0,0,0)

Tints of #7863B5

#7863B5
(120,99,181)
#8471BB
(132,113,187)
#907FC1
(144,127,193)
#9C8DC7
(156,141,199)
#A89BCD
(168,155,205)
#B4A9D3
(180,169,211)
#C0B7D9
(192,183,217)
#CCC5DF
(204,197,223)
#D8D3E5
(216,211,229)
#E4E1EB
(228,225,235)
#F0EFF1
(240,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7863B5 color. Also use rgb(120,99,181) instead hex code.

Text Font Color

.myTextColor { color: #7863B5; }

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

This text font color is #7863B5.


Background Color

.myBgColor { background-color: #7863B5; }

<div style="background-color:#7863B5">Inner text</div>

This div background color is #7863B5.


Border color

.myBorderColor { border: 1px solid #7863B5; }

<div style="border:3px solid #7863B5">Div</div>

This div border color is #7863B5.


Opacity

.myOpacity80 { color: #7863B5; opacity: 0.8; }

<p style="color:#7863B5;opacity:0.8;">80%</p>

Text with #7863B5 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 #7863B5;}

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

This text has shadow with #7863B5 color.

.textShadow {text-shadow: 3px 3px 1px #7863B5, 3px 3px 1px red;}

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

This text has shadow with #7863B5 primary color and red secondary color.


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

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

This text has shadow with #7863B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7863B5 on black background.


Color preview on white background

This text has color #7863B5 on white background.



Black color preview on #7863B5 background

This text has black color on #7863B5 background.


White color preview on #7863B5 background

This text has white color on #7863B5 background.