COLOR #787BA4

HEX: #787BA4
RGB: (120,123,164)

Color info

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

RGB color model

#787BA4 color RGB value is (120,123,164).

  • red value is 120;
  • green value is 123;
  • blue value is 164.
RGB:
(120,123,164)
(47%,48%,64%)

RGB channels and saturation

R 120 of 255 = 47%
G 123 of 255 = 48%
B 164 of 255 = 64%

120
123
164

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

Portions of RGB colors in percentages

R + G + B =
120 + 123 + 164 = 407 (100%)
R 120 of 407 ~ 29.48%
G 123 of 407 ~ 30.22%
B 164 of 407 ~ 40.29%

%29.48
%30.22
%40.29

CMYK color model

#787BA4 color CMYK value is (27,25,0,36).

  • cyan value is 26.83%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 35.69%
CMYK:
(27,25,0,36)
C27M25Y0K36 
(27%,25%,0%,36%)
(0.27/0.25/0.00/0.36)	

CMYK percentages

%26.83
%25
%0
%35.69

Codes

Color #787BA4 in popluar color models

787BA4
RGB120123164
HSL236°19.47%55.69%
HSB/HSV236°26.83%64.31%
CMYK26.83%25.00%0.00%
35.69%

Color #787BA4 in popluar number systems.

HEX787BA4
Decimal120123164
Binary1111000111101110100100
Octal170173244

Shades and tints

Shades of #787BA4

#787BA4
(120,123,164)
#6E7096
(110,112,150)
#646588
(100,101,136)
#5A5A7A
(90,90,122)
#504F6C
(80,79,108)
#46445E
(70,68,94)
#3C3950
(60,57,80)
#322E42
(50,46,66)
#282334
(40,35,52)
#1E1826
(30,24,38)
#140D18
(20,13,24)
#000000
(0,0,0)

Tints of #787BA4

#787BA4
(120,123,164)
#8487AC
(132,135,172)
#9093B4
(144,147,180)
#9C9FBC
(156,159,188)
#A8ABC4
(168,171,196)
#B4B7CC
(180,183,204)
#C0C3D4
(192,195,212)
#CCCFDC
(204,207,220)
#D8DBE4
(216,219,228)
#E4E7EC
(228,231,236)
#F0F3F4
(240,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787BA4 color. Also use rgb(120,123,164) instead hex code.

Text Font Color

.myTextColor { color: #787BA4; }

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

This text font color is #787BA4.


Background Color

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

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

This div background color is #787BA4.


Border color

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

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

This div border color is #787BA4.


Opacity

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

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

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

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

This text has shadow with #787BA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #787BA4 on black background.


Color preview on white background

This text has color #787BA4 on white background.



Black color preview on #787BA4 background

This text has black color on #787BA4 background.


White color preview on #787BA4 background

This text has white color on #787BA4 background.