COLOR #7567AB

HEX: #7567AB RGB: (117,103,171)

Color info

#7567AB contains mainly red and blue colors. Web safe color of #7567AB is #666699 (or #669).

RGB color model

#7567AB color RGB value is (117,103,171).

RGB: (117,103,171) (46%, 40%, 67%)

RGB channels and saturation

R 117 of 255 = 46%
G 103 of 255 = 40%
B 171 of 255 = 67%

117
103
171

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

Portions of RGB colors in percentages

R + G + B = 117 + 103 + 171 = 391 (100%)
R 117 of 391 ~ 29.92%
G 103 of 391 ~ 26.34%
B 171 of 391 ~ 43.73'%

%29.92
%26.34
%43.73

CMYK color model

#7567AB color CMYK value is (32,40,0,33).

  • cyan value is 31.58%
  • magenta value is 39.77%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (32,40,0,33)
C32M40Y0K33 (32%, 40%, 0%, 33%)
(0.32 / 0.40 / 0.00 / 0.33)

CMYK percentages

%31.58
%39.77
%0
%32.94

Codes

Color #7567AB in popluar color models

75 67 AB
RGB 117 103 171
HSL 252° 28.81% 53.73%
HSB/HSV 252° 39.77% 67.06%
CMYK 31.58% 39.77% 0.00%
32.94%

Color #7567AB in popluar number systems.

HEX 75 67 AB
Decimal 117 103 171
Binary 1110101 1100111 10101011
Octal 165 147 253

Shades and tints

Shades of #7567AB

#7567AB
(117,103,171)
#6B5E9C
(107,94,156)
#61558D
(97,85,141)
#574C7E
(87,76,126)
#4D436F
(77,67,111)
#433A60
(67,58,96)
#393151
(57,49,81)
#2F2842
(47,40,66)
#251F33
(37,31,51)
#1B1624
(27,22,36)
#110D15
(17,13,21)
#000000
(0,0,0)

Tints of #7567AB

#7567AB
(117,103,171)
#8174B2
(129,116,178)
#8D81B9
(141,129,185)
#998EC0
(153,142,192)
#A59BC7
(165,155,199)
#B1A8CE
(177,168,206)
#BDB5D5
(189,181,213)
#C9C2DC
(201,194,220)
#D5CFE3
(213,207,227)
#E1DCEA
(225,220,234)
#EDE9F1
(237,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7567AB; }

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

This text font color is #7567AB.

Background Color

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

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

This div background color is #7567AB.

Border color

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

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

This div border color is #7567AB.

Opacity

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

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

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

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

This text has shadow with #7567AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7567AB.

Preview

Color preview on black background

This text has color #7567AB on black background.


Color preview on white background

This text has color #7567AB on white background.


Black color preview on #7567AB background

This text has black color on #7567AB background.


White color preview on #7567AB background

This text has white color on #7567AB background.


Related colors

Complementary color

Complementary color for #hex is #8A9854.


I love getcolorcode.com

Triadic colors

1 #AB7567 and #67AB75 with #7567AB are triadic colors.

2 #AB6775 and #6775AB with #7567AB are triadic colors.