COLOR #8779E7

HEX: #8779E7
RGB: (135,121,231)

Color info

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

RGB color model

#8779E7 color RGB value is (135,121,231).

  • red value is 135;
  • green value is 121;
  • blue value is 231.
RGB:
(135,121,231)
(53%,47%,91%)

RGB channels and saturation

R 135 of 255 = 53%
G 121 of 255 = 47%
B 231 of 255 = 91%

135
121
231

R + G + B ~ 64%. #8779E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 121 + 231 = 487 (100%)
R 135 of 487 ~ 27.72%
G 121 of 487 ~ 24.85%
B 231 of 487 ~ 47.43%

%27.72
%24.85
%47.43

CMYK color model

#8779E7 color CMYK value is (42,48,0,9).

  • cyan value is 41.56%
  • magenta value is 47.62%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(42,48,0,9)
C42M48Y0K9 
(42%,48%,0%,9%)
(0.42/0.48/0.00/0.09)	

CMYK percentages

%41.56
%47.62
%0
%9.41

Codes

Color #8779E7 in popluar color models

8779E7
RGB135121231
HSL248°69.62%69.02%
HSB/HSV248°47.62%90.59%
CMYK41.56%47.62%0.00%
9.41%

Color #8779E7 in popluar number systems.

HEX8779E7
Decimal135121231
Binary10000111111100111100111
Octal207171347

Shades and tints

Shades of #8779E7

#8779E7
(135,121,231)
#7B6ED2
(123,110,210)
#6F63BD
(111,99,189)
#6358A8
(99,88,168)
#574D93
(87,77,147)
#4B427E
(75,66,126)
#3F3769
(63,55,105)
#332C54
(51,44,84)
#27213F
(39,33,63)
#1B162A
(27,22,42)
#0F0B15
(15,11,21)
#000000
(0,0,0)

Tints of #8779E7

#8779E7
(135,121,231)
#9185E9
(145,133,233)
#9B91EB
(155,145,235)
#A59DED
(165,157,237)
#AFA9EF
(175,169,239)
#B9B5F1
(185,181,241)
#C3C1F3
(195,193,243)
#CDCDF5
(205,205,245)
#D7D9F7
(215,217,247)
#E1E5F9
(225,229,249)
#EBF1FB
(235,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8779E7 color. Also use rgb(135,121,231) instead hex code.

Text Font Color

.myTextColor { color: #8779E7; }

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

This text font color is #8779E7.


Background Color

.myBgColor { background-color: #8779E7; }

<div style="background-color:#8779E7">Inner text</div>

This div background color is #8779E7.


Border color

.myBorderColor { border: 1px solid #8779E7; }

<div style="border:3px solid #8779E7">Div</div>

This div border color is #8779E7.


Opacity

.myOpacity80 { color: #8779E7; opacity: 0.8; }

<p style="color:#8779E7;opacity:0.8;">80%</p>

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

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

This text has shadow with #8779E7 color.

.textShadow {text-shadow: 3px 3px 1px #8779E7, 3px 3px 1px red;}

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

This text has shadow with #8779E7 primary color and red secondary color.


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

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

This text has shadow with #8779E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8779E7 on black background.


Color preview on white background

This text has color #8779E7 on white background.



Black color preview on #8779E7 background

This text has black color on #8779E7 background.


White color preview on #8779E7 background

This text has white color on #8779E7 background.