COLOR #786494

HEX: #786494
RGB: (120,100,148)

Color info

#786494 contains red, green and blue colors in about the same proportion. Web safe color of #786494 is #666699 (or #669).

RGB color model

#786494 color RGB value is (120,100,148).

  • red value is 120;
  • green value is 100;
  • blue value is 148.
RGB:
(120,100,148)
(47%,39%,58%)

RGB channels and saturation

R 120 of 255 = 47%
G 100 of 255 = 39%
B 148 of 255 = 58%

120
100
148

R + G + B ~ 48%. #786494 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 100 + 148 = 368 (100%)
R 120 of 368 ~ 32.61%
G 100 of 368 ~ 27.17%
B 148 of 368 ~ 40.22%

%32.61
%27.17
%40.22

CMYK color model

#786494 color CMYK value is (19,32,0,42).

  • cyan value is 18.92%
  • magenta value is 32.43%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(19,32,0,42)
C19M32Y0K42 
(19%,32%,0%,42%)
(0.19/0.32/0.00/0.42)	

CMYK percentages

%18.92
%32.43
%0
%41.96

Codes

Color #786494 in popluar color models

786494
RGB120100148
HSL265°19.35%48.63%
HSB/HSV265°32.43%58.04%
CMYK18.92%32.43%0.00%
41.96%

Color #786494 in popluar number systems.

HEX786494
Decimal120100148
Binary1111000110010010010100
Octal170144224

Shades and tints

Shades of #786494

#786494
(120,100,148)
#6E5B87
(110,91,135)
#64527A
(100,82,122)
#5A496D
(90,73,109)
#504060
(80,64,96)
#463753
(70,55,83)
#3C2E46
(60,46,70)
#322539
(50,37,57)
#281C2C
(40,28,44)
#1E131F
(30,19,31)
#140A12
(20,10,18)
#000000
(0,0,0)

Tints of #786494

#786494
(120,100,148)
#84729D
(132,114,157)
#9080A6
(144,128,166)
#9C8EAF
(156,142,175)
#A89CB8
(168,156,184)
#B4AAC1
(180,170,193)
#C0B8CA
(192,184,202)
#CCC6D3
(204,198,211)
#D8D4DC
(216,212,220)
#E4E2E5
(228,226,229)
#F0F0EE
(240,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786494 color. Also use rgb(120,100,148) instead hex code.

Text Font Color

.myTextColor { color: #786494; }

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

This text font color is #786494.


Background Color

.myBgColor { background-color: #786494; }

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

This div background color is #786494.


Border color

.myBorderColor { border: 1px solid #786494; }

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

This div border color is #786494.


Opacity

.myOpacity80 { color: #786494; opacity: 0.8; }

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

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

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

This text has shadow with #786494 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786494 on black background.


Color preview on white background

This text has color #786494 on white background.



Black color preview on #786494 background

This text has black color on #786494 background.


White color preview on #786494 background

This text has white color on #786494 background.