COLOR #7369A1

HEX: #7369A1
RGB: (115,105,161)

Color info

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

RGB color model

#7369A1 color RGB value is (115,105,161).

  • red value is 115;
  • green value is 105;
  • blue value is 161.
RGB:
(115,105,161)
(45%,41%,63%)

RGB channels and saturation

R 115 of 255 = 45%
G 105 of 255 = 41%
B 161 of 255 = 63%

115
105
161

R + G + B ~ 50%. #7369A1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 105 + 161 = 381 (100%)
R 115 of 381 ~ 30.18%
G 105 of 381 ~ 27.56%
B 161 of 381 ~ 42.26%

%30.18
%27.56
%42.26

CMYK color model

#7369A1 color CMYK value is (29,35,0,37).

  • cyan value is 28.57%
  • magenta value is 34.78%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(29,35,0,37)
C29M35Y0K37 
(29%,35%,0%,37%)
(0.29/0.35/0.00/0.37)	

CMYK percentages

%28.57
%34.78
%0
%36.86

Codes

Color #7369A1 in popluar color models

7369A1
RGB115105161
HSL251°22.95%52.16%
HSB/HSV251°34.78%63.14%
CMYK28.57%34.78%0.00%
36.86%

Color #7369A1 in popluar number systems.

HEX7369A1
Decimal115105161
Binary1110011110100110100001
Octal163151241

Shades and tints

Shades of #7369A1

#7369A1
(115,105,161)
#696093
(105,96,147)
#5F5785
(95,87,133)
#554E77
(85,78,119)
#4B4569
(75,69,105)
#413C5B
(65,60,91)
#37334D
(55,51,77)
#2D2A3F
(45,42,63)
#232131
(35,33,49)
#191823
(25,24,35)
#0F0F15
(15,15,21)
#000000
(0,0,0)

Tints of #7369A1

#7369A1
(115,105,161)
#7F76A9
(127,118,169)
#8B83B1
(139,131,177)
#9790B9
(151,144,185)
#A39DC1
(163,157,193)
#AFAAC9
(175,170,201)
#BBB7D1
(187,183,209)
#C7C4D9
(199,196,217)
#D3D1E1
(211,209,225)
#DFDEE9
(223,222,233)
#EBEBF1
(235,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7369A1 color. Also use rgb(115,105,161) instead hex code.

Text Font Color

.myTextColor { color: #7369A1; }

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

This text font color is #7369A1.


Background Color

.myBgColor { background-color: #7369A1; }

<div style="background-color:#7369A1">Inner text</div>

This div background color is #7369A1.


Border color

.myBorderColor { border: 1px solid #7369A1; }

<div style="border:3px solid #7369A1">Div</div>

This div border color is #7369A1.


Opacity

.myOpacity80 { color: #7369A1; opacity: 0.8; }

<p style="color:#7369A1;opacity:0.8;">80%</p>

Text with #7369A1 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 #7369A1;}

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

This text has shadow with #7369A1 color.

.textShadow {text-shadow: 3px 3px 1px #7369A1, 3px 3px 1px red;}

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

This text has shadow with #7369A1 primary color and red secondary color.


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

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

This text has shadow with #7369A1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7369A1 on black background.


Color preview on white background

This text has color #7369A1 on white background.



Black color preview on #7369A1 background

This text has black color on #7369A1 background.


White color preview on #7369A1 background

This text has white color on #7369A1 background.