COLOR #7654C5

HEX: #7654C5 RGB: (118,84,197)

Color info

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

RGB color model

#7654C5 color RGB value is (118,84,197).

RGB: (118,84,197) (46%, 33%, 77%)

RGB channels and saturation

R 118 of 255 = 46%
G 84 of 255 = 33%
B 197 of 255 = 77%

118
84
197

R + G + B ~ 52%. #7654C5 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 118 + 84 + 197 = 399 (100%)
R 118 of 399 ~ 29.57%
G 84 of 399 ~ 21.05%
B 197 of 399 ~ 49.37'%

%29.57
%21.05
%49.37

CMYK color model

#7654C5 color CMYK value is (40,57,0,23).

  • cyan value is 40.10%
  • magenta value is 57.36%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (40,57,0,23)
C40M57Y0K23 (40%, 57%, 0%, 23%)
(0.40 / 0.57 / 0.00 / 0.23)

CMYK percentages

%40.1
%57.36
%0
%22.75

Codes

Color #7654C5 in popluar color models

76 54 C5
RGB 118 84 197
HSL 258° 49.34% 55.10%
HSB/HSV 258° 57.36% 77.25%
CMYK 40.10% 57.36% 0.00%
22.75%

Color #7654C5 in popluar number systems.

HEX 76 54 C5
Decimal 118 84 197
Binary 1110110 1010100 11000101
Octal 166 124 305

Shades and tints

Shades of #7654C5

#7654C5
(118,84,197)
#6C4DB4
(108,77,180)
#6246A3
(98,70,163)
#583F92
(88,63,146)
#4E3881
(78,56,129)
#443170
(68,49,112)
#3A2A5F
(58,42,95)
#30234E
(48,35,78)
#261C3D
(38,28,61)
#1C152C
(28,21,44)
#120E1B
(18,14,27)
#000000
(0,0,0)

Tints of #7654C5

#7654C5
(118,84,197)
#8263CA
(130,99,202)
#8E72CF
(142,114,207)
#9A81D4
(154,129,212)
#A690D9
(166,144,217)
#B29FDE
(178,159,222)
#BEAEE3
(190,174,227)
#CABDE8
(202,189,232)
#D6CCED
(214,204,237)
#E2DBF2
(226,219,242)
#EEEAF7
(238,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7654C5 color. Also use rgb(118,84,197) instead hex code.

Text Font Color

.myTextColor { color: #7654C5; }

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

This text font color is #7654C5.

Background Color

.myBgColor { background-color: #7654C5; }

<div style="background-color:#7654C5">Inner text</div>

This div background color is #7654C5.

Border color

.myBorderColor { border: 1px solid #7654C5; }

<div style="border:3px solid #7654C5">Div</div>

This div border color is #7654C5.

Opacity

.myOpacity80 { color: #7654C5; opacity: 0.8; }

<p style="color:#7654C5;opacity:0.8;">80%</p>

Text with #7654C5 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 #7654C5;}

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

This text has shadow with #7654C5 color.


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

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

This text has shadow with #7654C5 primary color and red secondary color.


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

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

This text has shadow with #7654C5 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7654C5.

Preview

Color preview on black background

This text has color #7654C5 on black background.


Color preview on white background

This text has color #7654C5 on white background.


Black color preview on #7654C5 background

This text has black color on #7654C5 background.


White color preview on #7654C5 background

This text has white color on #7654C5 background.


Related colors

Complementary color

Complementary color for #hex is #89AB3A.


I love getcolorcode.com

Triadic colors

1 #C57654 and #54C576 with #7654C5 are triadic colors.

2 #C55476 and #5476C5 with #7654C5 are triadic colors.