COLOR #788CD5

HEX: #788CD5 RGB: (120,140,213)

Color info

#788CD5 contains mainly blue color. Web safe color of #788CD5 is #6699CC (or #69C).

RGB color model

#788CD5 color RGB value is (120,140,213).

RGB: (120,140,213) (47%, 55%, 84%)

RGB channels and saturation

R 120 of 255 = 47%
G 140 of 255 = 55%
B 213 of 255 = 84%

120
140
213

R + G + B ~ 62%. #788CD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 120 + 140 + 213 = 473 (100%)
R 120 of 473 ~ 25.37%
G 140 of 473 ~ 29.6%
B 213 of 473 ~ 45.03'%

%25.37
%29.6
%45.03

CMYK color model

#788CD5 color CMYK value is (44,34,0,16).

  • cyan value is 43.66%
  • magenta value is 34.27%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK: (44,34,0,16) C44M34Y0K16 (44%,34%,0%,16%) (0.44/0.34/0.00/0.16) 

CMYK percentages

%43.66
%34.27
%0
%16.47

Codes

Color #788CD5 in popluar color models

78 8C D5
RGB 120 140 213
HSL 227° 52.54% 65.29%
HSB/HSV 227° 43.66% 83.53%
CMYK 43.66% 34.27% 0.00%
16.47%

Color #788CD5 in popluar number systems.

HEX 78 8C D5
Decimal 120 140 213
Binary 1111000 10001100 11010101
Octal 170 214 325

Shades and tints

Shades of #788CD5

#788CD5
(120,140,213)
#6E80C2
(110,128,194)
#6474AF
(100,116,175)
#5A689C
(90,104,156)
#505C89
(80,92,137)
#465076
(70,80,118)
#3C4463
(60,68,99)
#323850
(50,56,80)
#282C3D
(40,44,61)
#1E202A
(30,32,42)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #788CD5

#788CD5
(120,140,213)
#8496D8
(132,150,216)
#90A0DB
(144,160,219)
#9CAADE
(156,170,222)
#A8B4E1
(168,180,225)
#B4BEE4
(180,190,228)
#C0C8E7
(192,200,231)
#CCD2EA
(204,210,234)
#D8DCED
(216,220,237)
#E4E6F0
(228,230,240)
#F0F0F3
(240,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788CD5 color. Also use rgb(120,140,213) instead hex code.

Text Font Color

.myTextColor { color: #788CD5; }

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

This text font color is #788CD5.

Background Color

.myBgColor { background-color: #788CD5; }

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

This div background color is #788CD5.

Border color

.myBorderColor { border: 1px solid #788CD5; }

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

This div border color is #788CD5.

Opacity

.myOpacity80 { color: #788CD5; opacity: 0.8; }

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

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

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

This text has shadow with #788CD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788CD5.

Preview

Color preview on black background

This text has color #788CD5 on black background.


Color preview on white background

This text has color #788CD5 on white background.


Black color preview on #788CD5 background

This text has black color on #788CD5 background.


White color preview on #788CD5 background

This text has white color on #788CD5 background.


Related colors

Complementary color

Complementary color for #hex is #87732A.


I love getcolorcode.com

Triadic colors

1 #D5788C and #8CD578 with #788CD5 are triadic colors.

2 #D58C78 and #8C78D5 with #788CD5 are triadic colors.