COLOR #7B6BE1

HEX: #7B6BE1
RGB: (123,107,225)

Color info

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

RGB color model

#7B6BE1 color RGB value is (123,107,225).

  • red value is 123;
  • green value is 107;
  • blue value is 225.
RGB:
(123,107,225)
(48%,42%,88%)

RGB channels and saturation

R 123 of 255 = 48%
G 107 of 255 = 42%
B 225 of 255 = 88%

123
107
225

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

Portions of RGB colors in percentages

R + G + B =
123 + 107 + 225 = 455 (100%)
R 123 of 455 ~ 27.03%
G 107 of 455 ~ 23.52%
B 225 of 455 ~ 49.45%

%27.03
%23.52
%49.45

CMYK color model

#7B6BE1 color CMYK value is (45,52,0,12).

  • cyan value is 45.33%
  • magenta value is 52.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(45,52,0,12)
C45M52Y0K12 
(45%,52%,0%,12%)
(0.45/0.52/0.00/0.12)	

CMYK percentages

%45.33
%52.44
%0
%11.76

Codes

Color #7B6BE1 in popluar color models

7B6BE1
RGB123107225
HSL248°66.29%65.10%
HSB/HSV248°52.44%88.24%
CMYK45.33%52.44%0.00%
11.76%

Color #7B6BE1 in popluar number systems.

HEX7B6BE1
Decimal123107225
Binary1111011110101111100001
Octal173153341

Shades and tints

Shades of #7B6BE1

#7B6BE1
(123,107,225)
#7062CD
(112,98,205)
#6559B9
(101,89,185)
#5A50A5
(90,80,165)
#4F4791
(79,71,145)
#443E7D
(68,62,125)
#393569
(57,53,105)
#2E2C55
(46,44,85)
#232341
(35,35,65)
#181A2D
(24,26,45)
#0D1119
(13,17,25)
#000000
(0,0,0)

Tints of #7B6BE1

#7B6BE1
(123,107,225)
#8778E3
(135,120,227)
#9385E5
(147,133,229)
#9F92E7
(159,146,231)
#AB9FE9
(171,159,233)
#B7ACEB
(183,172,235)
#C3B9ED
(195,185,237)
#CFC6EF
(207,198,239)
#DBD3F1
(219,211,241)
#E7E0F3
(231,224,243)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B6BE1 color. Also use rgb(123,107,225) instead hex code.

Text Font Color

.myTextColor { color: #7B6BE1; }

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

This text font color is #7B6BE1.


Background Color

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

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

This div background color is #7B6BE1.


Border color

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

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

This div border color is #7B6BE1.


Opacity

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

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

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

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

This text has shadow with #7B6BE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6BE1 on black background.


Color preview on white background

This text has color #7B6BE1 on white background.



Black color preview on #7B6BE1 background

This text has black color on #7B6BE1 background.


White color preview on #7B6BE1 background

This text has white color on #7B6BE1 background.