COLOR #7B5CFF

HEX: #7B5CFF
RGB: (123,92,255)

Color info

#7B5CFF contains mainly blue color. Web safe color of #7B5CFF is #6666FF (or #66F).

RGB color model

#7B5CFF color RGB value is (123,92,255).

  • red value is 123;
  • green value is 92;
  • blue value is 255.
RGB:
(123,92,255)
(48%,36%,100%)

RGB channels and saturation

R 123 of 255 = 48%
G 92 of 255 = 36%
B 255 of 255 = 100%

123
92
255

R + G + B ~ 61%. #7B5CFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 92 + 255 = 470 (100%)
R 123 of 470 ~ 26.17%
G 92 of 470 ~ 19.57%
B 255 of 470 ~ 54.26%

%26.17
%19.57
%54.26

CMYK color model

#7B5CFF color CMYK value is (52,64,0,0).

  • cyan value is 51.76%
  • magenta value is 63.92%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(52,64,0,0)
C52M64Y0K0 
(52%,64%,0%,0%)
(0.52/0.64/0.00/0.00)	

CMYK percentages

%51.76
%63.92
%0
%0

Codes

Color #7B5CFF in popluar color models

7B5CFF
RGB12392255
HSL251°100.00%68.04%
HSB/HSV251°63.92%100.00%
CMYK51.76%63.92%0.00%
0.00%

Color #7B5CFF in popluar number systems.

HEX7B5CFF
Decimal12392255
Binary1111011101110011111111
Octal173134377

Shades and tints

Shades of #7B5CFF

#7B5CFF
(123,92,255)
#7054E8
(112,84,232)
#654CD1
(101,76,209)
#5A44BA
(90,68,186)
#4F3CA3
(79,60,163)
#44348C
(68,52,140)
#392C75
(57,44,117)
#2E245E
(46,36,94)
#231C47
(35,28,71)
#181430
(24,20,48)
#0D0C19
(13,12,25)
#000000
(0,0,0)

Tints of #7B5CFF

#7B5CFF
(123,92,255)
#876AFF
(135,106,255)
#9378FF
(147,120,255)
#9F86FF
(159,134,255)
#AB94FF
(171,148,255)
#B7A2FF
(183,162,255)
#C3B0FF
(195,176,255)
#CFBEFF
(207,190,255)
#DBCCFF
(219,204,255)
#E7DAFF
(231,218,255)
#F3E8FF
(243,232,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B5CFF color. Also use rgb(123,92,255) instead hex code.

Text Font Color

.myTextColor { color: #7B5CFF; }

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

This text font color is #7B5CFF.


Background Color

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

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

This div background color is #7B5CFF.


Border color

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

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

This div border color is #7B5CFF.


Opacity

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

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

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

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

This text has shadow with #7B5CFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B5CFF on black background.


Color preview on white background

This text has color #7B5CFF on white background.



Black color preview on #7B5CFF background

This text has black color on #7B5CFF background.


White color preview on #7B5CFF background

This text has white color on #7B5CFF background.