COLOR #7B649B

HEX: #7B649B
RGB: (123,100,155)

Color info

#7B649B contains red, green and blue colors in about the same proportion. Web safe color of #7B649B is #666699 (or #669).

RGB color model

#7B649B color RGB value is (123,100,155).

  • red value is 123;
  • green value is 100;
  • blue value is 155.
RGB:
(123,100,155)
(48%,39%,61%)

RGB channels and saturation

R 123 of 255 = 48%
G 100 of 255 = 39%
B 155 of 255 = 61%

123
100
155

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

Portions of RGB colors in percentages

R + G + B =
123 + 100 + 155 = 378 (100%)
R 123 of 378 ~ 32.54%
G 100 of 378 ~ 26.46%
B 155 of 378 ~ 41.01%

%32.54
%26.46
%41.01

CMYK color model

#7B649B color CMYK value is (21,35,0,39).

  • cyan value is 20.65%
  • magenta value is 35.48%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(21,35,0,39)
C21M35Y0K39 
(21%,35%,0%,39%)
(0.21/0.35/0.00/0.39)	

CMYK percentages

%20.65
%35.48
%0
%39.22

Codes

Color #7B649B in popluar color models

7B649B
RGB123100155
HSL265°21.57%50.00%
HSB/HSV265°35.48%60.78%
CMYK20.65%35.48%0.00%
39.22%

Color #7B649B in popluar number systems.

HEX7B649B
Decimal123100155
Binary1111011110010010011011
Octal173144233

Shades and tints

Shades of #7B649B

#7B649B
(123,100,155)
#705B8D
(112,91,141)
#65527F
(101,82,127)
#5A4971
(90,73,113)
#4F4063
(79,64,99)
#443755
(68,55,85)
#392E47
(57,46,71)
#2E2539
(46,37,57)
#231C2B
(35,28,43)
#18131D
(24,19,29)
#0D0A0F
(13,10,15)
#000000
(0,0,0)

Tints of #7B649B

#7B649B
(123,100,155)
#8772A4
(135,114,164)
#9380AD
(147,128,173)
#9F8EB6
(159,142,182)
#AB9CBF
(171,156,191)
#B7AAC8
(183,170,200)
#C3B8D1
(195,184,209)
#CFC6DA
(207,198,218)
#DBD4E3
(219,212,227)
#E7E2EC
(231,226,236)
#F3F0F5
(243,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B649B color. Also use rgb(123,100,155) instead hex code.

Text Font Color

.myTextColor { color: #7B649B; }

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

This text font color is #7B649B.


Background Color

.myBgColor { background-color: #7B649B; }

<div style="background-color:#7B649B">Inner text</div>

This div background color is #7B649B.


Border color

.myBorderColor { border: 1px solid #7B649B; }

<div style="border:3px solid #7B649B">Div</div>

This div border color is #7B649B.


Opacity

.myOpacity80 { color: #7B649B; opacity: 0.8; }

<p style="color:#7B649B;opacity:0.8;">80%</p>

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

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

This text has shadow with #7B649B color.

.textShadow {text-shadow: 3px 3px 1px #7B649B, 3px 3px 1px red;}

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

This text has shadow with #7B649B primary color and red secondary color.


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

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

This text has shadow with #7B649B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B649B on black background.


Color preview on white background

This text has color #7B649B on white background.



Black color preview on #7B649B background

This text has black color on #7B649B background.


White color preview on #7B649B background

This text has white color on #7B649B background.