COLOR #7849B4

HEX: #7849B4
RGB: (120,73,180)

Color info

#7849B4 contains mainly blue color. Web safe color of #7849B4 is #6633CC (or #63C).

RGB color model

#7849B4 color RGB value is (120,73,180).

  • red value is 120;
  • green value is 73;
  • blue value is 180.
RGB:
(120,73,180)
(47%,29%,71%)

RGB channels and saturation

R 120 of 255 = 47%
G 73 of 255 = 29%
B 180 of 255 = 71%

120
73
180

R + G + B ~ 49%. #7849B4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
120 + 73 + 180 = 373 (100%)
R 120 of 373 ~ 32.17%
G 73 of 373 ~ 19.57%
B 180 of 373 ~ 48.26%

%32.17
%19.57
%48.26

CMYK color model

#7849B4 color CMYK value is (33,59,0,29).

  • cyan value is 33.33%
  • magenta value is 59.44%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(33,59,0,29)
C33M59Y0K29 
(33%,59%,0%,29%)
(0.33/0.59/0.00/0.29)	

CMYK percentages

%33.33
%59.44
%0
%29.41

Codes

Color #7849B4 in popluar color models

7849B4
RGB12073180
HSL266°42.29%49.61%
HSB/HSV266°59.44%70.59%
CMYK33.33%59.44%0.00%
29.41%

Color #7849B4 in popluar number systems.

HEX7849B4
Decimal12073180
Binary1111000100100110110100
Octal170111264

Shades and tints

Shades of #7849B4

#7849B4
(120,73,180)
#6E43A4
(110,67,164)
#643D94
(100,61,148)
#5A3784
(90,55,132)
#503174
(80,49,116)
#462B64
(70,43,100)
#3C2554
(60,37,84)
#321F44
(50,31,68)
#281934
(40,25,52)
#1E1324
(30,19,36)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #7849B4

#7849B4
(120,73,180)
#8459BA
(132,89,186)
#9069C0
(144,105,192)
#9C79C6
(156,121,198)
#A889CC
(168,137,204)
#B499D2
(180,153,210)
#C0A9D8
(192,169,216)
#CCB9DE
(204,185,222)
#D8C9E4
(216,201,228)
#E4D9EA
(228,217,234)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7849B4 color. Also use rgb(120,73,180) instead hex code.

Text Font Color

.myTextColor { color: #7849B4; }

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

This text font color is #7849B4.


Background Color

.myBgColor { background-color: #7849B4; }

<div style="background-color:#7849B4">Inner text</div>

This div background color is #7849B4.


Border color

.myBorderColor { border: 1px solid #7849B4; }

<div style="border:3px solid #7849B4">Div</div>

This div border color is #7849B4.


Opacity

.myOpacity80 { color: #7849B4; opacity: 0.8; }

<p style="color:#7849B4;opacity:0.8;">80%</p>

Text with #7849B4 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 #7849B4;}

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

This text has shadow with #7849B4 color.

.textShadow {text-shadow: 3px 3px 1px #7849B4, 3px 3px 1px red;}

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

This text has shadow with #7849B4 primary color and red secondary color.


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

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

This text has shadow with #7849B4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7849B4 on black background.


Color preview on white background

This text has color #7849B4 on white background.



Black color preview on #7849B4 background

This text has black color on #7849B4 background.


White color preview on #7849B4 background

This text has white color on #7849B4 background.