COLOR #7567D5

HEX: #7567D5 RGB: (117,103,213)

Color info

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

RGB color model

#7567D5 color RGB value is (117,103,213).

RGB: (117,103,213) (46%, 40%, 84%)

RGB channels and saturation

R 117 of 255 = 46%
G 103 of 255 = 40%
B 213 of 255 = 84%

117
103
213

R + G + B ~ 57%. #7567D5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 117 + 103 + 213 = 433 (100%)
R 117 of 433 ~ 27.02%
G 103 of 433 ~ 23.79%
B 213 of 433 ~ 49.19'%

%27.02
%23.79
%49.19

CMYK color model

#7567D5 color CMYK value is (45,52,0,16).

  • cyan value is 45.07%
  • magenta value is 51.64%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (45,52,0,16)
C45M52Y0K16 (45%, 52%, 0%, 16%)
(0.45 / 0.52 / 0.00 / 0.16)

CMYK percentages

%45.07
%51.64
%0
%16.47

Codes

Color #7567D5 in popluar color models

75 67 D5
RGB 117 103 213
HSL 248° 56.70% 61.96%
HSB/HSV 248° 51.64% 83.53%
CMYK 45.07% 51.64% 0.00%
16.47%

Color #7567D5 in popluar number systems.

HEX 75 67 D5
Decimal 117 103 213
Binary 1110101 1100111 11010101
Octal 165 147 325

Shades and tints

Shades of #7567D5

#7567D5
(117,103,213)
#6B5EC2
(107,94,194)
#6155AF
(97,85,175)
#574C9C
(87,76,156)
#4D4389
(77,67,137)
#433A76
(67,58,118)
#393163
(57,49,99)
#2F2850
(47,40,80)
#251F3D
(37,31,61)
#1B162A
(27,22,42)
#110D17
(17,13,23)
#000000
(0,0,0)

Tints of #7567D5

#7567D5
(117,103,213)
#8174D8
(129,116,216)
#8D81DB
(141,129,219)
#998EDE
(153,142,222)
#A59BE1
(165,155,225)
#B1A8E4
(177,168,228)
#BDB5E7
(189,181,231)
#C9C2EA
(201,194,234)
#D5CFED
(213,207,237)
#E1DCF0
(225,220,240)
#EDE9F3
(237,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7567D5 color. Also use rgb(117,103,213) instead hex code.

Text Font Color

.myTextColor { color: #7567D5; }

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

This text font color is #7567D5.

Background Color

.myBgColor { background-color: #7567D5; }

<div style="background-color:#7567D5">Inner text</div>

This div background color is #7567D5.

Border color

.myBorderColor { border: 1px solid #7567D5; }

<div style="border:3px solid #7567D5">Div</div>

This div border color is #7567D5.

Opacity

.myOpacity80 { color: #7567D5; opacity: 0.8; }

<p style="color:#7567D5;opacity:0.8;">80%</p>

Text with #7567D5 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 #7567D5;}

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

This text has shadow with #7567D5 color.


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

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

This text has shadow with #7567D5 primary color and red secondary color.


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

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

This text has shadow with #7567D5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7567D5.

Preview

Color preview on black background

This text has color #7567D5 on black background.


Color preview on white background

This text has color #7567D5 on white background.


Black color preview on #7567D5 background

This text has black color on #7567D5 background.


White color preview on #7567D5 background

This text has white color on #7567D5 background.


Related colors

Complementary color

Complementary color for #hex is #8A982A.


I love getcolorcode.com

Triadic colors

1 #D57567 and #67D575 with #7567D5 are triadic colors.

2 #D56775 and #6775D5 with #7567D5 are triadic colors.