COLOR #7365AA

HEX: #7365AA
RGB: (115,101,170)

Color info

#7365AA contains mainly red and blue colors. Web safe color of #7365AA is #666699 (or #669).

RGB color model

#7365AA color RGB value is (115,101,170).

  • red value is 115;
  • green value is 101;
  • blue value is 170.
RGB:
(115,101,170)
(45%,40%,67%)

RGB channels and saturation

R 115 of 255 = 45%
G 101 of 255 = 40%
B 170 of 255 = 67%

115
101
170

R + G + B ~ 51%. #7365AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 101 + 170 = 386 (100%)
R 115 of 386 ~ 29.79%
G 101 of 386 ~ 26.17%
B 170 of 386 ~ 44.04%

%29.79
%26.17
%44.04

CMYK color model

#7365AA color CMYK value is (32,41,0,33).

  • cyan value is 32.35%
  • magenta value is 40.59%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(32,41,0,33)
C32M41Y0K33 
(32%,41%,0%,33%)
(0.32/0.41/0.00/0.33)	

CMYK percentages

%32.35
%40.59
%0
%33.33

Codes

Color #7365AA in popluar color models

7365AA
RGB115101170
HSL252°28.87%53.14%
HSB/HSV252°40.59%66.67%
CMYK32.35%40.59%0.00%
33.33%

Color #7365AA in popluar number systems.

HEX7365AA
Decimal115101170
Binary1110011110010110101010
Octal163145252

Shades and tints

Shades of #7365AA

#7365AA
(115,101,170)
#695C9B
(105,92,155)
#5F538C
(95,83,140)
#554A7D
(85,74,125)
#4B416E
(75,65,110)
#41385F
(65,56,95)
#372F50
(55,47,80)
#2D2641
(45,38,65)
#231D32
(35,29,50)
#191423
(25,20,35)
#0F0B14
(15,11,20)
#000000
(0,0,0)

Tints of #7365AA

#7365AA
(115,101,170)
#7F73B1
(127,115,177)
#8B81B8
(139,129,184)
#978FBF
(151,143,191)
#A39DC6
(163,157,198)
#AFABCD
(175,171,205)
#BBB9D4
(187,185,212)
#C7C7DB
(199,199,219)
#D3D5E2
(211,213,226)
#DFE3E9
(223,227,233)
#EBF1F0
(235,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7365AA color. Also use rgb(115,101,170) instead hex code.

Text Font Color

.myTextColor { color: #7365AA; }

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

This text font color is #7365AA.


Background Color

.myBgColor { background-color: #7365AA; }

<div style="background-color:#7365AA">Inner text</div>

This div background color is #7365AA.


Border color

.myBorderColor { border: 1px solid #7365AA; }

<div style="border:3px solid #7365AA">Div</div>

This div border color is #7365AA.


Opacity

.myOpacity80 { color: #7365AA; opacity: 0.8; }

<p style="color:#7365AA;opacity:0.8;">80%</p>

Text with #7365AA 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 #7365AA;}

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

This text has shadow with #7365AA color.

.textShadow {text-shadow: 3px 3px 1px #7365AA, 3px 3px 1px red;}

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

This text has shadow with #7365AA primary color and red secondary color.


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

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

This text has shadow with #7365AA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7365AA on black background.


Color preview on white background

This text has color #7365AA on white background.



Black color preview on #7365AA background

This text has black color on #7365AA background.


White color preview on #7365AA background

This text has white color on #7365AA background.