COLOR #764AB5

HEX: #764AB5 RGB: (118,74,181)

Color info

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

RGB color model

#764AB5 color RGB value is (118,74,181).

RGB: (118,74,181) (46%, 29%, 71%)

RGB channels and saturation

R 118 of 255 = 46%
G 74 of 255 = 29%
B 181 of 255 = 71%

118
74
181

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

Portions of RGB colors in percentages

R + G + B = 118 + 74 + 181 = 373 (100%)
R 118 of 373 ~ 31.64%
G 74 of 373 ~ 19.84%
B 181 of 373 ~ 48.53'%

%31.64
%19.84
%48.53

CMYK color model

#764AB5 color CMYK value is (35,59,0,29).

  • cyan value is 34.81%
  • magenta value is 59.12%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK: (35,59,0,29) C35M59Y0K29 (35%,59%,0%,29%) (0.35/0.59/0.00/0.29) 

CMYK percentages

%34.81
%59.12
%0
%29.02

Codes

Color #764AB5 in popluar color models

76 4A B5
RGB 118 74 181
HSL 265° 41.96% 50.00%
HSB/HSV 265° 59.12% 70.98%
CMYK 34.81% 59.12% 0.00%
29.02%

Color #764AB5 in popluar number systems.

HEX 76 4A B5
Decimal 118 74 181
Binary 1110110 1001010 10110101
Octal 166 112 265

Shades and tints

Shades of #764AB5

#764AB5
(118,74,181)
#6C44A5
(108,68,165)
#623E95
(98,62,149)
#583885
(88,56,133)
#4E3275
(78,50,117)
#442C65
(68,44,101)
#3A2655
(58,38,85)
#302045
(48,32,69)
#261A35
(38,26,53)
#1C1425
(28,20,37)
#120E15
(18,14,21)
#000000
(0,0,0)

Tints of #764AB5

#764AB5
(118,74,181)
#825ABB
(130,90,187)
#8E6AC1
(142,106,193)
#9A7AC7
(154,122,199)
#A68ACD
(166,138,205)
#B29AD3
(178,154,211)
#BEAAD9
(190,170,217)
#CABADF
(202,186,223)
#D6CAE5
(214,202,229)
#E2DAEB
(226,218,235)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764AB5 color. Also use rgb(118,74,181) instead hex code.

Text Font Color

.myTextColor { color: #764AB5; }

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

This text font color is #764AB5.

Background Color

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

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

This div background color is #764AB5.

Border color

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

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

This div border color is #764AB5.

Opacity

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

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

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

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

This text has shadow with #764AB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #764AB5.

Preview

Color preview on black background

This text has color #764AB5 on black background.


Color preview on white background

This text has color #764AB5 on white background.


Black color preview on #764AB5 background

This text has black color on #764AB5 background.


White color preview on #764AB5 background

This text has white color on #764AB5 background.


Related colors

Complementary color

Complementary color for #hex is #89B54A.


I love getcolorcode.com

Triadic colors

1 #B5764A and #4AB576 with #764AB5 are triadic colors.

2 #B54A76 and #4A76B5 with #764AB5 are triadic colors.