COLOR #8773E0

HEX: #8773E0
RGB: (135,115,224)

Color info

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

RGB color model

#8773E0 color RGB value is (135,115,224).

  • red value is 135;
  • green value is 115;
  • blue value is 224.
RGB:
(135,115,224)
(53%,45%,88%)

RGB channels and saturation

R 135 of 255 = 53%
G 115 of 255 = 45%
B 224 of 255 = 88%

135
115
224

R + G + B ~ 62%. #8773E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 115 + 224 = 474 (100%)
R 135 of 474 ~ 28.48%
G 115 of 474 ~ 24.26%
B 224 of 474 ~ 47.26%

%28.48
%24.26
%47.26

CMYK color model

#8773E0 color CMYK value is (40,49,0,12).

  • cyan value is 39.73%
  • magenta value is 48.66%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(40,49,0,12)
C40M49Y0K12 
(40%,49%,0%,12%)
(0.40/0.49/0.00/0.12)	

CMYK percentages

%39.73
%48.66
%0
%12.16

Codes

Color #8773E0 in popluar color models

8773E0
RGB135115224
HSL251°63.74%66.47%
HSB/HSV251°48.66%87.84%
CMYK39.73%48.66%0.00%
12.16%

Color #8773E0 in popluar number systems.

HEX8773E0
Decimal135115224
Binary10000111111001111100000
Octal207163340

Shades and tints

Shades of #8773E0

#8773E0
(135,115,224)
#7B69CC
(123,105,204)
#6F5FB8
(111,95,184)
#6355A4
(99,85,164)
#574B90
(87,75,144)
#4B417C
(75,65,124)
#3F3768
(63,55,104)
#332D54
(51,45,84)
#272340
(39,35,64)
#1B192C
(27,25,44)
#0F0F18
(15,15,24)
#000000
(0,0,0)

Tints of #8773E0

#8773E0
(135,115,224)
#917FE2
(145,127,226)
#9B8BE4
(155,139,228)
#A597E6
(165,151,230)
#AFA3E8
(175,163,232)
#B9AFEA
(185,175,234)
#C3BBEC
(195,187,236)
#CDC7EE
(205,199,238)
#D7D3F0
(215,211,240)
#E1DFF2
(225,223,242)
#EBEBF4
(235,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8773E0 color. Also use rgb(135,115,224) instead hex code.

Text Font Color

.myTextColor { color: #8773E0; }

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

This text font color is #8773E0.


Background Color

.myBgColor { background-color: #8773E0; }

<div style="background-color:#8773E0">Inner text</div>

This div background color is #8773E0.


Border color

.myBorderColor { border: 1px solid #8773E0; }

<div style="border:3px solid #8773E0">Div</div>

This div border color is #8773E0.


Opacity

.myOpacity80 { color: #8773E0; opacity: 0.8; }

<p style="color:#8773E0;opacity:0.8;">80%</p>

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

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

This text has shadow with #8773E0 color.

.textShadow {text-shadow: 3px 3px 1px #8773E0, 3px 3px 1px red;}

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

This text has shadow with #8773E0 primary color and red secondary color.


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

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

This text has shadow with #8773E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8773E0 on black background.


Color preview on white background

This text has color #8773E0 on white background.



Black color preview on #8773E0 background

This text has black color on #8773E0 background.


White color preview on #8773E0 background

This text has white color on #8773E0 background.