COLOR #764B9B

HEX: #764B9B
RGB: (118,75,155)

Color info

#764B9B contains mainly red and blue colors. Web safe color of #764B9B is #663399 (or #639).

RGB color model

#764B9B color RGB value is (118,75,155).

  • red value is 118;
  • green value is 75;
  • blue value is 155.
RGB:
(118,75,155)
(46%,29%,61%)

RGB channels and saturation

R 118 of 255 = 46%
G 75 of 255 = 29%
B 155 of 255 = 61%

118
75
155

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

Portions of RGB colors in percentages

R + G + B =
118 + 75 + 155 = 348 (100%)
R 118 of 348 ~ 33.91%
G 75 of 348 ~ 21.55%
B 155 of 348 ~ 44.54%

%33.91
%21.55
%44.54

CMYK color model

#764B9B color CMYK value is (24,52,0,39).

  • cyan value is 23.87%
  • magenta value is 51.61%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(24,52,0,39)
C24M52Y0K39 
(24%,52%,0%,39%)
(0.24/0.52/0.00/0.39)	

CMYK percentages

%23.87
%51.61
%0
%39.22

Codes

Color #764B9B in popluar color models

764B9B
RGB11875155
HSL272°34.78%45.10%
HSB/HSV272°51.61%60.78%
CMYK23.87%51.61%0.00%
39.22%

Color #764B9B in popluar number systems.

HEX764B9B
Decimal11875155
Binary1110110100101110011011
Octal166113233

Shades and tints

Shades of #764B9B

#764B9B
(118,75,155)
#6C458D
(108,69,141)
#623F7F
(98,63,127)
#583971
(88,57,113)
#4E3363
(78,51,99)
#442D55
(68,45,85)
#3A2747
(58,39,71)
#302139
(48,33,57)
#261B2B
(38,27,43)
#1C151D
(28,21,29)
#120F0F
(18,15,15)
#000000
(0,0,0)

Tints of #764B9B

#764B9B
(118,75,155)
#825BA4
(130,91,164)
#8E6BAD
(142,107,173)
#9A7BB6
(154,123,182)
#A68BBF
(166,139,191)
#B29BC8
(178,155,200)
#BEABD1
(190,171,209)
#CABBDA
(202,187,218)
#D6CBE3
(214,203,227)
#E2DBEC
(226,219,236)
#EEEBF5
(238,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #764B9B; }

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

This text font color is #764B9B.


Background Color

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

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

This div background color is #764B9B.


Border color

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

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

This div border color is #764B9B.


Opacity

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

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

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

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

This text has shadow with #764B9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764B9B on black background.


Color preview on white background

This text has color #764B9B on white background.



Black color preview on #764B9B background

This text has black color on #764B9B background.


White color preview on #764B9B background

This text has white color on #764B9B background.