COLOR #7358B8

HEX: #7358B8 RGB: (115,88,184)

Color info

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

RGB color model

#7358B8 color RGB value is (115,88,184).

RGB: (115,88,184) (45%, 35%, 72%)

RGB channels and saturation

R 115 of 255 = 45%
G 88 of 255 = 35%
B 184 of 255 = 72%

115
88
184

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

Portions of RGB colors in percentages

R + G + B = 115 + 88 + 184 = 387 (100%)
R 115 of 387 ~ 29.72%
G 88 of 387 ~ 22.74%
B 184 of 387 ~ 47.55'%

%29.72
%22.74
%47.55

CMYK color model

#7358B8 color CMYK value is (38,52,0,28).

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

CMYK: (38,52,0,28)
C38M52Y0K28 (38%, 52%, 0%, 28%)
(0.38 / 0.52 / 0.00 / 0.28)

CMYK percentages

%37.5
%52.17
%0
%27.84

Codes

Color #7358B8 in popluar color models

73 58 B8
RGB 115 88 184
HSL 257° 40.34% 53.33%
HSB/HSV 257° 52.17% 72.16%
CMYK 37.50% 52.17% 0.00%
27.84%

Color #7358B8 in popluar number systems.

HEX 73 58 B8
Decimal 115 88 184
Binary 1110011 1011000 10111000
Octal 163 130 270

Shades and tints

Shades of #7358B8

#7358B8
(115,88,184)
#6950A8
(105,80,168)
#5F4898
(95,72,152)
#554088
(85,64,136)
#4B3878
(75,56,120)
#413068
(65,48,104)
#372858
(55,40,88)
#2D2048
(45,32,72)
#231838
(35,24,56)
#191028
(25,16,40)
#0F0818
(15,8,24)
#000000
(0,0,0)

Tints of #7358B8

#7358B8
(115,88,184)
#7F67BE
(127,103,190)
#8B76C4
(139,118,196)
#9785CA
(151,133,202)
#A394D0
(163,148,208)
#AFA3D6
(175,163,214)
#BBB2DC
(187,178,220)
#C7C1E2
(199,193,226)
#D3D0E8
(211,208,232)
#DFDFEE
(223,223,238)
#EBEEF4
(235,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7358B8; }

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

This text font color is #7358B8.

Background Color

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

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

This div background color is #7358B8.

Border color

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

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

This div border color is #7358B8.

Opacity

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

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

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

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

This text has shadow with #7358B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7358B8.

Preview

Color preview on black background

This text has color #7358B8 on black background.


Color preview on white background

This text has color #7358B8 on white background.


Black color preview on #7358B8 background

This text has black color on #7358B8 background.


White color preview on #7358B8 background

This text has white color on #7358B8 background.


Related colors

Complementary color

Complementary color for #hex is #8CA747.


I love getcolorcode.com

Triadic colors

1 #B87358 and #58B873 with #7358B8 are triadic colors.

2 #B85873 and #5873B8 with #7358B8 are triadic colors.