COLOR #7A65C9

HEX: #7A65C9 RGB: (122,101,201)

Color info

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

RGB color model

#7A65C9 color RGB value is (122,101,201).

RGB: (122,101,201) (48%, 40%, 79%)

RGB channels and saturation

R 122 of 255 = 48%
G 101 of 255 = 40%
B 201 of 255 = 79%

122
101
201

R + G + B ~ 56%. #7A65C9 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 122 + 101 + 201 = 424 (100%)
R 122 of 424 ~ 28.77%
G 101 of 424 ~ 23.82%
B 201 of 424 ~ 47.41'%

%28.77
%23.82
%47.41

CMYK color model

#7A65C9 color CMYK value is (39,50,0,21).

  • cyan value is 39.30%
  • magenta value is 49.75%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (39,50,0,21)
C39M50Y0K21 (39%, 50%, 0%, 21%)
(0.39 / 0.50 / 0.00 / 0.21)

CMYK percentages

%39.3
%49.75
%0
%21.18

Codes

Color #7A65C9 in popluar color models

7A 65 C9
RGB 122 101 201
HSL 253° 48.08% 59.22%
HSB/HSV 253° 49.75% 78.82%
CMYK 39.30% 49.75% 0.00%
21.18%

Color #7A65C9 in popluar number systems.

HEX 7A 65 C9
Decimal 122 101 201
Binary 1111010 1100101 11001001
Octal 172 145 311

Shades and tints

Shades of #7A65C9

#7A65C9
(122,101,201)
#6F5CB7
(111,92,183)
#6453A5
(100,83,165)
#594A93
(89,74,147)
#4E4181
(78,65,129)
#43386F
(67,56,111)
#382F5D
(56,47,93)
#2D264B
(45,38,75)
#221D39
(34,29,57)
#171427
(23,20,39)
#0C0B15
(12,11,21)
#000000
(0,0,0)

Tints of #7A65C9

#7A65C9
(122,101,201)
#8673CD
(134,115,205)
#9281D1
(146,129,209)
#9E8FD5
(158,143,213)
#AA9DD9
(170,157,217)
#B6ABDD
(182,171,221)
#C2B9E1
(194,185,225)
#CEC7E5
(206,199,229)
#DAD5E9
(218,213,233)
#E6E3ED
(230,227,237)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A65C9 color. Also use rgb(122,101,201) instead hex code.

Text Font Color

.myTextColor { color: #7A65C9; }

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

This text font color is #7A65C9.

Background Color

.myBgColor { background-color: #7A65C9; }

<div style="background-color:#7A65C9">Inner text</div>

This div background color is #7A65C9.

Border color

.myBorderColor { border: 1px solid #7A65C9; }

<div style="border:3px solid #7A65C9">Div</div>

This div border color is #7A65C9.

Opacity

.myOpacity80 { color: #7A65C9; opacity: 0.8; }

<p style="color:#7A65C9;opacity:0.8;">80%</p>

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

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

This text has shadow with #7A65C9 color.


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

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

This text has shadow with #7A65C9 primary color and red secondary color.


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

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

This text has shadow with #7A65C9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7A65C9.

Preview

Color preview on black background

This text has color #7A65C9 on black background.


Color preview on white background

This text has color #7A65C9 on white background.


Black color preview on #7A65C9 background

This text has black color on #7A65C9 background.


White color preview on #7A65C9 background

This text has white color on #7A65C9 background.


Related colors

Complementary color

Complementary color for #hex is #859A36.


I love getcolorcode.com

Triadic colors

1 #C97A65 and #65C97A with #7A65C9 are triadic colors.

2 #C9657A and #657AC9 with #7A65C9 are triadic colors.