COLOR #7558CE

HEX: #7558CE
RGB: (117,88,206)

Color info

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

RGB color model

#7558CE color RGB value is (117,88,206).

  • red value is 117;
  • green value is 88;
  • blue value is 206.
RGB:
(117,88,206)
(46%,35%,81%)

RGB channels and saturation

R 117 of 255 = 46%
G 88 of 255 = 35%
B 206 of 255 = 81%

117
88
206

R + G + B ~ 54%. #7558CE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
117 + 88 + 206 = 411 (100%)
R 117 of 411 ~ 28.47%
G 88 of 411 ~ 21.41%
B 206 of 411 ~ 50.12%

%28.47
%21.41
%50.12

CMYK color model

#7558CE color CMYK value is (43,57,0,19).

  • cyan value is 43.20%
  • magenta value is 57.28%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(43,57,0,19)
C43M57Y0K19 
(43%,57%,0%,19%)
(0.43/0.57/0.00/0.19)	

CMYK percentages

%43.2
%57.28
%0
%19.22

Codes

Color #7558CE in popluar color models

7558CE
RGB11788206
HSL255°54.63%57.65%
HSB/HSV255°57.28%80.78%
CMYK43.20%57.28%0.00%
19.22%

Color #7558CE in popluar number systems.

HEX7558CE
Decimal11788206
Binary1110101101100011001110
Octal165130316

Shades and tints

Shades of #7558CE

#7558CE
(117,88,206)
#6B50BC
(107,80,188)
#6148AA
(97,72,170)
#574098
(87,64,152)
#4D3886
(77,56,134)
#433074
(67,48,116)
#392862
(57,40,98)
#2F2050
(47,32,80)
#25183E
(37,24,62)
#1B102C
(27,16,44)
#11081A
(17,8,26)
#000000
(0,0,0)

Tints of #7558CE

#7558CE
(117,88,206)
#8167D2
(129,103,210)
#8D76D6
(141,118,214)
#9985DA
(153,133,218)
#A594DE
(165,148,222)
#B1A3E2
(177,163,226)
#BDB2E6
(189,178,230)
#C9C1EA
(201,193,234)
#D5D0EE
(213,208,238)
#E1DFF2
(225,223,242)
#EDEEF6
(237,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7558CE color. Also use rgb(117,88,206) instead hex code.

Text Font Color

.myTextColor { color: #7558CE; }

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

This text font color is #7558CE.


Background Color

.myBgColor { background-color: #7558CE; }

<div style="background-color:#7558CE">Inner text</div>

This div background color is #7558CE.


Border color

.myBorderColor { border: 1px solid #7558CE; }

<div style="border:3px solid #7558CE">Div</div>

This div border color is #7558CE.


Opacity

.myOpacity80 { color: #7558CE; opacity: 0.8; }

<p style="color:#7558CE;opacity:0.8;">80%</p>

Text with #7558CE 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 #7558CE;}

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

This text has shadow with #7558CE color.

.textShadow {text-shadow: 3px 3px 1px #7558CE, 3px 3px 1px red;}

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

This text has shadow with #7558CE primary color and red secondary color.


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

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

This text has shadow with #7558CE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7558CE on black background.


Color preview on white background

This text has color #7558CE on white background.



Black color preview on #7558CE background

This text has black color on #7558CE background.


White color preview on #7558CE background

This text has white color on #7558CE background.