COLOR #7381AD

HEX: #7381AD RGB: (115,129,173)

Color info

#7381AD contains red, green and blue colors in about the same proportion. Web safe color of #7381AD is #669999 (or #699).

RGB color model

#7381AD color RGB value is (115,129,173).

RGB: (115,129,173) (45%, 51%, 68%)

RGB channels and saturation

R 115 of 255 = 45%
G 129 of 255 = 51%
B 173 of 255 = 68%

115
129
173

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

Portions of RGB colors in percentages

R + G + B = 115 + 129 + 173 = 417 (100%)
R 115 of 417 ~ 27.58%
G 129 of 417 ~ 30.94%
B 173 of 417 ~ 41.49'%

%27.58
%30.94
%41.49

CMYK color model

#7381AD color CMYK value is (34,25,0,32).

  • cyan value is 33.53%
  • magenta value is 25.43%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (34,25,0,32)
C34M25Y0K32 (34%, 25%, 0%, 32%)
(0.34 / 0.25 / 0.00 / 0.32)

CMYK percentages

%33.53
%25.43
%0
%32.16

Codes

Color #7381AD in popluar color models

73 81 AD
RGB 115 129 173
HSL 226° 26.13% 56.47%
HSB/HSV 226° 33.53% 67.84%
CMYK 33.53% 25.43% 0.00%
32.16%

Color #7381AD in popluar number systems.

HEX 73 81 AD
Decimal 115 129 173
Binary 1110011 10000001 10101101
Octal 163 201 255

Shades and tints

Shades of #7381AD

#7381AD
(115,129,173)
#69769E
(105,118,158)
#5F6B8F
(95,107,143)
#556080
(85,96,128)
#4B5571
(75,85,113)
#414A62
(65,74,98)
#373F53
(55,63,83)
#2D3444
(45,52,68)
#232935
(35,41,53)
#191E26
(25,30,38)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #7381AD

#7381AD
(115,129,173)
#7F8CB4
(127,140,180)
#8B97BB
(139,151,187)
#97A2C2
(151,162,194)
#A3ADC9
(163,173,201)
#AFB8D0
(175,184,208)
#BBC3D7
(187,195,215)
#C7CEDE
(199,206,222)
#D3D9E5
(211,217,229)
#DFE4EC
(223,228,236)
#EBEFF3
(235,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7381AD color. Also use rgb(115,129,173) instead hex code.

Text Font Color

.myTextColor { color: #7381AD; }

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

This text font color is #7381AD.

Background Color

.myBgColor { background-color: #7381AD; }

<div style="background-color:#7381AD">Inner text</div>

This div background color is #7381AD.

Border color

.myBorderColor { border: 1px solid #7381AD; }

<div style="border:3px solid #7381AD">Div</div>

This div border color is #7381AD.

Opacity

.myOpacity80 { color: #7381AD; opacity: 0.8; }

<p style="color:#7381AD;opacity:0.8;">80%</p>

Text with #7381AD 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 #7381AD;}

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

This text has shadow with #7381AD color.


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

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

This text has shadow with #7381AD primary color and red secondary color.


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

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

This text has shadow with #7381AD and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7381AD.

Preview

Color preview on black background

This text has color #7381AD on black background.


Color preview on white background

This text has color #7381AD on white background.


Black color preview on #7381AD background

This text has black color on #7381AD background.


White color preview on #7381AD background

This text has white color on #7381AD background.


Related colors

Complementary color

Complementary color for #hex is #8C7E52.


I love getcolorcode.com

Triadic colors

1 #AD7381 and #81AD73 with #7381AD are triadic colors.

2 #AD8173 and #8173AD with #7381AD are triadic colors.