COLOR #7B648D

HEX: #7B648D RGB: (123,100,141)

Color info

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

RGB color model

#7B648D color RGB value is (123,100,141).

RGB: (123,100,141) (48%, 39%, 55%)

RGB channels and saturation

R 123 of 255 = 48%
G 100 of 255 = 39%
B 141 of 255 = 55%

123
100
141

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

Portions of RGB colors in percentages

R + G + B = 123 + 100 + 141 = 364 (100%)
R 123 of 364 ~ 33.79%
G 100 of 364 ~ 27.47%
B 141 of 364 ~ 38.74'%

%33.79
%27.47
%38.74

CMYK color model

#7B648D color CMYK value is (13,29,0,45).

  • cyan value is 12.77%
  • magenta value is 29.08%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK: (13,29,0,45) C13M29Y0K45 (13%,29%,0%,45%) (0.13/0.29/0.00/0.45) 

CMYK percentages

%12.77
%29.08
%0
%44.71

Codes

Color #7B648D in popluar color models

7B 64 8D
RGB 123 100 141
HSL 274° 17.01% 47.25%
HSB/HSV 274° 29.08% 55.29%
CMYK 12.77% 29.08% 0.00%
44.71%

Color #7B648D in popluar number systems.

HEX 7B 64 8D
Decimal 123 100 141
Binary 1111011 1100100 10001101
Octal 173 144 215

Shades and tints

Shades of #7B648D

#7B648D
(123,100,141)
#705B81
(112,91,129)
#655275
(101,82,117)
#5A4969
(90,73,105)
#4F405D
(79,64,93)
#443751
(68,55,81)
#392E45
(57,46,69)
#2E2539
(46,37,57)
#231C2D
(35,28,45)
#181321
(24,19,33)
#0D0A15
(13,10,21)
#000000
(0,0,0)

Tints of #7B648D

#7B648D
(123,100,141)
#877297
(135,114,151)
#9380A1
(147,128,161)
#9F8EAB
(159,142,171)
#AB9CB5
(171,156,181)
#B7AABF
(183,170,191)
#C3B8C9
(195,184,201)
#CFC6D3
(207,198,211)
#DBD4DD
(219,212,221)
#E7E2E7
(231,226,231)
#F3F0F1
(243,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B648D; }

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

This text font color is #7B648D.

Background Color

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

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

This div background color is #7B648D.

Border color

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

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

This div border color is #7B648D.

Opacity

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

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

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

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

This text has shadow with #7B648D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B648D.

Preview

Color preview on black background

This text has color #7B648D on black background.


Color preview on white background

This text has color #7B648D on white background.


Black color preview on #7B648D background

This text has black color on #7B648D background.


White color preview on #7B648D background

This text has white color on #7B648D background.


Related colors

Complementary color

Complementary color for #hex is #849B72.


I love getcolorcode.com

Triadic colors

1 #8D7B64 and #648D7B with #7B648D are triadic colors.

2 #8D647B and #647B8D with #7B648D are triadic colors.