COLOR #8774AB

HEX: #8774AB
RGB: (135,116,171)

Color info

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

RGB color model

#8774AB color RGB value is (135,116,171).

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

RGB channels and saturation

R 135 of 255 = 53%
G 116 of 255 = 45%
B 171 of 255 = 67%

135
116
171

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

Portions of RGB colors in percentages

R + G + B =
135 + 116 + 171 = 422 (100%)
R 135 of 422 ~ 31.99%
G 116 of 422 ~ 27.49%
B 171 of 422 ~ 40.52%

%31.99
%27.49
%40.52

CMYK color model

#8774AB color CMYK value is (21,32,0,33).

  • cyan value is 21.05%
  • magenta value is 32.16%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(21,32,0,33)
C21M32Y0K33 
(21%,32%,0%,33%)
(0.21/0.32/0.00/0.33)	

CMYK percentages

%21.05
%32.16
%0
%32.94

Codes

Color #8774AB in popluar color models

8774AB
RGB135116171
HSL261°24.66%56.27%
HSB/HSV261°32.16%67.06%
CMYK21.05%32.16%0.00%
32.94%

Color #8774AB in popluar number systems.

HEX8774AB
Decimal135116171
Binary10000111111010010101011
Octal207164253

Shades and tints

Shades of #8774AB

#8774AB
(135,116,171)
#7B6A9C
(123,106,156)
#6F608D
(111,96,141)
#63567E
(99,86,126)
#574C6F
(87,76,111)
#4B4260
(75,66,96)
#3F3851
(63,56,81)
#332E42
(51,46,66)
#272433
(39,36,51)
#1B1A24
(27,26,36)
#0F1015
(15,16,21)
#000000
(0,0,0)

Tints of #8774AB

#8774AB
(135,116,171)
#9180B2
(145,128,178)
#9B8CB9
(155,140,185)
#A598C0
(165,152,192)
#AFA4C7
(175,164,199)
#B9B0CE
(185,176,206)
#C3BCD5
(195,188,213)
#CDC8DC
(205,200,220)
#D7D4E3
(215,212,227)
#E1E0EA
(225,224,234)
#EBECF1
(235,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8774AB; }

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

This text font color is #8774AB.


Background Color

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

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

This div background color is #8774AB.


Border color

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

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

This div border color is #8774AB.


Opacity

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

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

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

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

This text has shadow with #8774AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8774AB on black background.


Color preview on white background

This text has color #8774AB on white background.



Black color preview on #8774AB background

This text has black color on #8774AB background.


White color preview on #8774AB background

This text has white color on #8774AB background.