COLOR #7785EB

HEX: #7785EB
RGB: (119,133,235)

Color info

#7785EB contains mainly blue color. Web safe color of #7785EB is #6699FF (or #69F).

RGB color model

#7785EB color RGB value is (119,133,235).

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

RGB channels and saturation

R 119 of 255 = 47%
G 133 of 255 = 52%
B 235 of 255 = 92%

119
133
235

R + G + B ~ 64%. #7785EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
119 + 133 + 235 = 487 (100%)
R 119 of 487 ~ 24.44%
G 133 of 487 ~ 27.31%
B 235 of 487 ~ 48.25%

%24.44
%27.31
%48.25

CMYK color model

#7785EB color CMYK value is (49,43,0,8).

  • cyan value is 49.36%
  • magenta value is 43.40%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(49,43,0,8)
C49M43Y0K8 
(49%,43%,0%,8%)
(0.49/0.43/0.00/0.08)	

CMYK percentages

%49.36
%43.4
%0
%7.84

Codes

Color #7785EB in popluar color models

7785EB
RGB119133235
HSL233°74.36%69.41%
HSB/HSV233°49.36%92.16%
CMYK49.36%43.40%0.00%
7.84%

Color #7785EB in popluar number systems.

HEX7785EB
Decimal119133235
Binary11101111000010111101011
Octal167205353

Shades and tints

Shades of #7785EB

#7785EB
(119,133,235)
#6D79D6
(109,121,214)
#636DC1
(99,109,193)
#5961AC
(89,97,172)
#4F5597
(79,85,151)
#454982
(69,73,130)
#3B3D6D
(59,61,109)
#313158
(49,49,88)
#272543
(39,37,67)
#1D192E
(29,25,46)
#130D19
(19,13,25)
#000000
(0,0,0)

Tints of #7785EB

#7785EB
(119,133,235)
#8390EC
(131,144,236)
#8F9BED
(143,155,237)
#9BA6EE
(155,166,238)
#A7B1EF
(167,177,239)
#B3BCF0
(179,188,240)
#BFC7F1
(191,199,241)
#CBD2F2
(203,210,242)
#D7DDF3
(215,221,243)
#E3E8F4
(227,232,244)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7785EB; }

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

This text font color is #7785EB.


Background Color

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

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

This div background color is #7785EB.


Border color

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

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

This div border color is #7785EB.


Opacity

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

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

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

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

This text has shadow with #7785EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7785EB on black background.


Color preview on white background

This text has color #7785EB on white background.



Black color preview on #7785EB background

This text has black color on #7785EB background.


White color preview on #7785EB background

This text has white color on #7785EB background.