COLOR #7665D9

HEX: #7665D9
RGB: (118,101,217)

Color info

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

RGB color model

#7665D9 color RGB value is (118,101,217).

  • red value is 118;
  • green value is 101;
  • blue value is 217.
RGB:
(118,101,217)
(46%,40%,85%)

RGB channels and saturation

R 118 of 255 = 46%
G 101 of 255 = 40%
B 217 of 255 = 85%

118
101
217

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

Portions of RGB colors in percentages

R + G + B =
118 + 101 + 217 = 436 (100%)
R 118 of 436 ~ 27.06%
G 101 of 436 ~ 23.17%
B 217 of 436 ~ 49.77%

%27.06
%23.17
%49.77

CMYK color model

#7665D9 color CMYK value is (46,53,0,15).

  • cyan value is 45.62%
  • magenta value is 53.46%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(46,53,0,15)
C46M53Y0K15 
(46%,53%,0%,15%)
(0.46/0.53/0.00/0.15)	

CMYK percentages

%45.62
%53.46
%0
%14.9

Codes

Color #7665D9 in popluar color models

7665D9
RGB118101217
HSL249°60.42%62.35%
HSB/HSV249°53.46%85.10%
CMYK45.62%53.46%0.00%
14.90%

Color #7665D9 in popluar number systems.

HEX7665D9
Decimal118101217
Binary1110110110010111011001
Octal166145331

Shades and tints

Shades of #7665D9

#7665D9
(118,101,217)
#6C5CC6
(108,92,198)
#6253B3
(98,83,179)
#584AA0
(88,74,160)
#4E418D
(78,65,141)
#44387A
(68,56,122)
#3A2F67
(58,47,103)
#302654
(48,38,84)
#261D41
(38,29,65)
#1C142E
(28,20,46)
#120B1B
(18,11,27)
#000000
(0,0,0)

Tints of #7665D9

#7665D9
(118,101,217)
#8273DC
(130,115,220)
#8E81DF
(142,129,223)
#9A8FE2
(154,143,226)
#A69DE5
(166,157,229)
#B2ABE8
(178,171,232)
#BEB9EB
(190,185,235)
#CAC7EE
(202,199,238)
#D6D5F1
(214,213,241)
#E2E3F4
(226,227,244)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7665D9 color. Also use rgb(118,101,217) instead hex code.

Text Font Color

.myTextColor { color: #7665D9; }

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

This text font color is #7665D9.


Background Color

.myBgColor { background-color: #7665D9; }

<div style="background-color:#7665D9">Inner text</div>

This div background color is #7665D9.


Border color

.myBorderColor { border: 1px solid #7665D9; }

<div style="border:3px solid #7665D9">Div</div>

This div border color is #7665D9.


Opacity

.myOpacity80 { color: #7665D9; opacity: 0.8; }

<p style="color:#7665D9;opacity:0.8;">80%</p>

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

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

This text has shadow with #7665D9 color.

.textShadow {text-shadow: 3px 3px 1px #7665D9, 3px 3px 1px red;}

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

This text has shadow with #7665D9 primary color and red secondary color.


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

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

This text has shadow with #7665D9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7665D9 on black background.


Color preview on white background

This text has color #7665D9 on white background.



Black color preview on #7665D9 background

This text has black color on #7665D9 background.


White color preview on #7665D9 background

This text has white color on #7665D9 background.