COLOR #7763D5

HEX: #7763D5
RGB: (119,99,213)

Color info

#7763D5 contains mainly blue color. Web safe color of #7763D5 is #6666CC (or #66C).

RGB color model

#7763D5 color RGB value is (119,99,213).

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

RGB channels and saturation

R 119 of 255 = 47%
G 99 of 255 = 39%
B 213 of 255 = 84%

119
99
213

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

Portions of RGB colors in percentages

R + G + B =
119 + 99 + 213 = 431 (100%)
R 119 of 431 ~ 27.61%
G 99 of 431 ~ 22.97%
B 213 of 431 ~ 49.42%

%27.61
%22.97
%49.42

CMYK color model

#7763D5 color CMYK value is (44,54,0,16).

  • cyan value is 44.13%
  • magenta value is 53.52%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(44,54,0,16)
C44M54Y0K16 
(44%,54%,0%,16%)
(0.44/0.54/0.00/0.16)	

CMYK percentages

%44.13
%53.52
%0
%16.47

Codes

Color #7763D5 in popluar color models

7763D5
RGB11999213
HSL251°57.58%61.18%
HSB/HSV251°53.52%83.53%
CMYK44.13%53.52%0.00%
16.47%

Color #7763D5 in popluar number systems.

HEX7763D5
Decimal11999213
Binary1110111110001111010101
Octal167143325

Shades and tints

Shades of #7763D5

#7763D5
(119,99,213)
#6D5AC2
(109,90,194)
#6351AF
(99,81,175)
#59489C
(89,72,156)
#4F3F89
(79,63,137)
#453676
(69,54,118)
#3B2D63
(59,45,99)
#312450
(49,36,80)
#271B3D
(39,27,61)
#1D122A
(29,18,42)
#130917
(19,9,23)
#000000
(0,0,0)

Tints of #7763D5

#7763D5
(119,99,213)
#8371D8
(131,113,216)
#8F7FDB
(143,127,219)
#9B8DDE
(155,141,222)
#A79BE1
(167,155,225)
#B3A9E4
(179,169,228)
#BFB7E7
(191,183,231)
#CBC5EA
(203,197,234)
#D7D3ED
(215,211,237)
#E3E1F0
(227,225,240)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7763D5; }

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

This text font color is #7763D5.


Background Color

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

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

This div background color is #7763D5.


Border color

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

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

This div border color is #7763D5.


Opacity

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

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

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

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

This text has shadow with #7763D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7763D5 on black background.


Color preview on white background

This text has color #7763D5 on white background.



Black color preview on #7763D5 background

This text has black color on #7763D5 background.


White color preview on #7763D5 background

This text has white color on #7763D5 background.