COLOR #7785D5

HEX: #7785D5
RGB: (119,133,213)

Color info

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

RGB color model

#7785D5 color RGB value is (119,133,213).

  • red value is 119;
  • green value is 133;
  • blue value is 213.
RGB:
(119,133,213)
(47%,52%,84%)

RGB channels and saturation

R 119 of 255 = 47%
G 133 of 255 = 52%
B 213 of 255 = 84%

119
133
213

R + G + B ~ 61%. #7785D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 133 + 213 = 465 (100%)
R 119 of 465 ~ 25.59%
G 133 of 465 ~ 28.6%
B 213 of 465 ~ 45.81%

%25.59
%28.6
%45.81

CMYK color model

#7785D5 color CMYK value is (44,38,0,16).

  • cyan value is 44.13%
  • magenta value is 37.56%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(44,38,0,16)
C44M38Y0K16 
(44%,38%,0%,16%)
(0.44/0.38/0.00/0.16)	

CMYK percentages

%44.13
%37.56
%0
%16.47

Codes

Color #7785D5 in popluar color models

7785D5
RGB119133213
HSL231°52.81%65.10%
HSB/HSV231°44.13%83.53%
CMYK44.13%37.56%0.00%
16.47%

Color #7785D5 in popluar number systems.

HEX7785D5
Decimal119133213
Binary11101111000010111010101
Octal167205325

Shades and tints

Shades of #7785D5

#7785D5
(119,133,213)
#6D79C2
(109,121,194)
#636DAF
(99,109,175)
#59619C
(89,97,156)
#4F5589
(79,85,137)
#454976
(69,73,118)
#3B3D63
(59,61,99)
#313150
(49,49,80)
#27253D
(39,37,61)
#1D192A
(29,25,42)
#130D17
(19,13,23)
#000000
(0,0,0)

Tints of #7785D5

#7785D5
(119,133,213)
#8390D8
(131,144,216)
#8F9BDB
(143,155,219)
#9BA6DE
(155,166,222)
#A7B1E1
(167,177,225)
#B3BCE4
(179,188,228)
#BFC7E7
(191,199,231)
#CBD2EA
(203,210,234)
#D7DDED
(215,221,237)
#E3E8F0
(227,232,240)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7785D5 color. Also use rgb(119,133,213) instead hex code.

Text Font Color

.myTextColor { color: #7785D5; }

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

This text font color is #7785D5.


Background Color

.myBgColor { background-color: #7785D5; }

<div style="background-color:#7785D5">Inner text</div>

This div background color is #7785D5.


Border color

.myBorderColor { border: 1px solid #7785D5; }

<div style="border:3px solid #7785D5">Div</div>

This div border color is #7785D5.


Opacity

.myOpacity80 { color: #7785D5; opacity: 0.8; }

<p style="color:#7785D5;opacity:0.8;">80%</p>

Text with #7785D5 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 #7785D5;}

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

This text has shadow with #7785D5 color.

.textShadow {text-shadow: 3px 3px 1px #7785D5, 3px 3px 1px red;}

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

This text has shadow with #7785D5 primary color and red secondary color.


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

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

This text has shadow with #7785D5 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7785D5;
-webkit-box-shadow: 1px 1px 3px 2px #7785D5;
box-shadow:1px 1px 3px 2px #7785D5;">
Div content here</div>
This div box has shadow with color #7785D5.

Preview

Color preview on black background

This text has color #7785D5 on black background.


Color preview on white background

This text has color #7785D5 on white background.



Black color preview on #7785D5 background

This text has black color on #7785D5 background.


White color preview on #7785D5 background

This text has white color on #7785D5 background.