COLOR #784BD9

HEX: #784BD9
RGB: (120,75,217)

Color info

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

RGB color model

#784BD9 color RGB value is (120,75,217).

  • red value is 120;
  • green value is 75;
  • blue value is 217.
RGB:
(120,75,217)
(47%,29%,85%)

RGB channels and saturation

R 120 of 255 = 47%
G 75 of 255 = 29%
B 217 of 255 = 85%

120
75
217

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

Portions of RGB colors in percentages

R + G + B =
120 + 75 + 217 = 412 (100%)
R 120 of 412 ~ 29.13%
G 75 of 412 ~ 18.2%
B 217 of 412 ~ 52.67%

%29.13
%18.2
%52.67

CMYK color model

#784BD9 color CMYK value is (45,65,0,15).

  • cyan value is 44.70%
  • magenta value is 65.44%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(45,65,0,15)
C45M65Y0K15 
(45%,65%,0%,15%)
(0.45/0.65/0.00/0.15)	

CMYK percentages

%44.7
%65.44
%0
%14.9

Codes

Color #784BD9 in popluar color models

784BD9
RGB12075217
HSL259°65.14%57.25%
HSB/HSV259°65.44%85.10%
CMYK44.70%65.44%0.00%
14.90%

Color #784BD9 in popluar number systems.

HEX784BD9
Decimal12075217
Binary1111000100101111011001
Octal170113331

Shades and tints

Shades of #784BD9

#784BD9
(120,75,217)
#6E45C6
(110,69,198)
#643FB3
(100,63,179)
#5A39A0
(90,57,160)
#50338D
(80,51,141)
#462D7A
(70,45,122)
#3C2767
(60,39,103)
#322154
(50,33,84)
#281B41
(40,27,65)
#1E152E
(30,21,46)
#140F1B
(20,15,27)
#000000
(0,0,0)

Tints of #784BD9

#784BD9
(120,75,217)
#845BDC
(132,91,220)
#906BDF
(144,107,223)
#9C7BE2
(156,123,226)
#A88BE5
(168,139,229)
#B49BE8
(180,155,232)
#C0ABEB
(192,171,235)
#CCBBEE
(204,187,238)
#D8CBF1
(216,203,241)
#E4DBF4
(228,219,244)
#F0EBF7
(240,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784BD9 color. Also use rgb(120,75,217) instead hex code.

Text Font Color

.myTextColor { color: #784BD9; }

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

This text font color is #784BD9.


Background Color

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

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

This div background color is #784BD9.


Border color

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

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

This div border color is #784BD9.


Opacity

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

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

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

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

This text has shadow with #784BD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784BD9 on black background.


Color preview on white background

This text has color #784BD9 on white background.



Black color preview on #784BD9 background

This text has black color on #784BD9 background.


White color preview on #784BD9 background

This text has white color on #784BD9 background.