COLOR #7673D2

HEX: #7673D2
RGB: (118,115,210)

Color info

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

RGB color model

#7673D2 color RGB value is (118,115,210).

  • red value is 118;
  • green value is 115;
  • blue value is 210.
RGB:
(118,115,210)
(46%,45%,82%)

RGB channels and saturation

R 118 of 255 = 46%
G 115 of 255 = 45%
B 210 of 255 = 82%

118
115
210

R + G + B ~ 58%. #7673D2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
118 + 115 + 210 = 443 (100%)
R 118 of 443 ~ 26.64%
G 115 of 443 ~ 25.96%
B 210 of 443 ~ 47.4%

%26.64
%25.96
%47.4

CMYK color model

#7673D2 color CMYK value is (44,45,0,18).

  • cyan value is 43.81%
  • magenta value is 45.24%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(44,45,0,18)
C44M45Y0K18 
(44%,45%,0%,18%)
(0.44/0.45/0.00/0.18)	

CMYK percentages

%43.81
%45.24
%0
%17.65

Codes

Color #7673D2 in popluar color models

7673D2
RGB118115210
HSL242°51.35%63.73%
HSB/HSV242°45.24%82.35%
CMYK43.81%45.24%0.00%
17.65%

Color #7673D2 in popluar number systems.

HEX7673D2
Decimal118115210
Binary1110110111001111010010
Octal166163322

Shades and tints

Shades of #7673D2

#7673D2
(118,115,210)
#6C69BF
(108,105,191)
#625FAC
(98,95,172)
#585599
(88,85,153)
#4E4B86
(78,75,134)
#444173
(68,65,115)
#3A3760
(58,55,96)
#302D4D
(48,45,77)
#26233A
(38,35,58)
#1C1927
(28,25,39)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #7673D2

#7673D2
(118,115,210)
#827FD6
(130,127,214)
#8E8BDA
(142,139,218)
#9A97DE
(154,151,222)
#A6A3E2
(166,163,226)
#B2AFE6
(178,175,230)
#BEBBEA
(190,187,234)
#CAC7EE
(202,199,238)
#D6D3F2
(214,211,242)
#E2DFF6
(226,223,246)
#EEEBFA
(238,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7673D2 color. Also use rgb(118,115,210) instead hex code.

Text Font Color

.myTextColor { color: #7673D2; }

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

This text font color is #7673D2.


Background Color

.myBgColor { background-color: #7673D2; }

<div style="background-color:#7673D2">Inner text</div>

This div background color is #7673D2.


Border color

.myBorderColor { border: 1px solid #7673D2; }

<div style="border:3px solid #7673D2">Div</div>

This div border color is #7673D2.


Opacity

.myOpacity80 { color: #7673D2; opacity: 0.8; }

<p style="color:#7673D2;opacity:0.8;">80%</p>

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

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

This text has shadow with #7673D2 color.

.textShadow {text-shadow: 3px 3px 1px #7673D2, 3px 3px 1px red;}

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

This text has shadow with #7673D2 primary color and red secondary color.


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

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

This text has shadow with #7673D2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7673D2 on black background.


Color preview on white background

This text has color #7673D2 on white background.



Black color preview on #7673D2 background

This text has black color on #7673D2 background.


White color preview on #7673D2 background

This text has white color on #7673D2 background.