COLOR #784EC0

HEX: #784EC0
RGB: (120,78,192)

Color info

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

RGB color model

#784EC0 color RGB value is (120,78,192).

  • red value is 120;
  • green value is 78;
  • blue value is 192.
RGB:
(120,78,192)
(47%,31%,75%)

RGB channels and saturation

R 120 of 255 = 47%
G 78 of 255 = 31%
B 192 of 255 = 75%

120
78
192

R + G + B ~ 51%. #784EC0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 78 + 192 = 390 (100%)
R 120 of 390 ~ 30.77%
G 78 of 390 ~ 20%
B 192 of 390 ~ 49.23%

%30.77
%20
%49.23

CMYK color model

#784EC0 color CMYK value is (38,59,0,25).

  • cyan value is 37.50%
  • magenta value is 59.38%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(38,59,0,25)
C38M59Y0K25 
(38%,59%,0%,25%)
(0.38/0.59/0.00/0.25)	

CMYK percentages

%37.5
%59.38
%0
%24.71

Codes

Color #784EC0 in popluar color models

784EC0
RGB12078192
HSL262°47.50%52.94%
HSB/HSV262°59.38%75.29%
CMYK37.50%59.38%0.00%
24.71%

Color #784EC0 in popluar number systems.

HEX784EC0
Decimal12078192
Binary1111000100111011000000
Octal170116300

Shades and tints

Shades of #784EC0

#784EC0
(120,78,192)
#6E47AF
(110,71,175)
#64409E
(100,64,158)
#5A398D
(90,57,141)
#50327C
(80,50,124)
#462B6B
(70,43,107)
#3C245A
(60,36,90)
#321D49
(50,29,73)
#281638
(40,22,56)
#1E0F27
(30,15,39)
#140816
(20,8,22)
#000000
(0,0,0)

Tints of #784EC0

#784EC0
(120,78,192)
#845EC5
(132,94,197)
#906ECA
(144,110,202)
#9C7ECF
(156,126,207)
#A88ED4
(168,142,212)
#B49ED9
(180,158,217)
#C0AEDE
(192,174,222)
#CCBEE3
(204,190,227)
#D8CEE8
(216,206,232)
#E4DEED
(228,222,237)
#F0EEF2
(240,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784EC0 color. Also use rgb(120,78,192) instead hex code.

Text Font Color

.myTextColor { color: #784EC0; }

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

This text font color is #784EC0.


Background Color

.myBgColor { background-color: #784EC0; }

<div style="background-color:#784EC0">Inner text</div>

This div background color is #784EC0.


Border color

.myBorderColor { border: 1px solid #784EC0; }

<div style="border:3px solid #784EC0">Div</div>

This div border color is #784EC0.


Opacity

.myOpacity80 { color: #784EC0; opacity: 0.8; }

<p style="color:#784EC0;opacity:0.8;">80%</p>

Text with #784EC0 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 #784EC0;}

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

This text has shadow with #784EC0 color.

.textShadow {text-shadow: 3px 3px 1px #784EC0, 3px 3px 1px red;}

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

This text has shadow with #784EC0 primary color and red secondary color.


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

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

This text has shadow with #784EC0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784EC0 on black background.


Color preview on white background

This text has color #784EC0 on white background.



Black color preview on #784EC0 background

This text has black color on #784EC0 background.


White color preview on #784EC0 background

This text has white color on #784EC0 background.