COLOR #786895

HEX: #786895
RGB: (120,104,149)

Color info

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

RGB color model

#786895 color RGB value is (120,104,149).

  • red value is 120;
  • green value is 104;
  • blue value is 149.
RGB:
(120,104,149)
(47%,41%,58%)

RGB channels and saturation

R 120 of 255 = 47%
G 104 of 255 = 41%
B 149 of 255 = 58%

120
104
149

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

Portions of RGB colors in percentages

R + G + B =
120 + 104 + 149 = 373 (100%)
R 120 of 373 ~ 32.17%
G 104 of 373 ~ 27.88%
B 149 of 373 ~ 39.95%

%32.17
%27.88
%39.95

CMYK color model

#786895 color CMYK value is (19,30,0,42).

  • cyan value is 19.46%
  • magenta value is 30.20%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(19,30,0,42)
C19M30Y0K42 
(19%,30%,0%,42%)
(0.19/0.30/0.00/0.42)	

CMYK percentages

%19.46
%30.2
%0
%41.57

Codes

Color #786895 in popluar color models

786895
RGB120104149
HSL261°17.79%49.61%
HSB/HSV261°30.20%58.43%
CMYK19.46%30.20%0.00%
41.57%

Color #786895 in popluar number systems.

HEX786895
Decimal120104149
Binary1111000110100010010101
Octal170150225

Shades and tints

Shades of #786895

#786895
(120,104,149)
#6E5F88
(110,95,136)
#64567B
(100,86,123)
#5A4D6E
(90,77,110)
#504461
(80,68,97)
#463B54
(70,59,84)
#3C3247
(60,50,71)
#32293A
(50,41,58)
#28202D
(40,32,45)
#1E1720
(30,23,32)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #786895

#786895
(120,104,149)
#84759E
(132,117,158)
#9082A7
(144,130,167)
#9C8FB0
(156,143,176)
#A89CB9
(168,156,185)
#B4A9C2
(180,169,194)
#C0B6CB
(192,182,203)
#CCC3D4
(204,195,212)
#D8D0DD
(216,208,221)
#E4DDE6
(228,221,230)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #786895 color. Also use rgb(120,104,149) instead hex code.

Text Font Color

.myTextColor { color: #786895; }

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

This text font color is #786895.


Background Color

.myBgColor { background-color: #786895; }

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

This div background color is #786895.


Border color

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

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

This div border color is #786895.


Opacity

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

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

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

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

This text has shadow with #786895 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #786895 on black background.


Color preview on white background

This text has color #786895 on white background.



Black color preview on #786895 background

This text has black color on #786895 background.


White color preview on #786895 background

This text has white color on #786895 background.