COLOR #784AE4

HEX: #784AE4
RGB: (120,74,228)

Color info

#784AE4 contains mainly blue color. Web safe color of #784AE4 is #6633CC (or #63C).

RGB color model

#784AE4 color RGB value is (120,74,228).

  • red value is 120;
  • green value is 74;
  • blue value is 228.
RGB:
(120,74,228)
(47%,29%,89%)

RGB channels and saturation

R 120 of 255 = 47%
G 74 of 255 = 29%
B 228 of 255 = 89%

120
74
228

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

Portions of RGB colors in percentages

R + G + B =
120 + 74 + 228 = 422 (100%)
R 120 of 422 ~ 28.44%
G 74 of 422 ~ 17.54%
B 228 of 422 ~ 54.03%

%28.44
%17.54
%54.03

CMYK color model

#784AE4 color CMYK value is (47,68,0,11).

  • cyan value is 47.37%
  • magenta value is 67.54%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(47,68,0,11)
C47M68Y0K11 
(47%,68%,0%,11%)
(0.47/0.68/0.00/0.11)	

CMYK percentages

%47.37
%67.54
%0
%10.59

Codes

Color #784AE4 in popluar color models

784AE4
RGB12074228
HSL258°74.04%59.22%
HSB/HSV258°67.54%89.41%
CMYK47.37%67.54%0.00%
10.59%

Color #784AE4 in popluar number systems.

HEX784AE4
Decimal12074228
Binary1111000100101011100100
Octal170112344

Shades and tints

Shades of #784AE4

#784AE4
(120,74,228)
#6E44D0
(110,68,208)
#643EBC
(100,62,188)
#5A38A8
(90,56,168)
#503294
(80,50,148)
#462C80
(70,44,128)
#3C266C
(60,38,108)
#322058
(50,32,88)
#281A44
(40,26,68)
#1E1430
(30,20,48)
#140E1C
(20,14,28)
#000000
(0,0,0)

Tints of #784AE4

#784AE4
(120,74,228)
#845AE6
(132,90,230)
#906AE8
(144,106,232)
#9C7AEA
(156,122,234)
#A88AEC
(168,138,236)
#B49AEE
(180,154,238)
#C0AAF0
(192,170,240)
#CCBAF2
(204,186,242)
#D8CAF4
(216,202,244)
#E4DAF6
(228,218,246)
#F0EAF8
(240,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784AE4 color. Also use rgb(120,74,228) instead hex code.

Text Font Color

.myTextColor { color: #784AE4; }

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

This text font color is #784AE4.


Background Color

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

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

This div background color is #784AE4.


Border color

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

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

This div border color is #784AE4.


Opacity

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

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

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

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

This text has shadow with #784AE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784AE4 on black background.


Color preview on white background

This text has color #784AE4 on white background.



Black color preview on #784AE4 background

This text has black color on #784AE4 background.


White color preview on #784AE4 background

This text has white color on #784AE4 background.