COLOR #8074AF

HEX: #8074AF RGB: (128,116,175)

Color info

#8074AF contains red, green and blue colors in about the same proportion. Web safe color of #8074AF is #666699 (or #669).

RGB color model

#8074AF color RGB value is (128,116,175).

RGB: (128,116,175) (50%, 45%, 69%)

RGB channels and saturation

R 128 of 255 = 50%
G 116 of 255 = 45%
B 175 of 255 = 69%

128
116
175

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

Portions of RGB colors in percentages

R + G + B = 128 + 116 + 175 = 419 (100%)
R 128 of 419 ~ 30.55%
G 116 of 419 ~ 27.68%
B 175 of 419 ~ 41.77'%

%30.55
%27.68
%41.77

CMYK color model

#8074AF color CMYK value is (27,34,0,31).

  • cyan value is 26.86%
  • magenta value is 33.71%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (27,34,0,31)
C27M34Y0K31 (27%, 34%, 0%, 31%)
(0.27 / 0.34 / 0.00 / 0.31)

CMYK percentages

%26.86
%33.71
%0
%31.37

Codes

Color #8074AF in popluar color models

80 74 AF
RGB 128 116 175
HSL 252° 26.94% 57.06%
HSB/HSV 252° 33.71% 68.63%
CMYK 26.86% 33.71% 0.00%
31.37%

Color #8074AF in popluar number systems.

HEX 80 74 AF
Decimal 128 116 175
Binary 10000000 1110100 10101111
Octal 200 164 257

Shades and tints

Shades of #8074AF

#8074AF
(128,116,175)
#756AA0
(117,106,160)
#6A6091
(106,96,145)
#5F5682
(95,86,130)
#544C73
(84,76,115)
#494264
(73,66,100)
#3E3855
(62,56,85)
#332E46
(51,46,70)
#282437
(40,36,55)
#1D1A28
(29,26,40)
#121019
(18,16,25)
#000000
(0,0,0)

Tints of #8074AF

#8074AF
(128,116,175)
#8B80B6
(139,128,182)
#968CBD
(150,140,189)
#A198C4
(161,152,196)
#ACA4CB
(172,164,203)
#B7B0D2
(183,176,210)
#C2BCD9
(194,188,217)
#CDC8E0
(205,200,224)
#D8D4E7
(216,212,231)
#E3E0EE
(227,224,238)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8074AF color. Also use rgb(128,116,175) instead hex code.

Text Font Color

.myTextColor { color: #8074AF; }

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

This text font color is #8074AF.

Background Color

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

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

This div background color is #8074AF.

Border color

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

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

This div border color is #8074AF.

Opacity

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

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

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

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

This text has shadow with #8074AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8074AF.

Preview

Color preview on black background

This text has color #8074AF on black background.


Color preview on white background

This text has color #8074AF on white background.


Black color preview on #8074AF background

This text has black color on #8074AF background.


White color preview on #8074AF background

This text has white color on #8074AF background.


Related colors

Complementary color

Complementary color for #hex is #7F8B50.


I love getcolorcode.com

Triadic colors

1 #AF8074 and #74AF80 with #8074AF are triadic colors.

2 #AF7480 and #7480AF with #8074AF are triadic colors.