COLOR #8A77FD

HEX: #8A77FD
RGB: (138,119,253)

Color info

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

RGB color model

#8A77FD color RGB value is (138,119,253).

  • red value is 138;
  • green value is 119;
  • blue value is 253.
RGB:
(138,119,253)
(54%,47%,99%)

RGB channels and saturation

R 138 of 255 = 54%
G 119 of 255 = 47%
B 253 of 255 = 99%

138
119
253

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

Portions of RGB colors in percentages

R + G + B =
138 + 119 + 253 = 510 (100%)
R 138 of 510 ~ 27.06%
G 119 of 510 ~ 23.33%
B 253 of 510 ~ 49.61%

%27.06
%23.33
%49.61

CMYK color model

#8A77FD color CMYK value is (45,53,0,1).

  • cyan value is 45.45%
  • magenta value is 52.96%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(45,53,0,1)
C45M53Y0K1 
(45%,53%,0%,1%)
(0.45/0.53/0.00/0.01)	

CMYK percentages

%45.45
%52.96
%0
%0.78

Codes

Color #8A77FD in popluar color models

8A77FD
RGB138119253
HSL249°97.10%72.94%
HSB/HSV249°52.96%99.22%
CMYK45.45%52.96%0.00%
0.78%

Color #8A77FD in popluar number systems.

HEX8A77FD
Decimal138119253
Binary10001010111011111111101
Octal212167375

Shades and tints

Shades of #8A77FD

#8A77FD
(138,119,253)
#7E6DE6
(126,109,230)
#7263CF
(114,99,207)
#6659B8
(102,89,184)
#5A4FA1
(90,79,161)
#4E458A
(78,69,138)
#423B73
(66,59,115)
#36315C
(54,49,92)
#2A2745
(42,39,69)
#1E1D2E
(30,29,46)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #8A77FD

#8A77FD
(138,119,253)
#9483FD
(148,131,253)
#9E8FFD
(158,143,253)
#A89BFD
(168,155,253)
#B2A7FD
(178,167,253)
#BCB3FD
(188,179,253)
#C6BFFD
(198,191,253)
#D0CBFD
(208,203,253)
#DAD7FD
(218,215,253)
#E4E3FD
(228,227,253)
#EEEFFD
(238,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8A77FD color. Also use rgb(138,119,253) instead hex code.

Text Font Color

.myTextColor { color: #8A77FD; }

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

This text font color is #8A77FD.


Background Color

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

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

This div background color is #8A77FD.


Border color

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

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

This div border color is #8A77FD.


Opacity

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

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

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

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

This text has shadow with #8A77FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8A77FD on black background.


Color preview on white background

This text has color #8A77FD on white background.



Black color preview on #8A77FD background

This text has black color on #8A77FD background.


White color preview on #8A77FD background

This text has white color on #8A77FD background.