COLOR #787DA9

HEX: #787DA9
RGB: (120,125,169)

Color info

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

RGB color model

#787DA9 color RGB value is (120,125,169).

  • red value is 120;
  • green value is 125;
  • blue value is 169.
RGB:
(120,125,169)
(47%,49%,66%)

RGB channels and saturation

R 120 of 255 = 47%
G 125 of 255 = 49%
B 169 of 255 = 66%

120
125
169

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

Portions of RGB colors in percentages

R + G + B =
120 + 125 + 169 = 414 (100%)
R 120 of 414 ~ 28.99%
G 125 of 414 ~ 30.19%
B 169 of 414 ~ 40.82%

%28.99
%30.19
%40.82

CMYK color model

#787DA9 color CMYK value is (29,26,0,34).

  • cyan value is 28.99%
  • magenta value is 26.04%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(29,26,0,34)
C29M26Y0K34 
(29%,26%,0%,34%)
(0.29/0.26/0.00/0.34)	

CMYK percentages

%28.99
%26.04
%0
%33.73

Codes

Color #787DA9 in popluar color models

787DA9
RGB120125169
HSL234°22.17%56.67%
HSB/HSV234°28.99%66.27%
CMYK28.99%26.04%0.00%
33.73%

Color #787DA9 in popluar number systems.

HEX787DA9
Decimal120125169
Binary1111000111110110101001
Octal170175251

Shades and tints

Shades of #787DA9

#787DA9
(120,125,169)
#6E729A
(110,114,154)
#64678B
(100,103,139)
#5A5C7C
(90,92,124)
#50516D
(80,81,109)
#46465E
(70,70,94)
#3C3B4F
(60,59,79)
#323040
(50,48,64)
#282531
(40,37,49)
#1E1A22
(30,26,34)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #787DA9

#787DA9
(120,125,169)
#8488B0
(132,136,176)
#9093B7
(144,147,183)
#9C9EBE
(156,158,190)
#A8A9C5
(168,169,197)
#B4B4CC
(180,180,204)
#C0BFD3
(192,191,211)
#CCCADA
(204,202,218)
#D8D5E1
(216,213,225)
#E4E0E8
(228,224,232)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787DA9 color. Also use rgb(120,125,169) instead hex code.

Text Font Color

.myTextColor { color: #787DA9; }

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

This text font color is #787DA9.


Background Color

.myBgColor { background-color: #787DA9; }

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

This div background color is #787DA9.


Border color

.myBorderColor { border: 1px solid #787DA9; }

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

This div border color is #787DA9.


Opacity

.myOpacity80 { color: #787DA9; opacity: 0.8; }

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

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

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

This text has shadow with #787DA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787DA9 on black background.


Color preview on white background

This text has color #787DA9 on white background.



Black color preview on #787DA9 background

This text has black color on #787DA9 background.


White color preview on #787DA9 background

This text has white color on #787DA9 background.