COLOR #788AAF

HEX: #788AAF RGB: (120,138,175)

Color info

#788AAF contains red, green and blue colors in about the same proportion. Web safe color of #788AAF is #669999 (or #699).

RGB color model

#788AAF color RGB value is (120,138,175).

RGB: (120,138,175) (47%, 54%, 69%)

RGB channels and saturation

R 120 of 255 = 47%
G 138 of 255 = 54%
B 175 of 255 = 69%

120
138
175

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

Portions of RGB colors in percentages

R + G + B = 120 + 138 + 175 = 433 (100%)
R 120 of 433 ~ 27.71%
G 138 of 433 ~ 31.87%
B 175 of 433 ~ 40.42'%

%27.71
%31.87
%40.42

CMYK color model

#788AAF color CMYK value is (31,21,0,31).

  • cyan value is 31.43%
  • magenta value is 21.14%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (31,21,0,31)
C31M21Y0K31 (31%, 21%, 0%, 31%)
(0.31 / 0.21 / 0.00 / 0.31)

CMYK percentages

%31.43
%21.14
%0
%31.37

Codes

Color #788AAF in popluar color models

78 8A AF
RGB 120 138 175
HSL 220° 25.58% 57.84%
HSB/HSV 220° 31.43% 68.63%
CMYK 31.43% 21.14% 0.00%
31.37%

Color #788AAF in popluar number systems.

HEX 78 8A AF
Decimal 120 138 175
Binary 1111000 10001010 10101111
Octal 170 212 257

Shades and tints

Shades of #788AAF

#788AAF
(120,138,175)
#6E7EA0
(110,126,160)
#647291
(100,114,145)
#5A6682
(90,102,130)
#505A73
(80,90,115)
#464E64
(70,78,100)
#3C4255
(60,66,85)
#323646
(50,54,70)
#282A37
(40,42,55)
#1E1E28
(30,30,40)
#141219
(20,18,25)
#000000
(0,0,0)

Tints of #788AAF

#788AAF
(120,138,175)
#8494B6
(132,148,182)
#909EBD
(144,158,189)
#9CA8C4
(156,168,196)
#A8B2CB
(168,178,203)
#B4BCD2
(180,188,210)
#C0C6D9
(192,198,217)
#CCD0E0
(204,208,224)
#D8DAE7
(216,218,231)
#E4E4EE
(228,228,238)
#F0EEF5
(240,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #788AAF color. Also use rgb(120,138,175) instead hex code.

Text Font Color

.myTextColor { color: #788AAF; }

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

This text font color is #788AAF.

Background Color

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

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

This div background color is #788AAF.

Border color

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

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

This div border color is #788AAF.

Opacity

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

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

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

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

This text has shadow with #788AAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #788AAF.

Preview

Color preview on black background

This text has color #788AAF on black background.


Color preview on white background

This text has color #788AAF on white background.


Black color preview on #788AAF background

This text has black color on #788AAF background.


White color preview on #788AAF background

This text has white color on #788AAF background.


Related colors

Complementary color

Complementary color for #hex is #877550.


I love getcolorcode.com

Triadic colors

1 #AF788A and #8AAF78 with #788AAF are triadic colors.

2 #AF8A78 and #8A78AF with #788AAF are triadic colors.