COLOR #7652A9

HEX: #7652A9
RGB: (118,82,169)

Color info

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

RGB color model

#7652A9 color RGB value is (118,82,169).

  • red value is 118;
  • green value is 82;
  • blue value is 169.
RGB:
(118,82,169)
(46%,32%,66%)

RGB channels and saturation

R 118 of 255 = 46%
G 82 of 255 = 32%
B 169 of 255 = 66%

118
82
169

R + G + B ~ 48%. #7652A9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 82 + 169 = 369 (100%)
R 118 of 369 ~ 31.98%
G 82 of 369 ~ 22.22%
B 169 of 369 ~ 45.8%

%31.98
%22.22
%45.8

CMYK color model

#7652A9 color CMYK value is (30,51,0,34).

  • cyan value is 30.18%
  • magenta value is 51.48%
  • yellow value is 0.00%
  • key color value is 33.73%
CMYK:
(30,51,0,34)
C30M51Y0K34 
(30%,51%,0%,34%)
(0.30/0.51/0.00/0.34)	

CMYK percentages

%30.18
%51.48
%0
%33.73

Codes

Color #7652A9 in popluar color models

7652A9
RGB11882169
HSL265°34.66%49.22%
HSB/HSV265°51.48%66.27%
CMYK30.18%51.48%0.00%
33.73%

Color #7652A9 in popluar number systems.

HEX7652A9
Decimal11882169
Binary1110110101001010101001
Octal166122251

Shades and tints

Shades of #7652A9

#7652A9
(118,82,169)
#6C4B9A
(108,75,154)
#62448B
(98,68,139)
#583D7C
(88,61,124)
#4E366D
(78,54,109)
#442F5E
(68,47,94)
#3A284F
(58,40,79)
#302140
(48,33,64)
#261A31
(38,26,49)
#1C1322
(28,19,34)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #7652A9

#7652A9
(118,82,169)
#8261B0
(130,97,176)
#8E70B7
(142,112,183)
#9A7FBE
(154,127,190)
#A68EC5
(166,142,197)
#B29DCC
(178,157,204)
#BEACD3
(190,172,211)
#CABBDA
(202,187,218)
#D6CAE1
(214,202,225)
#E2D9E8
(226,217,232)
#EEE8EF
(238,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7652A9 color. Also use rgb(118,82,169) instead hex code.

Text Font Color

.myTextColor { color: #7652A9; }

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

This text font color is #7652A9.


Background Color

.myBgColor { background-color: #7652A9; }

<div style="background-color:#7652A9">Inner text</div>

This div background color is #7652A9.


Border color

.myBorderColor { border: 1px solid #7652A9; }

<div style="border:3px solid #7652A9">Div</div>

This div border color is #7652A9.


Opacity

.myOpacity80 { color: #7652A9; opacity: 0.8; }

<p style="color:#7652A9;opacity:0.8;">80%</p>

Text with #7652A9 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 #7652A9;}

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

This text has shadow with #7652A9 color.

.textShadow {text-shadow: 3px 3px 1px #7652A9, 3px 3px 1px red;}

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

This text has shadow with #7652A9 primary color and red secondary color.


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

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

This text has shadow with #7652A9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7652A9 on black background.


Color preview on white background

This text has color #7652A9 on white background.



Black color preview on #7652A9 background

This text has black color on #7652A9 background.


White color preview on #7652A9 background

This text has white color on #7652A9 background.