COLOR #787ABC

HEX: #787ABC RGB: (120,122,188)

Color info

#787ABC contains mainly blue color. Web safe color of #787ABC is #6666CC (or #66C).

RGB color model

#787ABC color RGB value is (120,122,188).

RGB: (120,122,188) (47%, 48%, 74%)

RGB channels and saturation

R 120 of 255 = 47%
G 122 of 255 = 48%
B 188 of 255 = 74%

120
122
188

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

Portions of RGB colors in percentages

R + G + B = 120 + 122 + 188 = 430 (100%)
R 120 of 430 ~ 27.91%
G 122 of 430 ~ 28.37%
B 188 of 430 ~ 43.72'%

%27.91
%28.37
%43.72

CMYK color model

#787ABC color CMYK value is (36,35,0,26).

  • cyan value is 36.17%
  • magenta value is 35.11%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (36,35,0,26) C36M35Y0K26 (36%,35%,0%,26%) (0.36/0.35/0.00/0.26) 

CMYK percentages

%36.17
%35.11
%0
%26.27

Codes

Color #787ABC in popluar color models

78 7A BC
RGB 120 122 188
HSL 238° 33.66% 60.39%
HSB/HSV 238° 36.17% 73.73%
CMYK 36.17% 35.11% 0.00%
26.27%

Color #787ABC in popluar number systems.

HEX 78 7A BC
Decimal 120 122 188
Binary 1111000 1111010 10111100
Octal 170 172 274

Shades and tints

Shades of #787ABC

#787ABC
(120,122,188)
#6E6FAB
(110,111,171)
#64649A
(100,100,154)
#5A5989
(90,89,137)
#504E78
(80,78,120)
#464367
(70,67,103)
#3C3856
(60,56,86)
#322D45
(50,45,69)
#282234
(40,34,52)
#1E1723
(30,23,35)
#140C12
(20,12,18)
#000000
(0,0,0)

Tints of #787ABC

#787ABC
(120,122,188)
#8486C2
(132,134,194)
#9092C8
(144,146,200)
#9C9ECE
(156,158,206)
#A8AAD4
(168,170,212)
#B4B6DA
(180,182,218)
#C0C2E0
(192,194,224)
#CCCEE6
(204,206,230)
#D8DAEC
(216,218,236)
#E4E6F2
(228,230,242)
#F0F2F8
(240,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #787ABC color. Also use rgb(120,122,188) instead hex code.

Text Font Color

.myTextColor { color: #787ABC; }

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

This text font color is #787ABC.

Background Color

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

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

This div background color is #787ABC.

Border color

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

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

This div border color is #787ABC.

Opacity

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

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

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

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

This text has shadow with #787ABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #787ABC.

Preview

Color preview on black background

This text has color #787ABC on black background.


Color preview on white background

This text has color #787ABC on white background.


Black color preview on #787ABC background

This text has black color on #787ABC background.


White color preview on #787ABC background

This text has white color on #787ABC background.


Related colors

Complementary color

Complementary color for #hex is #878543.


I love getcolorcode.com

Triadic colors

1 #BC787A and #7ABC78 with #787ABC are triadic colors.

2 #BC7A78 and #7A78BC with #787ABC are triadic colors.