COLOR #7354B8

HEX: #7354B8 RGB: (115,84,184)

Color info

#7354B8 contains mainly blue color. Web safe color of #7354B8 is #6666CC (or #66C).

RGB color model

#7354B8 color RGB value is (115,84,184).

RGB: (115,84,184) (45%, 33%, 72%)

RGB channels and saturation

R 115 of 255 = 45%
G 84 of 255 = 33%
B 184 of 255 = 72%

115
84
184

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

Portions of RGB colors in percentages

R + G + B = 115 + 84 + 184 = 383 (100%)
R 115 of 383 ~ 30.03%
G 84 of 383 ~ 21.93%
B 184 of 383 ~ 48.04'%

%30.03
%21.93
%48.04

CMYK color model

#7354B8 color CMYK value is (38,54,0,28).

  • cyan value is 37.50%
  • magenta value is 54.35%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (38,54,0,28)
C38M54Y0K28 (38%, 54%, 0%, 28%)
(0.38 / 0.54 / 0.00 / 0.28)

CMYK percentages

%37.5
%54.35
%0
%27.84

Codes

Color #7354B8 in popluar color models

73 54 B8
RGB 115 84 184
HSL 259° 41.32% 52.55%
HSB/HSV 259° 54.35% 72.16%
CMYK 37.50% 54.35% 0.00%
27.84%

Color #7354B8 in popluar number systems.

HEX 73 54 B8
Decimal 115 84 184
Binary 1110011 1010100 10111000
Octal 163 124 270

Shades and tints

Shades of #7354B8

#7354B8
(115,84,184)
#694DA8
(105,77,168)
#5F4698
(95,70,152)
#553F88
(85,63,136)
#4B3878
(75,56,120)
#413168
(65,49,104)
#372A58
(55,42,88)
#2D2348
(45,35,72)
#231C38
(35,28,56)
#191528
(25,21,40)
#0F0E18
(15,14,24)
#000000
(0,0,0)

Tints of #7354B8

#7354B8
(115,84,184)
#7F63BE
(127,99,190)
#8B72C4
(139,114,196)
#9781CA
(151,129,202)
#A390D0
(163,144,208)
#AF9FD6
(175,159,214)
#BBAEDC
(187,174,220)
#C7BDE2
(199,189,226)
#D3CCE8
(211,204,232)
#DFDBEE
(223,219,238)
#EBEAF4
(235,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7354B8 color. Also use rgb(115,84,184) instead hex code.

Text Font Color

.myTextColor { color: #7354B8; }

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

This text font color is #7354B8.

Background Color

.myBgColor { background-color: #7354B8; }

<div style="background-color:#7354B8">Inner text</div>

This div background color is #7354B8.

Border color

.myBorderColor { border: 1px solid #7354B8; }

<div style="border:3px solid #7354B8">Div</div>

This div border color is #7354B8.

Opacity

.myOpacity80 { color: #7354B8; opacity: 0.8; }

<p style="color:#7354B8;opacity:0.8;">80%</p>

Text with #7354B8 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 #7354B8;}

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

This text has shadow with #7354B8 color.


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

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

This text has shadow with #7354B8 primary color and red secondary color.


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

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

This text has shadow with #7354B8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7354B8.

Preview

Color preview on black background

This text has color #7354B8 on black background.


Color preview on white background

This text has color #7354B8 on white background.


Black color preview on #7354B8 background

This text has black color on #7354B8 background.


White color preview on #7354B8 background

This text has white color on #7354B8 background.


Related colors

Complementary color

Complementary color for #hex is #8CAB47.


I love getcolorcode.com

Triadic colors

1 #B87354 and #54B873 with #7354B8 are triadic colors.

2 #B85473 and #5473B8 with #7354B8 are triadic colors.