COLOR #8A7FCA

HEX: #8A7FCA
RGB: (138,127,202)

Color info

#8A7FCA contains mainly blue color. Web safe color of #8A7FCA is #9966CC (or #96C).

RGB color model

#8A7FCA color RGB value is (138,127,202).

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

RGB channels and saturation

R 138 of 255 = 54%
G 127 of 255 = 50%
B 202 of 255 = 79%

138
127
202

R + G + B ~ 61%. #8A7FCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 127 + 202 = 467 (100%)
R 138 of 467 ~ 29.55%
G 127 of 467 ~ 27.19%
B 202 of 467 ~ 43.25%

%29.55
%27.19
%43.25

CMYK color model

#8A7FCA color CMYK value is (32,37,0,21).

  • cyan value is 31.68%
  • magenta value is 37.13%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(32,37,0,21)
C32M37Y0K21 
(32%,37%,0%,21%)
(0.32/0.37/0.00/0.21)	

CMYK percentages

%31.68
%37.13
%0
%20.78

Codes

Color #8A7FCA in popluar color models

8A7FCA
RGB138127202
HSL249°41.44%64.51%
HSB/HSV249°37.13%79.22%
CMYK31.68%37.13%0.00%
20.78%

Color #8A7FCA in popluar number systems.

HEX8A7FCA
Decimal138127202
Binary10001010111111111001010
Octal212177312

Shades and tints

Shades of #8A7FCA

#8A7FCA
(138,127,202)
#7E74B8
(126,116,184)
#7269A6
(114,105,166)
#665E94
(102,94,148)
#5A5382
(90,83,130)
#4E4870
(78,72,112)
#423D5E
(66,61,94)
#36324C
(54,50,76)
#2A273A
(42,39,58)
#1E1C28
(30,28,40)
#121116
(18,17,22)
#000000
(0,0,0)

Tints of #8A7FCA

#8A7FCA
(138,127,202)
#948ACE
(148,138,206)
#9E95D2
(158,149,210)
#A8A0D6
(168,160,214)
#B2ABDA
(178,171,218)
#BCB6DE
(188,182,222)
#C6C1E2
(198,193,226)
#D0CCE6
(208,204,230)
#DAD7EA
(218,215,234)
#E4E2EE
(228,226,238)
#EEEDF2
(238,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A7FCA color. Also use rgb(138,127,202) instead hex code.

Text Font Color

.myTextColor { color: #8A7FCA; }

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

This text font color is #8A7FCA.


Background Color

.myBgColor { background-color: #8A7FCA; }

<div style="background-color:#8A7FCA">Inner text</div>

This div background color is #8A7FCA.


Border color

.myBorderColor { border: 1px solid #8A7FCA; }

<div style="border:3px solid #8A7FCA">Div</div>

This div border color is #8A7FCA.


Opacity

.myOpacity80 { color: #8A7FCA; opacity: 0.8; }

<p style="color:#8A7FCA;opacity:0.8;">80%</p>

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

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

This text has shadow with #8A7FCA color.

.textShadow {text-shadow: 3px 3px 1px #8A7FCA, 3px 3px 1px red;}

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

This text has shadow with #8A7FCA primary color and red secondary color.


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

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

This text has shadow with #8A7FCA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7FCA on black background.


Color preview on white background

This text has color #8A7FCA on white background.



Black color preview on #8A7FCA background

This text has black color on #8A7FCA background.


White color preview on #8A7FCA background

This text has white color on #8A7FCA background.