COLOR #7F5ACA

HEX: #7F5ACA
RGB: (127,90,202)

Color info

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

RGB color model

#7F5ACA color RGB value is (127,90,202).

  • red value is 127;
  • green value is 90;
  • blue value is 202.
RGB:
(127,90,202)
(50%,35%,79%)

RGB channels and saturation

R 127 of 255 = 50%
G 90 of 255 = 35%
B 202 of 255 = 79%

127
90
202

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

Portions of RGB colors in percentages

R + G + B =
127 + 90 + 202 = 419 (100%)
R 127 of 419 ~ 30.31%
G 90 of 419 ~ 21.48%
B 202 of 419 ~ 48.21%

%30.31
%21.48
%48.21

CMYK color model

#7F5ACA color CMYK value is (37,55,0,21).

  • cyan value is 37.13%
  • magenta value is 55.45%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(37,55,0,21)
C37M55Y0K21 
(37%,55%,0%,21%)
(0.37/0.55/0.00/0.21)	

CMYK percentages

%37.13
%55.45
%0
%20.78

Codes

Color #7F5ACA in popluar color models

7F5ACA
RGB12790202
HSL260°51.38%57.25%
HSB/HSV260°55.45%79.22%
CMYK37.13%55.45%0.00%
20.78%

Color #7F5ACA in popluar number systems.

HEX7F5ACA
Decimal12790202
Binary1111111101101011001010
Octal177132312

Shades and tints

Shades of #7F5ACA

#7F5ACA
(127,90,202)
#7452B8
(116,82,184)
#694AA6
(105,74,166)
#5E4294
(94,66,148)
#533A82
(83,58,130)
#483270
(72,50,112)
#3D2A5E
(61,42,94)
#32224C
(50,34,76)
#271A3A
(39,26,58)
#1C1228
(28,18,40)
#110A16
(17,10,22)
#000000
(0,0,0)

Tints of #7F5ACA

#7F5ACA
(127,90,202)
#8A69CE
(138,105,206)
#9578D2
(149,120,210)
#A087D6
(160,135,214)
#AB96DA
(171,150,218)
#B6A5DE
(182,165,222)
#C1B4E2
(193,180,226)
#CCC3E6
(204,195,230)
#D7D2EA
(215,210,234)
#E2E1EE
(226,225,238)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5ACA color. Also use rgb(127,90,202) instead hex code.

Text Font Color

.myTextColor { color: #7F5ACA; }

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

This text font color is #7F5ACA.


Background Color

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

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

This div background color is #7F5ACA.


Border color

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

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

This div border color is #7F5ACA.


Opacity

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

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

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

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

This text has shadow with #7F5ACA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F5ACA on black background.


Color preview on white background

This text has color #7F5ACA on white background.



Black color preview on #7F5ACA background

This text has black color on #7F5ACA background.


White color preview on #7F5ACA background

This text has white color on #7F5ACA background.