COLOR #7673BF

HEX: #7673BF
RGB: (118,115,191)

Color info

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

RGB color model

#7673BF color RGB value is (118,115,191).

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

RGB channels and saturation

R 118 of 255 = 46%
G 115 of 255 = 45%
B 191 of 255 = 75%

118
115
191

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

Portions of RGB colors in percentages

R + G + B =
118 + 115 + 191 = 424 (100%)
R 118 of 424 ~ 27.83%
G 115 of 424 ~ 27.12%
B 191 of 424 ~ 45.05%

%27.83
%27.12
%45.05

CMYK color model

#7673BF color CMYK value is (38,40,0,25).

  • cyan value is 38.22%
  • magenta value is 39.79%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(38,40,0,25)
C38M40Y0K25 
(38%,40%,0%,25%)
(0.38/0.40/0.00/0.25)	

CMYK percentages

%38.22
%39.79
%0
%25.1

Codes

Color #7673BF in popluar color models

7673BF
RGB118115191
HSL242°37.25%60.00%
HSB/HSV242°39.79%74.90%
CMYK38.22%39.79%0.00%
25.10%

Color #7673BF in popluar number systems.

HEX7673BF
Decimal118115191
Binary1110110111001110111111
Octal166163277

Shades and tints

Shades of #7673BF

#7673BF
(118,115,191)
#6C69AE
(108,105,174)
#625F9D
(98,95,157)
#58558C
(88,85,140)
#4E4B7B
(78,75,123)
#44416A
(68,65,106)
#3A3759
(58,55,89)
#302D48
(48,45,72)
#262337
(38,35,55)
#1C1926
(28,25,38)
#120F15
(18,15,21)
#000000
(0,0,0)

Tints of #7673BF

#7673BF
(118,115,191)
#827FC4
(130,127,196)
#8E8BC9
(142,139,201)
#9A97CE
(154,151,206)
#A6A3D3
(166,163,211)
#B2AFD8
(178,175,216)
#BEBBDD
(190,187,221)
#CAC7E2
(202,199,226)
#D6D3E7
(214,211,231)
#E2DFEC
(226,223,236)
#EEEBF1
(238,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7673BF; }

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

This text font color is #7673BF.


Background Color

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

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

This div background color is #7673BF.


Border color

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

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

This div border color is #7673BF.


Opacity

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

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

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

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

This text has shadow with #7673BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7673BF on black background.


Color preview on white background

This text has color #7673BF on white background.



Black color preview on #7673BF background

This text has black color on #7673BF background.


White color preview on #7673BF background

This text has white color on #7673BF background.