COLOR #7865BE

HEX: #7865BE
RGB: (120,101,190)

Color info

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

RGB color model

#7865BE color RGB value is (120,101,190).

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

RGB channels and saturation

R 120 of 255 = 47%
G 101 of 255 = 40%
B 190 of 255 = 75%

120
101
190

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

Portions of RGB colors in percentages

R + G + B =
120 + 101 + 190 = 411 (100%)
R 120 of 411 ~ 29.2%
G 101 of 411 ~ 24.57%
B 190 of 411 ~ 46.23%

%29.2
%24.57
%46.23

CMYK color model

#7865BE color CMYK value is (37,47,0,25).

  • cyan value is 36.84%
  • magenta value is 46.84%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(37,47,0,25)
C37M47Y0K25 
(37%,47%,0%,25%)
(0.37/0.47/0.00/0.25)	

CMYK percentages

%36.84
%46.84
%0
%25.49

Codes

Color #7865BE in popluar color models

7865BE
RGB120101190
HSL253°40.64%57.06%
HSB/HSV253°46.84%74.51%
CMYK36.84%46.84%0.00%
25.49%

Color #7865BE in popluar number systems.

HEX7865BE
Decimal120101190
Binary1111000110010110111110
Octal170145276

Shades and tints

Shades of #7865BE

#7865BE
(120,101,190)
#6E5CAD
(110,92,173)
#64539C
(100,83,156)
#5A4A8B
(90,74,139)
#50417A
(80,65,122)
#463869
(70,56,105)
#3C2F58
(60,47,88)
#322647
(50,38,71)
#281D36
(40,29,54)
#1E1425
(30,20,37)
#140B14
(20,11,20)
#000000
(0,0,0)

Tints of #7865BE

#7865BE
(120,101,190)
#8473C3
(132,115,195)
#9081C8
(144,129,200)
#9C8FCD
(156,143,205)
#A89DD2
(168,157,210)
#B4ABD7
(180,171,215)
#C0B9DC
(192,185,220)
#CCC7E1
(204,199,225)
#D8D5E6
(216,213,230)
#E4E3EB
(228,227,235)
#F0F1F0
(240,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7865BE; }

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

This text font color is #7865BE.


Background Color

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

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

This div background color is #7865BE.


Border color

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

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

This div border color is #7865BE.


Opacity

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

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

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

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

This text has shadow with #7865BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7865BE on black background.


Color preview on white background

This text has color #7865BE on white background.



Black color preview on #7865BE background

This text has black color on #7865BE background.


White color preview on #7865BE background

This text has white color on #7865BE background.