COLOR #7815BC

HEX: #7815BC RGB: (120,21,188)

Color info

#7815BC contains mainly blue color. Web safe color of #7815BC is #6600CC (or #60C).

RGB color model

#7815BC color RGB value is (120,21,188).

RGB: (120,21,188) (47%, 8%, 74%)

RGB channels and saturation

R 120 of 255 = 47%
G 21 of 255 = 8%
B 188 of 255 = 74%

120
21
188

R + G + B ~ 43%. #7815BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 21 + 188 = 329 (100%)
R 120 of 329 ~ 36.47%
G 21 of 329 ~ 6.38%
B 188 of 329 ~ 57.14'%

%36.47
%57.14

CMYK color model

#7815BC color CMYK value is (36,89,0,26).

  • cyan value is 36.17%
  • magenta value is 88.83%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (36,89,0,26) C36M89Y0K26 (36%,89%,0%,26%) (0.36/0.89/0.00/0.26) 

CMYK percentages

%36.17
%88.83
%0
%26.27

Codes

Color #7815BC in popluar color models

78 15 BC
RGB 120 21 188
HSL 276° 79.90% 40.98%
HSB/HSV 276° 88.83% 73.73%
CMYK 36.17% 88.83% 0.00%
26.27%

Color #7815BC in popluar number systems.

HEX 78 15 BC
Decimal 120 21 188
Binary 1111000 10101 10111100
Octal 170 25 274

Shades and tints

Shades of #7815BC

#7815BC
(120,21,188)
#6E14AB
(110,20,171)
#64139A
(100,19,154)
#5A1289
(90,18,137)
#501178
(80,17,120)
#461067
(70,16,103)
#3C0F56
(60,15,86)
#320E45
(50,14,69)
#280D34
(40,13,52)
#1E0C23
(30,12,35)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #7815BC

#7815BC
(120,21,188)
#842AC2
(132,42,194)
#903FC8
(144,63,200)
#9C54CE
(156,84,206)
#A869D4
(168,105,212)
#B47EDA
(180,126,218)
#C093E0
(192,147,224)
#CCA8E6
(204,168,230)
#D8BDEC
(216,189,236)
#E4D2F2
(228,210,242)
#F0E7F8
(240,231,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7815BC color. Also use rgb(120,21,188) instead hex code.

Text Font Color

.myTextColor { color: #7815BC; }

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

This text font color is #7815BC.

Background Color

.myBgColor { background-color: #7815BC; }

<div style="background-color:#7815BC">Inner text</div>

This div background color is #7815BC.

Border color

.myBorderColor { border: 1px solid #7815BC; }

<div style="border:3px solid #7815BC">Div</div>

This div border color is #7815BC.

Opacity

.myOpacity80 { color: #7815BC; opacity: 0.8; }

<p style="color:#7815BC;opacity:0.8;">80%</p>

Text with #7815BC 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 #7815BC;}

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

This text has shadow with #7815BC color.


.textShadow {text-shadow: 3px 3px 1px #7815BC', 3px 3px 1px red;}

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

This text has shadow with #7815BC primary color and red secondary color.


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

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

This text has shadow with #7815BC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7815BC; -webkit-box-shadow: 1px 1px 3px 2px #7815BC; box-shadow:1px 1px 3px 2px #7815BC;">
Div content here
</div>

This div box has shadow with color #7815BC.

Preview

Color preview on black background

This text has color #7815BC on black background.


Color preview on white background

This text has color #7815BC on white background.


Black color preview on #7815BC background

This text has black color on #7815BC background.


White color preview on #7815BC background

This text has white color on #7815BC background.


Related colors

Complementary color

Complementary color for #hex is #87EA43.


I love getcolorcode.com

Triadic colors

1 #BC7815 and #15BC78 with #7815BC are triadic colors.

2 #BC1578 and #1578BC with #7815BC are triadic colors.