COLOR #766DE4

HEX: #766DE4
RGB: (118,109,228)

Color info

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

RGB color model

#766DE4 color RGB value is (118,109,228).

  • red value is 118;
  • green value is 109;
  • blue value is 228.
RGB:
(118,109,228)
(46%,43%,89%)

RGB channels and saturation

R 118 of 255 = 46%
G 109 of 255 = 43%
B 228 of 255 = 89%

118
109
228

R + G + B ~ 59%. #766DE4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 109 + 228 = 455 (100%)
R 118 of 455 ~ 25.93%
G 109 of 455 ~ 23.96%
B 228 of 455 ~ 50.11%

%25.93
%23.96
%50.11

CMYK color model

#766DE4 color CMYK value is (48,52,0,11).

  • cyan value is 48.25%
  • magenta value is 52.19%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(48,52,0,11)
C48M52Y0K11 
(48%,52%,0%,11%)
(0.48/0.52/0.00/0.11)	

CMYK percentages

%48.25
%52.19
%0
%10.59

Codes

Color #766DE4 in popluar color models

766DE4
RGB118109228
HSL245°68.79%66.08%
HSB/HSV245°52.19%89.41%
CMYK48.25%52.19%0.00%
10.59%

Color #766DE4 in popluar number systems.

HEX766DE4
Decimal118109228
Binary1110110110110111100100
Octal166155344

Shades and tints

Shades of #766DE4

#766DE4
(118,109,228)
#6C64D0
(108,100,208)
#625BBC
(98,91,188)
#5852A8
(88,82,168)
#4E4994
(78,73,148)
#444080
(68,64,128)
#3A376C
(58,55,108)
#302E58
(48,46,88)
#262544
(38,37,68)
#1C1C30
(28,28,48)
#12131C
(18,19,28)
#000000
(0,0,0)

Tints of #766DE4

#766DE4
(118,109,228)
#827AE6
(130,122,230)
#8E87E8
(142,135,232)
#9A94EA
(154,148,234)
#A6A1EC
(166,161,236)
#B2AEEE
(178,174,238)
#BEBBF0
(190,187,240)
#CAC8F2
(202,200,242)
#D6D5F4
(214,213,244)
#E2E2F6
(226,226,246)
#EEEFF8
(238,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #766DE4 color. Also use rgb(118,109,228) instead hex code.

Text Font Color

.myTextColor { color: #766DE4; }

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

This text font color is #766DE4.


Background Color

.myBgColor { background-color: #766DE4; }

<div style="background-color:#766DE4">Inner text</div>

This div background color is #766DE4.


Border color

.myBorderColor { border: 1px solid #766DE4; }

<div style="border:3px solid #766DE4">Div</div>

This div border color is #766DE4.


Opacity

.myOpacity80 { color: #766DE4; opacity: 0.8; }

<p style="color:#766DE4;opacity:0.8;">80%</p>

Text with #766DE4 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 #766DE4;}

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

This text has shadow with #766DE4 color.

.textShadow {text-shadow: 3px 3px 1px #766DE4, 3px 3px 1px red;}

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

This text has shadow with #766DE4 primary color and red secondary color.


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

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

This text has shadow with #766DE4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766DE4 on black background.


Color preview on white background

This text has color #766DE4 on white background.



Black color preview on #766DE4 background

This text has black color on #766DE4 background.


White color preview on #766DE4 background

This text has white color on #766DE4 background.