COLOR #788EBF

HEX: #788EBF RGB: (120,142,191)

Color info

#788EBF contains mainly green and blue colors. Web safe color of #788EBF is #6699CC (or #69C).

RGB color model

#788EBF color RGB value is (120,142,191).

RGB: (120,142,191) (47%, 56%, 75%)

RGB channels and saturation

R 120 of 255 = 47%
G 142 of 255 = 56%
B 191 of 255 = 75%

120
142
191

R + G + B ~ 59%. #788EBF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 120 + 142 + 191 = 453 (100%)
R 120 of 453 ~ 26.49%
G 142 of 453 ~ 31.35%
B 191 of 453 ~ 42.16'%

%26.49
%31.35
%42.16

CMYK color model

#788EBF color CMYK value is (37,26,0,25).

  • cyan value is 37.17%
  • magenta value is 25.65%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (37,26,0,25) C37M26Y0K25 (37%,26%,0%,25%) (0.37/0.26/0.00/0.25) 

CMYK percentages

%37.17
%25.65
%0
%25.1

Codes

Color #788EBF in popluar color models

78 8E BF
RGB 120 142 191
HSL 221° 35.68% 60.98%
HSB/HSV 221° 37.17% 74.90%
CMYK 37.17% 25.65% 0.00%
25.10%

Color #788EBF in popluar number systems.

HEX 78 8E BF
Decimal 120 142 191
Binary 1111000 10001110 10111111
Octal 170 216 277

Shades and tints

Shades of #788EBF

#788EBF
(120,142,191)
#6E82AE
(110,130,174)
#64769D
(100,118,157)
#5A6A8C
(90,106,140)
#505E7B
(80,94,123)
#46526A
(70,82,106)
#3C4659
(60,70,89)
#323A48
(50,58,72)
#282E37
(40,46,55)
#1E2226
(30,34,38)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #788EBF

#788EBF
(120,142,191)
#8498C4
(132,152,196)
#90A2C9
(144,162,201)
#9CACCE
(156,172,206)
#A8B6D3
(168,182,211)
#B4C0D8
(180,192,216)
#C0CADD
(192,202,221)
#CCD4E2
(204,212,226)
#D8DEE7
(216,222,231)
#E4E8EC
(228,232,236)
#F0F2F1
(240,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788EBF color. Also use rgb(120,142,191) instead hex code.

Text Font Color

.myTextColor { color: #788EBF; }

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

This text font color is #788EBF.

Background Color

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

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

This div background color is #788EBF.

Border color

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

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

This div border color is #788EBF.

Opacity

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

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

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

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

This text has shadow with #788EBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788EBF.

Preview

Color preview on black background

This text has color #788EBF on black background.


Color preview on white background

This text has color #788EBF on white background.


Black color preview on #788EBF background

This text has black color on #788EBF background.


White color preview on #788EBF background

This text has white color on #788EBF background.


Related colors

Complementary color

Complementary color for #hex is #877140.


I love getcolorcode.com

Triadic colors

1 #BF788E and #8EBF78 with #788EBF are triadic colors.

2 #BF8E78 and #8E78BF with #788EBF are triadic colors.