COLOR #764FC2

HEX: #764FC2
RGB: (118,79,194)

Color info

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

RGB color model

#764FC2 color RGB value is (118,79,194).

  • red value is 118;
  • green value is 79;
  • blue value is 194.
RGB:
(118,79,194)
(46%,31%,76%)

RGB channels and saturation

R 118 of 255 = 46%
G 79 of 255 = 31%
B 194 of 255 = 76%

118
79
194

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

Portions of RGB colors in percentages

R + G + B =
118 + 79 + 194 = 391 (100%)
R 118 of 391 ~ 30.18%
G 79 of 391 ~ 20.2%
B 194 of 391 ~ 49.62%

%30.18
%20.2
%49.62

CMYK color model

#764FC2 color CMYK value is (39,59,0,24).

  • cyan value is 39.18%
  • magenta value is 59.28%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK:
(39,59,0,24)
C39M59Y0K24 
(39%,59%,0%,24%)
(0.39/0.59/0.00/0.24)	

CMYK percentages

%39.18
%59.28
%0
%23.92

Codes

Color #764FC2 in popluar color models

764FC2
RGB11879194
HSL260°48.52%53.53%
HSB/HSV260°59.28%76.08%
CMYK39.18%59.28%0.00%
23.92%

Color #764FC2 in popluar number systems.

HEX764FC2
Decimal11879194
Binary1110110100111111000010
Octal166117302

Shades and tints

Shades of #764FC2

#764FC2
(118,79,194)
#6C48B1
(108,72,177)
#6241A0
(98,65,160)
#583A8F
(88,58,143)
#4E337E
(78,51,126)
#442C6D
(68,44,109)
#3A255C
(58,37,92)
#301E4B
(48,30,75)
#26173A
(38,23,58)
#1C1029
(28,16,41)
#120918
(18,9,24)
#000000
(0,0,0)

Tints of #764FC2

#764FC2
(118,79,194)
#825FC7
(130,95,199)
#8E6FCC
(142,111,204)
#9A7FD1
(154,127,209)
#A68FD6
(166,143,214)
#B29FDB
(178,159,219)
#BEAFE0
(190,175,224)
#CABFE5
(202,191,229)
#D6CFEA
(214,207,234)
#E2DFEF
(226,223,239)
#EEEFF4
(238,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764FC2 color. Also use rgb(118,79,194) instead hex code.

Text Font Color

.myTextColor { color: #764FC2; }

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

This text font color is #764FC2.


Background Color

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

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

This div background color is #764FC2.


Border color

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

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

This div border color is #764FC2.


Opacity

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

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

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

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

This text has shadow with #764FC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764FC2 on black background.


Color preview on white background

This text has color #764FC2 on white background.



Black color preview on #764FC2 background

This text has black color on #764FC2 background.


White color preview on #764FC2 background

This text has white color on #764FC2 background.