COLOR #778ADA

HEX: #778ADA RGB: (119,138,218)

Color info

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

RGB color model

#778ADA color RGB value is (119,138,218).

RGB: (119,138,218) (47%, 54%, 85%)

RGB channels and saturation

R 119 of 255 = 47%
G 138 of 255 = 54%
B 218 of 255 = 85%

119
138
218

R + G + B ~ 62%. #778ADA is quite light color.

Portions of RGB colors in percentages

R + G + B = 119 + 138 + 218 = 475 (100%)
R 119 of 475 ~ 25.05%
G 138 of 475 ~ 29.05%
B 218 of 475 ~ 45.89'%

%25.05
%29.05
%45.89

CMYK color model

#778ADA color CMYK value is (45,37,0,15).

  • cyan value is 45.41%
  • magenta value is 36.70%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (45,37,0,15)
C45M37Y0K15 (45%, 37%, 0%, 15%)
(0.45 / 0.37 / 0.00 / 0.15)

CMYK percentages

%45.41
%36.7
%0
%14.51

Codes

Color #778ADA in popluar color models

77 8A DA
RGB 119 138 218
HSL 228° 57.23% 66.08%
HSB/HSV 228° 45.41% 85.49%
CMYK 45.41% 36.70% 0.00%
14.51%

Color #778ADA in popluar number systems.

HEX 77 8A DA
Decimal 119 138 218
Binary 1110111 10001010 11011010
Octal 167 212 332

Shades and tints

Shades of #778ADA

#778ADA
(119,138,218)
#6D7EC7
(109,126,199)
#6372B4
(99,114,180)
#5966A1
(89,102,161)
#4F5A8E
(79,90,142)
#454E7B
(69,78,123)
#3B4268
(59,66,104)
#313655
(49,54,85)
#272A42
(39,42,66)
#1D1E2F
(29,30,47)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #778ADA

#778ADA
(119,138,218)
#8394DD
(131,148,221)
#8F9EE0
(143,158,224)
#9BA8E3
(155,168,227)
#A7B2E6
(167,178,230)
#B3BCE9
(179,188,233)
#BFC6EC
(191,198,236)
#CBD0EF
(203,208,239)
#D7DAF2
(215,218,242)
#E3E4F5
(227,228,245)
#EFEEF8
(239,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #778ADA color. Also use rgb(119,138,218) instead hex code.

Text Font Color

.myTextColor { color: #778ADA; }

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

This text font color is #778ADA.

Background Color

.myBgColor { background-color: #778ADA; }

<div style="background-color:#778ADA">Inner text</div>

This div background color is #778ADA.

Border color

.myBorderColor { border: 1px solid #778ADA; }

<div style="border:3px solid #778ADA">Div</div>

This div border color is #778ADA.

Opacity

.myOpacity80 { color: #778ADA; opacity: 0.8; }

<p style="color:#778ADA;opacity:0.8;">80%</p>

Text with #778ADA 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 #778ADA;}

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

This text has shadow with #778ADA color.


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

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

This text has shadow with #778ADA primary color and red secondary color.


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

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

This text has shadow with #778ADA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #778ADA.

Preview

Color preview on black background

This text has color #778ADA on black background.


Color preview on white background

This text has color #778ADA on white background.


Black color preview on #778ADA background

This text has black color on #778ADA background.


White color preview on #778ADA background

This text has white color on #778ADA background.


Related colors

Complementary color

Complementary color for #hex is #887525.


I love getcolorcode.com

Triadic colors

1 #DA778A and #8ADA77 with #778ADA are triadic colors.

2 #DA8A77 and #8A77DA with #778ADA are triadic colors.