COLOR #7359BB

HEX: #7359BB
RGB: (115,89,187)

Color info

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

RGB color model

#7359BB color RGB value is (115,89,187).

  • red value is 115;
  • green value is 89;
  • blue value is 187.
RGB:
(115,89,187)
(45%,35%,73%)

RGB channels and saturation

R 115 of 255 = 45%
G 89 of 255 = 35%
B 187 of 255 = 73%

115
89
187

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

Portions of RGB colors in percentages

R + G + B =
115 + 89 + 187 = 391 (100%)
R 115 of 391 ~ 29.41%
G 89 of 391 ~ 22.76%
B 187 of 391 ~ 47.83%

%29.41
%22.76
%47.83

CMYK color model

#7359BB color CMYK value is (39,52,0,27).

  • cyan value is 38.50%
  • magenta value is 52.41%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(39,52,0,27)
C39M52Y0K27 
(39%,52%,0%,27%)
(0.39/0.52/0.00/0.27)	

CMYK percentages

%38.5
%52.41
%0
%26.67

Codes

Color #7359BB in popluar color models

7359BB
RGB11589187
HSL256°41.88%54.12%
HSB/HSV256°52.41%73.33%
CMYK38.50%52.41%0.00%
26.67%

Color #7359BB in popluar number systems.

HEX7359BB
Decimal11589187
Binary1110011101100110111011
Octal163131273

Shades and tints

Shades of #7359BB

#7359BB
(115,89,187)
#6951AA
(105,81,170)
#5F4999
(95,73,153)
#554188
(85,65,136)
#4B3977
(75,57,119)
#413166
(65,49,102)
#372955
(55,41,85)
#2D2144
(45,33,68)
#231933
(35,25,51)
#191122
(25,17,34)
#0F0911
(15,9,17)
#000000
(0,0,0)

Tints of #7359BB

#7359BB
(115,89,187)
#7F68C1
(127,104,193)
#8B77C7
(139,119,199)
#9786CD
(151,134,205)
#A395D3
(163,149,211)
#AFA4D9
(175,164,217)
#BBB3DF
(187,179,223)
#C7C2E5
(199,194,229)
#D3D1EB
(211,209,235)
#DFE0F1
(223,224,241)
#EBEFF7
(235,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7359BB color. Also use rgb(115,89,187) instead hex code.

Text Font Color

.myTextColor { color: #7359BB; }

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

This text font color is #7359BB.


Background Color

.myBgColor { background-color: #7359BB; }

<div style="background-color:#7359BB">Inner text</div>

This div background color is #7359BB.


Border color

.myBorderColor { border: 1px solid #7359BB; }

<div style="border:3px solid #7359BB">Div</div>

This div border color is #7359BB.


Opacity

.myOpacity80 { color: #7359BB; opacity: 0.8; }

<p style="color:#7359BB;opacity:0.8;">80%</p>

Text with #7359BB 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 #7359BB;}

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

This text has shadow with #7359BB color.

.textShadow {text-shadow: 3px 3px 1px #7359BB, 3px 3px 1px red;}

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

This text has shadow with #7359BB primary color and red secondary color.


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

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

This text has shadow with #7359BB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7359BB on black background.


Color preview on white background

This text has color #7359BB on white background.



Black color preview on #7359BB background

This text has black color on #7359BB background.


White color preview on #7359BB background

This text has white color on #7359BB background.