COLOR #787498

HEX: #787498
RGB: (120,116,152)

Color info

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

RGB color model

#787498 color RGB value is (120,116,152).

  • red value is 120;
  • green value is 116;
  • blue value is 152.
RGB:
(120,116,152)
(47%,45%,60%)

RGB channels and saturation

R 120 of 255 = 47%
G 116 of 255 = 45%
B 152 of 255 = 60%

120
116
152

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

Portions of RGB colors in percentages

R + G + B =
120 + 116 + 152 = 388 (100%)
R 120 of 388 ~ 30.93%
G 116 of 388 ~ 29.9%
B 152 of 388 ~ 39.18%

%30.93
%29.9
%39.18

CMYK color model

#787498 color CMYK value is (21,24,0,40).

  • cyan value is 21.05%
  • magenta value is 23.68%
  • yellow value is 0.00%
  • key color value is 40.39%
CMYK:
(21,24,0,40)
C21M24Y0K40 
(21%,24%,0%,40%)
(0.21/0.24/0.00/0.40)	

CMYK percentages

%21.05
%23.68
%0
%40.39

Codes

Color #787498 in popluar color models

787498
RGB120116152
HSL247°14.88%52.55%
HSB/HSV247°23.68%59.61%
CMYK21.05%23.68%0.00%
40.39%

Color #787498 in popluar number systems.

HEX787498
Decimal120116152
Binary1111000111010010011000
Octal170164230

Shades and tints

Shades of #787498

#787498
(120,116,152)
#6E6A8B
(110,106,139)
#64607E
(100,96,126)
#5A5671
(90,86,113)
#504C64
(80,76,100)
#464257
(70,66,87)
#3C384A
(60,56,74)
#322E3D
(50,46,61)
#282430
(40,36,48)
#1E1A23
(30,26,35)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #787498

#787498
(120,116,152)
#8480A1
(132,128,161)
#908CAA
(144,140,170)
#9C98B3
(156,152,179)
#A8A4BC
(168,164,188)
#B4B0C5
(180,176,197)
#C0BCCE
(192,188,206)
#CCC8D7
(204,200,215)
#D8D4E0
(216,212,224)
#E4E0E9
(228,224,233)
#F0ECF2
(240,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787498 color. Also use rgb(120,116,152) instead hex code.

Text Font Color

.myTextColor { color: #787498; }

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

This text font color is #787498.


Background Color

.myBgColor { background-color: #787498; }

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

This div background color is #787498.


Border color

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

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

This div border color is #787498.


Opacity

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

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

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

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

This text has shadow with #787498 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787498 on black background.


Color preview on white background

This text has color #787498 on white background.



Black color preview on #787498 background

This text has black color on #787498 background.


White color preview on #787498 background

This text has white color on #787498 background.