COLOR #8A7FFB

HEX: #8A7FFB
RGB: (138,127,251)

Color info

#8A7FFB contains mainly blue color. Web safe color of #8A7FFB is #9966FF (or #96F).

RGB color model

#8A7FFB color RGB value is (138,127,251).

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

RGB channels and saturation

R 138 of 255 = 54%
G 127 of 255 = 50%
B 251 of 255 = 98%

138
127
251

R + G + B ~ 67%. #8A7FFB is quite light color.

Portions of RGB colors in percentages

R + G + B =
138 + 127 + 251 = 516 (100%)
R 138 of 516 ~ 26.74%
G 127 of 516 ~ 24.61%
B 251 of 516 ~ 48.64%

%26.74
%24.61
%48.64

CMYK color model

#8A7FFB color CMYK value is (45,49,0,2).

  • cyan value is 45.02%
  • magenta value is 49.40%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(45,49,0,2)
C45M49Y0K2 
(45%,49%,0%,2%)
(0.45/0.49/0.00/0.02)	

CMYK percentages

%45.02
%49.4
%0
%1.57

Codes

Color #8A7FFB in popluar color models

8A7FFB
RGB138127251
HSL245°93.94%74.12%
HSB/HSV245°49.40%98.43%
CMYK45.02%49.40%0.00%
1.57%

Color #8A7FFB in popluar number systems.

HEX8A7FFB
Decimal138127251
Binary10001010111111111111011
Octal212177373

Shades and tints

Shades of #8A7FFB

#8A7FFB
(138,127,251)
#7E74E5
(126,116,229)
#7269CF
(114,105,207)
#665EB9
(102,94,185)
#5A53A3
(90,83,163)
#4E488D
(78,72,141)
#423D77
(66,61,119)
#363261
(54,50,97)
#2A274B
(42,39,75)
#1E1C35
(30,28,53)
#12111F
(18,17,31)
#000000
(0,0,0)

Tints of #8A7FFB

#8A7FFB
(138,127,251)
#948AFB
(148,138,251)
#9E95FB
(158,149,251)
#A8A0FB
(168,160,251)
#B2ABFB
(178,171,251)
#BCB6FB
(188,182,251)
#C6C1FB
(198,193,251)
#D0CCFB
(208,204,251)
#DAD7FB
(218,215,251)
#E4E2FB
(228,226,251)
#EEEDFB
(238,237,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8A7FFB; }

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

This text font color is #8A7FFB.


Background Color

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

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

This div background color is #8A7FFB.


Border color

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

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

This div border color is #8A7FFB.


Opacity

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

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

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

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

This text has shadow with #8A7FFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A7FFB on black background.


Color preview on white background

This text has color #8A7FFB on white background.



Black color preview on #8A7FFB background

This text has black color on #8A7FFB background.


White color preview on #8A7FFB background

This text has white color on #8A7FFB background.