COLOR #7381AB

HEX: #7381AB RGB: (115,129,171)

Color info

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

RGB color model

#7381AB color RGB value is (115,129,171).

RGB: (115,129,171) (45%, 51%, 67%)

RGB channels and saturation

R 115 of 255 = 45%
G 129 of 255 = 51%
B 171 of 255 = 67%

115
129
171

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

Portions of RGB colors in percentages

R + G + B = 115 + 129 + 171 = 415 (100%)
R 115 of 415 ~ 27.71%
G 129 of 415 ~ 31.08%
B 171 of 415 ~ 41.2'%

%27.71
%31.08
%41.2

CMYK color model

#7381AB color CMYK value is (33,25,0,33).

  • cyan value is 32.75%
  • magenta value is 24.56%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (33,25,0,33)
C33M25Y0K33 (33%, 25%, 0%, 33%)
(0.33 / 0.25 / 0.00 / 0.33)

CMYK percentages

%32.75
%24.56
%0
%32.94

Codes

Color #7381AB in popluar color models

73 81 AB
RGB 115 129 171
HSL 225° 25.00% 56.08%
HSB/HSV 225° 32.75% 67.06%
CMYK 32.75% 24.56% 0.00%
32.94%

Color #7381AB in popluar number systems.

HEX 73 81 AB
Decimal 115 129 171
Binary 1110011 10000001 10101011
Octal 163 201 253

Shades and tints

Shades of #7381AB

#7381AB
(115,129,171)
#69769C
(105,118,156)
#5F6B8D
(95,107,141)
#55607E
(85,96,126)
#4B556F
(75,85,111)
#414A60
(65,74,96)
#373F51
(55,63,81)
#2D3442
(45,52,66)
#232933
(35,41,51)
#191E24
(25,30,36)
#0F1315
(15,19,21)
#000000
(0,0,0)

Tints of #7381AB

#7381AB
(115,129,171)
#7F8CB2
(127,140,178)
#8B97B9
(139,151,185)
#97A2C0
(151,162,192)
#A3ADC7
(163,173,199)
#AFB8CE
(175,184,206)
#BBC3D5
(187,195,213)
#C7CEDC
(199,206,220)
#D3D9E3
(211,217,227)
#DFE4EA
(223,228,234)
#EBEFF1
(235,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7381AB; }

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

This text font color is #7381AB.

Background Color

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

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

This div background color is #7381AB.

Border color

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

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

This div border color is #7381AB.

Opacity

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

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

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

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

This text has shadow with #7381AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7381AB.

Preview

Color preview on black background

This text has color #7381AB on black background.


Color preview on white background

This text has color #7381AB on white background.


Black color preview on #7381AB background

This text has black color on #7381AB background.


White color preview on #7381AB background

This text has white color on #7381AB background.


Related colors

Complementary color

Complementary color for #hex is #8C7E54.


I love getcolorcode.com

Triadic colors

1 #AB7381 and #81AB73 with #7381AB are triadic colors.

2 #AB8173 and #8173AB with #7381AB are triadic colors.