COLOR #8777D8

HEX: #8777D8
RGB: (135,119,216)

Color info

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

RGB color model

#8777D8 color RGB value is (135,119,216).

  • red value is 135;
  • green value is 119;
  • blue value is 216.
RGB:
(135,119,216)
(53%,47%,85%)

RGB channels and saturation

R 135 of 255 = 53%
G 119 of 255 = 47%
B 216 of 255 = 85%

135
119
216

R + G + B ~ 62%. #8777D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
135 + 119 + 216 = 470 (100%)
R 135 of 470 ~ 28.72%
G 119 of 470 ~ 25.32%
B 216 of 470 ~ 45.96%

%28.72
%25.32
%45.96

CMYK color model

#8777D8 color CMYK value is (38,45,0,15).

  • cyan value is 37.50%
  • magenta value is 44.91%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(38,45,0,15)
C38M45Y0K15 
(38%,45%,0%,15%)
(0.38/0.45/0.00/0.15)	

CMYK percentages

%37.5
%44.91
%0
%15.29

Codes

Color #8777D8 in popluar color models

8777D8
RGB135119216
HSL250°55.43%65.69%
HSB/HSV250°44.91%84.71%
CMYK37.50%44.91%0.00%
15.29%

Color #8777D8 in popluar number systems.

HEX8777D8
Decimal135119216
Binary10000111111011111011000
Octal207167330

Shades and tints

Shades of #8777D8

#8777D8
(135,119,216)
#7B6DC5
(123,109,197)
#6F63B2
(111,99,178)
#63599F
(99,89,159)
#574F8C
(87,79,140)
#4B4579
(75,69,121)
#3F3B66
(63,59,102)
#333153
(51,49,83)
#272740
(39,39,64)
#1B1D2D
(27,29,45)
#0F131A
(15,19,26)
#000000
(0,0,0)

Tints of #8777D8

#8777D8
(135,119,216)
#9183DB
(145,131,219)
#9B8FDE
(155,143,222)
#A59BE1
(165,155,225)
#AFA7E4
(175,167,228)
#B9B3E7
(185,179,231)
#C3BFEA
(195,191,234)
#CDCBED
(205,203,237)
#D7D7F0
(215,215,240)
#E1E3F3
(225,227,243)
#EBEFF6
(235,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8777D8 color. Also use rgb(135,119,216) instead hex code.

Text Font Color

.myTextColor { color: #8777D8; }

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

This text font color is #8777D8.


Background Color

.myBgColor { background-color: #8777D8; }

<div style="background-color:#8777D8">Inner text</div>

This div background color is #8777D8.


Border color

.myBorderColor { border: 1px solid #8777D8; }

<div style="border:3px solid #8777D8">Div</div>

This div border color is #8777D8.


Opacity

.myOpacity80 { color: #8777D8; opacity: 0.8; }

<p style="color:#8777D8;opacity:0.8;">80%</p>

Text with #8777D8 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 #8777D8;}

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

This text has shadow with #8777D8 color.

.textShadow {text-shadow: 3px 3px 1px #8777D8, 3px 3px 1px red;}

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

This text has shadow with #8777D8 primary color and red secondary color.


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

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

This text has shadow with #8777D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8777D8 on black background.


Color preview on white background

This text has color #8777D8 on white background.



Black color preview on #8777D8 background

This text has black color on #8777D8 background.


White color preview on #8777D8 background

This text has white color on #8777D8 background.