COLOR #764BD2

HEX: #764BD2 RGB: (118,75,210)

Color info

#764BD2 contains mainly blue color. Web safe color of #764BD2 is #6633CC (or #63C).

RGB color model

#764BD2 color RGB value is (118,75,210).

RGB: (118,75,210) (46%, 29%, 82%)

RGB channels and saturation

R 118 of 255 = 46%
G 75 of 255 = 29%
B 210 of 255 = 82%

118
75
210

R + G + B ~ 52%. #764BD2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 75 + 210 = 403 (100%)
R 118 of 403 ~ 29.28%
G 75 of 403 ~ 18.61%
B 210 of 403 ~ 52.11'%

%29.28
%18.61
%52.11

CMYK color model

#764BD2 color CMYK value is (44,64,0,18).

  • cyan value is 43.81%
  • magenta value is 64.29%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK: (44,64,0,18) C44M64Y0K18 (44%,64%,0%,18%) (0.44/0.64/0.00/0.18) 

CMYK percentages

%43.81
%64.29
%0
%17.65

Codes

Color #764BD2 in popluar color models

76 4B D2
RGB 118 75 210
HSL 259° 60.00% 55.88%
HSB/HSV 259° 64.29% 82.35%
CMYK 43.81% 64.29% 0.00%
17.65%

Color #764BD2 in popluar number systems.

HEX 76 4B D2
Decimal 118 75 210
Binary 1110110 1001011 11010010
Octal 166 113 322

Shades and tints

Shades of #764BD2

#764BD2
(118,75,210)
#6C45BF
(108,69,191)
#623FAC
(98,63,172)
#583999
(88,57,153)
#4E3386
(78,51,134)
#442D73
(68,45,115)
#3A2760
(58,39,96)
#30214D
(48,33,77)
#261B3A
(38,27,58)
#1C1527
(28,21,39)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #764BD2

#764BD2
(118,75,210)
#825BD6
(130,91,214)
#8E6BDA
(142,107,218)
#9A7BDE
(154,123,222)
#A68BE2
(166,139,226)
#B29BE6
(178,155,230)
#BEABEA
(190,171,234)
#CABBEE
(202,187,238)
#D6CBF2
(214,203,242)
#E2DBF6
(226,219,246)
#EEEBFA
(238,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764BD2 color. Also use rgb(118,75,210) instead hex code.

Text Font Color

.myTextColor { color: #764BD2; }

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

This text font color is #764BD2.

Background Color

.myBgColor { background-color: #764BD2; }

<div style="background-color:#764BD2">Inner text</div>

This div background color is #764BD2.

Border color

.myBorderColor { border: 1px solid #764BD2; }

<div style="border:3px solid #764BD2">Div</div>

This div border color is #764BD2.

Opacity

.myOpacity80 { color: #764BD2; opacity: 0.8; }

<p style="color:#764BD2;opacity:0.8;">80%</p>

Text with #764BD2 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 #764BD2;}

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

This text has shadow with #764BD2 color.


.textShadow {text-shadow: 3px 3px 1px #764BD2', 3px 3px 1px red;}

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

This text has shadow with #764BD2 primary color and red secondary color.


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

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

This text has shadow with #764BD2 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #764BD2; -webkit-box-shadow: 1px 1px 3px 2px #764BD2; box-shadow:1px 1px 3px 2px #764BD2;">
Div content here
</div>

This div box has shadow with color #764BD2.

Preview

Color preview on black background

This text has color #764BD2 on black background.


Color preview on white background

This text has color #764BD2 on white background.


Black color preview on #764BD2 background

This text has black color on #764BD2 background.


White color preview on #764BD2 background

This text has white color on #764BD2 background.


Related colors

Complementary color

Complementary color for #hex is #89B42D.


I love getcolorcode.com

Triadic colors

1 #D2764B and #4BD276 with #764BD2 are triadic colors.

2 #D24B76 and #4B76D2 with #764BD2 are triadic colors.