COLOR #7568B4

HEX: #7568B4
RGB: (117,104,180)

Color info

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

RGB color model

#7568B4 color RGB value is (117,104,180).

  • red value is 117;
  • green value is 104;
  • blue value is 180.
RGB:
(117,104,180)
(46%,41%,71%)

RGB channels and saturation

R 117 of 255 = 46%
G 104 of 255 = 41%
B 180 of 255 = 71%

117
104
180

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

Portions of RGB colors in percentages

R + G + B =
117 + 104 + 180 = 401 (100%)
R 117 of 401 ~ 29.18%
G 104 of 401 ~ 25.94%
B 180 of 401 ~ 44.89%

%29.18
%25.94
%44.89

CMYK color model

#7568B4 color CMYK value is (35,42,0,29).

  • cyan value is 35.00%
  • magenta value is 42.22%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(35,42,0,29)
C35M42Y0K29 
(35%,42%,0%,29%)
(0.35/0.42/0.00/0.29)	

CMYK percentages

%35
%42.22
%0
%29.41

Codes

Color #7568B4 in popluar color models

7568B4
RGB117104180
HSL250°33.63%55.69%
HSB/HSV250°42.22%70.59%
CMYK35.00%42.22%0.00%
29.41%

Color #7568B4 in popluar number systems.

HEX7568B4
Decimal117104180
Binary1110101110100010110100
Octal165150264

Shades and tints

Shades of #7568B4

#7568B4
(117,104,180)
#6B5FA4
(107,95,164)
#615694
(97,86,148)
#574D84
(87,77,132)
#4D4474
(77,68,116)
#433B64
(67,59,100)
#393254
(57,50,84)
#2F2944
(47,41,68)
#252034
(37,32,52)
#1B1724
(27,23,36)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #7568B4

#7568B4
(117,104,180)
#8175BA
(129,117,186)
#8D82C0
(141,130,192)
#998FC6
(153,143,198)
#A59CCC
(165,156,204)
#B1A9D2
(177,169,210)
#BDB6D8
(189,182,216)
#C9C3DE
(201,195,222)
#D5D0E4
(213,208,228)
#E1DDEA
(225,221,234)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7568B4 color. Also use rgb(117,104,180) instead hex code.

Text Font Color

.myTextColor { color: #7568B4; }

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

This text font color is #7568B4.


Background Color

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

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

This div background color is #7568B4.


Border color

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

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

This div border color is #7568B4.


Opacity

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

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

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

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

This text has shadow with #7568B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7568B4 on black background.


Color preview on white background

This text has color #7568B4 on white background.



Black color preview on #7568B4 background

This text has black color on #7568B4 background.


White color preview on #7568B4 background

This text has white color on #7568B4 background.