COLOR #7B638E

HEX: #7B638E
RGB: (123,99,142)

Color info

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

RGB color model

#7B638E color RGB value is (123,99,142).

  • red value is 123;
  • green value is 99;
  • blue value is 142.
RGB:
(123,99,142)
(48%,39%,56%)

RGB channels and saturation

R 123 of 255 = 48%
G 99 of 255 = 39%
B 142 of 255 = 56%

123
99
142

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

Portions of RGB colors in percentages

R + G + B =
123 + 99 + 142 = 364 (100%)
R 123 of 364 ~ 33.79%
G 99 of 364 ~ 27.2%
B 142 of 364 ~ 39.01%

%33.79
%27.2
%39.01

CMYK color model

#7B638E color CMYK value is (13,30,0,44).

  • cyan value is 13.38%
  • magenta value is 30.28%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(13,30,0,44)
C13M30Y0K44 
(13%,30%,0%,44%)
(0.13/0.30/0.00/0.44)	

CMYK percentages

%13.38
%30.28
%0
%44.31

Codes

Color #7B638E in popluar color models

7B638E
RGB12399142
HSL273°17.84%47.25%
HSB/HSV273°30.28%55.69%
CMYK13.38%30.28%0.00%
44.31%

Color #7B638E in popluar number systems.

HEX7B638E
Decimal12399142
Binary1111011110001110001110
Octal173143216

Shades and tints

Shades of #7B638E

#7B638E
(123,99,142)
#705A82
(112,90,130)
#655176
(101,81,118)
#5A486A
(90,72,106)
#4F3F5E
(79,63,94)
#443652
(68,54,82)
#392D46
(57,45,70)
#2E243A
(46,36,58)
#231B2E
(35,27,46)
#181222
(24,18,34)
#0D0916
(13,9,22)
#000000
(0,0,0)

Tints of #7B638E

#7B638E
(123,99,142)
#877198
(135,113,152)
#937FA2
(147,127,162)
#9F8DAC
(159,141,172)
#AB9BB6
(171,155,182)
#B7A9C0
(183,169,192)
#C3B7CA
(195,183,202)
#CFC5D4
(207,197,212)
#DBD3DE
(219,211,222)
#E7E1E8
(231,225,232)
#F3EFF2
(243,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B638E color. Also use rgb(123,99,142) instead hex code.

Text Font Color

.myTextColor { color: #7B638E; }

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

This text font color is #7B638E.


Background Color

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

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

This div background color is #7B638E.


Border color

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

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

This div border color is #7B638E.


Opacity

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

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

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

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

This text has shadow with #7B638E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B638E on black background.


Color preview on white background

This text has color #7B638E on white background.



Black color preview on #7B638E background

This text has black color on #7B638E background.


White color preview on #7B638E background

This text has white color on #7B638E background.