COLOR #7B65D6

HEX: #7B65D6
RGB: (123,101,214)

Color info

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

RGB color model

#7B65D6 color RGB value is (123,101,214).

  • red value is 123;
  • green value is 101;
  • blue value is 214.
RGB:
(123,101,214)
(48%,40%,84%)

RGB channels and saturation

R 123 of 255 = 48%
G 101 of 255 = 40%
B 214 of 255 = 84%

123
101
214

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

Portions of RGB colors in percentages

R + G + B =
123 + 101 + 214 = 438 (100%)
R 123 of 438 ~ 28.08%
G 101 of 438 ~ 23.06%
B 214 of 438 ~ 48.86%

%28.08
%23.06
%48.86

CMYK color model

#7B65D6 color CMYK value is (43,53,0,16).

  • cyan value is 42.52%
  • magenta value is 52.80%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK:
(43,53,0,16)
C43M53Y0K16 
(43%,53%,0%,16%)
(0.43/0.53/0.00/0.16)	

CMYK percentages

%42.52
%52.8
%0
%16.08

Codes

Color #7B65D6 in popluar color models

7B65D6
RGB123101214
HSL252°57.95%61.76%
HSB/HSV252°52.80%83.92%
CMYK42.52%52.80%0.00%
16.08%

Color #7B65D6 in popluar number systems.

HEX7B65D6
Decimal123101214
Binary1111011110010111010110
Octal173145326

Shades and tints

Shades of #7B65D6

#7B65D6
(123,101,214)
#705CC3
(112,92,195)
#6553B0
(101,83,176)
#5A4A9D
(90,74,157)
#4F418A
(79,65,138)
#443877
(68,56,119)
#392F64
(57,47,100)
#2E2651
(46,38,81)
#231D3E
(35,29,62)
#18142B
(24,20,43)
#0D0B18
(13,11,24)
#000000
(0,0,0)

Tints of #7B65D6

#7B65D6
(123,101,214)
#8773D9
(135,115,217)
#9381DC
(147,129,220)
#9F8FDF
(159,143,223)
#AB9DE2
(171,157,226)
#B7ABE5
(183,171,229)
#C3B9E8
(195,185,232)
#CFC7EB
(207,199,235)
#DBD5EE
(219,213,238)
#E7E3F1
(231,227,241)
#F3F1F4
(243,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B65D6 color. Also use rgb(123,101,214) instead hex code.

Text Font Color

.myTextColor { color: #7B65D6; }

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

This text font color is #7B65D6.


Background Color

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

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

This div background color is #7B65D6.


Border color

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

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

This div border color is #7B65D6.


Opacity

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

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

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

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

This text has shadow with #7B65D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B65D6 on black background.


Color preview on white background

This text has color #7B65D6 on white background.



Black color preview on #7B65D6 background

This text has black color on #7B65D6 background.


White color preview on #7B65D6 background

This text has white color on #7B65D6 background.