COLOR #7B4BF2

HEX: #7B4BF2
RGB: (123,75,242)

Color info

#7B4BF2 contains mainly blue color. Web safe color of #7B4BF2 is #6633FF (or #63F).

RGB color model

#7B4BF2 color RGB value is (123,75,242).

  • red value is 123;
  • green value is 75;
  • blue value is 242.
RGB:
(123,75,242)
(48%,29%,95%)

RGB channels and saturation

R 123 of 255 = 48%
G 75 of 255 = 29%
B 242 of 255 = 95%

123
75
242

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

Portions of RGB colors in percentages

R + G + B =
123 + 75 + 242 = 440 (100%)
R 123 of 440 ~ 27.95%
G 75 of 440 ~ 17.05%
B 242 of 440 ~ 55%

%27.95
%17.05
%55

CMYK color model

#7B4BF2 color CMYK value is (49,69,0,5).

  • cyan value is 49.17%
  • magenta value is 69.01%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(49,69,0,5)
C49M69Y0K5 
(49%,69%,0%,5%)
(0.49/0.69/0.00/0.05)	

CMYK percentages

%49.17
%69.01
%0
%5.1

Codes

Color #7B4BF2 in popluar color models

7B4BF2
RGB12375242
HSL257°86.53%62.16%
HSB/HSV257°69.01%94.90%
CMYK49.17%69.01%0.00%
5.10%

Color #7B4BF2 in popluar number systems.

HEX7B4BF2
Decimal12375242
Binary1111011100101111110010
Octal173113362

Shades and tints

Shades of #7B4BF2

#7B4BF2
(123,75,242)
#7045DC
(112,69,220)
#653FC6
(101,63,198)
#5A39B0
(90,57,176)
#4F339A
(79,51,154)
#442D84
(68,45,132)
#39276E
(57,39,110)
#2E2158
(46,33,88)
#231B42
(35,27,66)
#18152C
(24,21,44)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #7B4BF2

#7B4BF2
(123,75,242)
#875BF3
(135,91,243)
#936BF4
(147,107,244)
#9F7BF5
(159,123,245)
#AB8BF6
(171,139,246)
#B79BF7
(183,155,247)
#C3ABF8
(195,171,248)
#CFBBF9
(207,187,249)
#DBCBFA
(219,203,250)
#E7DBFB
(231,219,251)
#F3EBFC
(243,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B4BF2 color. Also use rgb(123,75,242) instead hex code.

Text Font Color

.myTextColor { color: #7B4BF2; }

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

This text font color is #7B4BF2.


Background Color

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

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

This div background color is #7B4BF2.


Border color

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

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

This div border color is #7B4BF2.


Opacity

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

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

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

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

This text has shadow with #7B4BF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4BF2 on black background.


Color preview on white background

This text has color #7B4BF2 on white background.



Black color preview on #7B4BF2 background

This text has black color on #7B4BF2 background.


White color preview on #7B4BF2 background

This text has white color on #7B4BF2 background.