COLOR #8774AE

HEX: #8774AE
RGB: (135,116,174)

Color info

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

RGB color model

#8774AE color RGB value is (135,116,174).

  • red value is 135;
  • green value is 116;
  • blue value is 174.
RGB:
(135,116,174)
(53%,45%,68%)

RGB channels and saturation

R 135 of 255 = 53%
G 116 of 255 = 45%
B 174 of 255 = 68%

135
116
174

R + G + B ~ 55%. #8774AE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 116 + 174 = 425 (100%)
R 135 of 425 ~ 31.76%
G 116 of 425 ~ 27.29%
B 174 of 425 ~ 40.94%

%31.76
%27.29
%40.94

CMYK color model

#8774AE color CMYK value is (22,33,0,32).

  • cyan value is 22.41%
  • magenta value is 33.33%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(22,33,0,32)
C22M33Y0K32 
(22%,33%,0%,32%)
(0.22/0.33/0.00/0.32)	

CMYK percentages

%22.41
%33.33
%0
%31.76

Codes

Color #8774AE in popluar color models

8774AE
RGB135116174
HSL260°26.36%56.86%
HSB/HSV260°33.33%68.24%
CMYK22.41%33.33%0.00%
31.76%

Color #8774AE in popluar number systems.

HEX8774AE
Decimal135116174
Binary10000111111010010101110
Octal207164256

Shades and tints

Shades of #8774AE

#8774AE
(135,116,174)
#7B6A9F
(123,106,159)
#6F6090
(111,96,144)
#635681
(99,86,129)
#574C72
(87,76,114)
#4B4263
(75,66,99)
#3F3854
(63,56,84)
#332E45
(51,46,69)
#272436
(39,36,54)
#1B1A27
(27,26,39)
#0F1018
(15,16,24)
#000000
(0,0,0)

Tints of #8774AE

#8774AE
(135,116,174)
#9180B5
(145,128,181)
#9B8CBC
(155,140,188)
#A598C3
(165,152,195)
#AFA4CA
(175,164,202)
#B9B0D1
(185,176,209)
#C3BCD8
(195,188,216)
#CDC8DF
(205,200,223)
#D7D4E6
(215,212,230)
#E1E0ED
(225,224,237)
#EBECF4
(235,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8774AE color. Also use rgb(135,116,174) instead hex code.

Text Font Color

.myTextColor { color: #8774AE; }

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

This text font color is #8774AE.


Background Color

.myBgColor { background-color: #8774AE; }

<div style="background-color:#8774AE">Inner text</div>

This div background color is #8774AE.


Border color

.myBorderColor { border: 1px solid #8774AE; }

<div style="border:3px solid #8774AE">Div</div>

This div border color is #8774AE.


Opacity

.myOpacity80 { color: #8774AE; opacity: 0.8; }

<p style="color:#8774AE;opacity:0.8;">80%</p>

Text with #8774AE 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 #8774AE;}

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

This text has shadow with #8774AE color.

.textShadow {text-shadow: 3px 3px 1px #8774AE, 3px 3px 1px red;}

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

This text has shadow with #8774AE primary color and red secondary color.


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

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

This text has shadow with #8774AE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8774AE on black background.


Color preview on white background

This text has color #8774AE on white background.



Black color preview on #8774AE background

This text has black color on #8774AE background.


White color preview on #8774AE background

This text has white color on #8774AE background.