COLOR #7B6FBD

HEX: #7B6FBD
RGB: (123,111,189)

Color info

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

RGB color model

#7B6FBD color RGB value is (123,111,189).

  • red value is 123;
  • green value is 111;
  • blue value is 189.
RGB:
(123,111,189)
(48%,44%,74%)

RGB channels and saturation

R 123 of 255 = 48%
G 111 of 255 = 44%
B 189 of 255 = 74%

123
111
189

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

Portions of RGB colors in percentages

R + G + B =
123 + 111 + 189 = 423 (100%)
R 123 of 423 ~ 29.08%
G 111 of 423 ~ 26.24%
B 189 of 423 ~ 44.68%

%29.08
%26.24
%44.68

CMYK color model

#7B6FBD color CMYK value is (35,41,0,26).

  • cyan value is 34.92%
  • magenta value is 41.27%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(35,41,0,26)
C35M41Y0K26 
(35%,41%,0%,26%)
(0.35/0.41/0.00/0.26)	

CMYK percentages

%34.92
%41.27
%0
%25.88

Codes

Color #7B6FBD in popluar color models

7B6FBD
RGB123111189
HSL249°37.14%58.82%
HSB/HSV249°41.27%74.12%
CMYK34.92%41.27%0.00%
25.88%

Color #7B6FBD in popluar number systems.

HEX7B6FBD
Decimal123111189
Binary1111011110111110111101
Octal173157275

Shades and tints

Shades of #7B6FBD

#7B6FBD
(123,111,189)
#7065AC
(112,101,172)
#655B9B
(101,91,155)
#5A518A
(90,81,138)
#4F4779
(79,71,121)
#443D68
(68,61,104)
#393357
(57,51,87)
#2E2946
(46,41,70)
#231F35
(35,31,53)
#181524
(24,21,36)
#0D0B13
(13,11,19)
#000000
(0,0,0)

Tints of #7B6FBD

#7B6FBD
(123,111,189)
#877CC3
(135,124,195)
#9389C9
(147,137,201)
#9F96CF
(159,150,207)
#ABA3D5
(171,163,213)
#B7B0DB
(183,176,219)
#C3BDE1
(195,189,225)
#CFCAE7
(207,202,231)
#DBD7ED
(219,215,237)
#E7E4F3
(231,228,243)
#F3F1F9
(243,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6FBD color. Also use rgb(123,111,189) instead hex code.

Text Font Color

.myTextColor { color: #7B6FBD; }

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

This text font color is #7B6FBD.


Background Color

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

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

This div background color is #7B6FBD.


Border color

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

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

This div border color is #7B6FBD.


Opacity

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

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

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

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

This text has shadow with #7B6FBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6FBD on black background.


Color preview on white background

This text has color #7B6FBD on white background.



Black color preview on #7B6FBD background

This text has black color on #7B6FBD background.


White color preview on #7B6FBD background

This text has white color on #7B6FBD background.