COLOR #7F53BA

HEX: #7F53BA
RGB: (127,83,186)

Color info

#7F53BA contains mainly red and blue colors. Web safe color of #7F53BA is #6666CC (or #66C).

RGB color model

#7F53BA color RGB value is (127,83,186).

  • red value is 127;
  • green value is 83;
  • blue value is 186.
RGB:
(127,83,186)
(50%,33%,73%)

RGB channels and saturation

R 127 of 255 = 50%
G 83 of 255 = 33%
B 186 of 255 = 73%

127
83
186

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

Portions of RGB colors in percentages

R + G + B =
127 + 83 + 186 = 396 (100%)
R 127 of 396 ~ 32.07%
G 83 of 396 ~ 20.96%
B 186 of 396 ~ 46.97%

%32.07
%20.96
%46.97

CMYK color model

#7F53BA color CMYK value is (32,55,0,27).

  • cyan value is 31.72%
  • magenta value is 55.38%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(32,55,0,27)
C32M55Y0K27 
(32%,55%,0%,27%)
(0.32/0.55/0.00/0.27)	

CMYK percentages

%31.72
%55.38
%0
%27.06

Codes

Color #7F53BA in popluar color models

7F53BA
RGB12783186
HSL266°42.74%52.75%
HSB/HSV266°55.38%72.94%
CMYK31.72%55.38%0.00%
27.06%

Color #7F53BA in popluar number systems.

HEX7F53BA
Decimal12783186
Binary1111111101001110111010
Octal177123272

Shades and tints

Shades of #7F53BA

#7F53BA
(127,83,186)
#744CAA
(116,76,170)
#69459A
(105,69,154)
#5E3E8A
(94,62,138)
#53377A
(83,55,122)
#48306A
(72,48,106)
#3D295A
(61,41,90)
#32224A
(50,34,74)
#271B3A
(39,27,58)
#1C142A
(28,20,42)
#110D1A
(17,13,26)
#000000
(0,0,0)

Tints of #7F53BA

#7F53BA
(127,83,186)
#8A62C0
(138,98,192)
#9571C6
(149,113,198)
#A080CC
(160,128,204)
#AB8FD2
(171,143,210)
#B69ED8
(182,158,216)
#C1ADDE
(193,173,222)
#CCBCE4
(204,188,228)
#D7CBEA
(215,203,234)
#E2DAF0
(226,218,240)
#EDE9F6
(237,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F53BA color. Also use rgb(127,83,186) instead hex code.

Text Font Color

.myTextColor { color: #7F53BA; }

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

This text font color is #7F53BA.


Background Color

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

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

This div background color is #7F53BA.


Border color

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

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

This div border color is #7F53BA.


Opacity

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

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

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

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

This text has shadow with #7F53BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F53BA on black background.


Color preview on white background

This text has color #7F53BA on white background.



Black color preview on #7F53BA background

This text has black color on #7F53BA background.


White color preview on #7F53BA background

This text has white color on #7F53BA background.