COLOR #8777AF

HEX: #8777AF
RGB: (135,119,175)

Color info

#8777AF contains red, green and blue colors in about the same proportion. Web safe color of #8777AF is #996699 (or #969).

RGB color model

#8777AF color RGB value is (135,119,175).

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

RGB channels and saturation

R 135 of 255 = 53%
G 119 of 255 = 47%
B 175 of 255 = 69%

135
119
175

R + G + B ~ 56%. #8777AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 119 + 175 = 429 (100%)
R 135 of 429 ~ 31.47%
G 119 of 429 ~ 27.74%
B 175 of 429 ~ 40.79%

%31.47
%27.74
%40.79

CMYK color model

#8777AF color CMYK value is (23,32,0,31).

  • cyan value is 22.86%
  • magenta value is 32.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(23,32,0,31)
C23M32Y0K31 
(23%,32%,0%,31%)
(0.23/0.32/0.00/0.31)	

CMYK percentages

%22.86
%32
%0
%31.37

Codes

Color #8777AF in popluar color models

8777AF
RGB135119175
HSL257°25.93%57.65%
HSB/HSV257°32.00%68.63%
CMYK22.86%32.00%0.00%
31.37%

Color #8777AF in popluar number systems.

HEX8777AF
Decimal135119175
Binary10000111111011110101111
Octal207167257

Shades and tints

Shades of #8777AF

#8777AF
(135,119,175)
#7B6DA0
(123,109,160)
#6F6391
(111,99,145)
#635982
(99,89,130)
#574F73
(87,79,115)
#4B4564
(75,69,100)
#3F3B55
(63,59,85)
#333146
(51,49,70)
#272737
(39,39,55)
#1B1D28
(27,29,40)
#0F1319
(15,19,25)
#000000
(0,0,0)

Tints of #8777AF

#8777AF
(135,119,175)
#9183B6
(145,131,182)
#9B8FBD
(155,143,189)
#A59BC4
(165,155,196)
#AFA7CB
(175,167,203)
#B9B3D2
(185,179,210)
#C3BFD9
(195,191,217)
#CDCBE0
(205,203,224)
#D7D7E7
(215,215,231)
#E1E3EE
(225,227,238)
#EBEFF5
(235,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8777AF; }

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

This text font color is #8777AF.


Background Color

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

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

This div background color is #8777AF.


Border color

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

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

This div border color is #8777AF.


Opacity

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

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

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

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

This text has shadow with #8777AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8777AF on black background.


Color preview on white background

This text has color #8777AF on white background.



Black color preview on #8777AF background

This text has black color on #8777AF background.


White color preview on #8777AF background

This text has white color on #8777AF background.