COLOR #766DEF

HEX: #766DEF
RGB: (118,109,239)

Color info

#766DEF contains mainly blue color. Web safe color of #766DEF is #6666FF (or #66F).

RGB color model

#766DEF color RGB value is (118,109,239).

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

RGB channels and saturation

R 118 of 255 = 46%
G 109 of 255 = 43%
B 239 of 255 = 94%

118
109
239

R + G + B ~ 61%. #766DEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 109 + 239 = 466 (100%)
R 118 of 466 ~ 25.32%
G 109 of 466 ~ 23.39%
B 239 of 466 ~ 51.29%

%25.32
%23.39
%51.29

CMYK color model

#766DEF color CMYK value is (51,54,0,6).

  • cyan value is 50.63%
  • magenta value is 54.39%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(51,54,0,6)
C51M54Y0K6 
(51%,54%,0%,6%)
(0.51/0.54/0.00/0.06)	

CMYK percentages

%50.63
%54.39
%0
%6.27

Codes

Color #766DEF in popluar color models

766DEF
RGB118109239
HSL244°80.25%68.24%
HSB/HSV244°54.39%93.73%
CMYK50.63%54.39%0.00%
6.27%

Color #766DEF in popluar number systems.

HEX766DEF
Decimal118109239
Binary1110110110110111101111
Octal166155357

Shades and tints

Shades of #766DEF

#766DEF
(118,109,239)
#6C64DA
(108,100,218)
#625BC5
(98,91,197)
#5852B0
(88,82,176)
#4E499B
(78,73,155)
#444086
(68,64,134)
#3A3771
(58,55,113)
#302E5C
(48,46,92)
#262547
(38,37,71)
#1C1C32
(28,28,50)
#12131D
(18,19,29)
#000000
(0,0,0)

Tints of #766DEF

#766DEF
(118,109,239)
#827AF0
(130,122,240)
#8E87F1
(142,135,241)
#9A94F2
(154,148,242)
#A6A1F3
(166,161,243)
#B2AEF4
(178,174,244)
#BEBBF5
(190,187,245)
#CAC8F6
(202,200,246)
#D6D5F7
(214,213,247)
#E2E2F8
(226,226,248)
#EEEFF9
(238,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #766DEF; }

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

This text font color is #766DEF.


Background Color

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

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

This div background color is #766DEF.


Border color

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

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

This div border color is #766DEF.


Opacity

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

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

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

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

This text has shadow with #766DEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #766DEF on black background.


Color preview on white background

This text has color #766DEF on white background.



Black color preview on #766DEF background

This text has black color on #766DEF background.


White color preview on #766DEF background

This text has white color on #766DEF background.