COLOR #7673FC

HEX: #7673FC
RGB: (118,115,252)

Color info

#7673FC contains mainly blue color. Web safe color of #7673FC is #6666FF (or #66F).

RGB color model

#7673FC color RGB value is (118,115,252).

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

RGB channels and saturation

R 118 of 255 = 46%
G 115 of 255 = 45%
B 252 of 255 = 99%

118
115
252

R + G + B ~ 63%. #7673FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 115 + 252 = 485 (100%)
R 118 of 485 ~ 24.33%
G 115 of 485 ~ 23.71%
B 252 of 485 ~ 51.96%

%24.33
%23.71
%51.96

CMYK color model

#7673FC color CMYK value is (53,54,0,1).

  • cyan value is 53.17%
  • magenta value is 54.37%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(53,54,0,1)
C53M54Y0K1 
(53%,54%,0%,1%)
(0.53/0.54/0.00/0.01)	

CMYK percentages

%53.17
%54.37
%0
%1.18

Codes

Color #7673FC in popluar color models

7673FC
RGB118115252
HSL241°95.80%71.96%
HSB/HSV241°54.37%98.82%
CMYK53.17%54.37%0.00%
1.18%

Color #7673FC in popluar number systems.

HEX7673FC
Decimal118115252
Binary1110110111001111111100
Octal166163374

Shades and tints

Shades of #7673FC

#7673FC
(118,115,252)
#6C69E6
(108,105,230)
#625FD0
(98,95,208)
#5855BA
(88,85,186)
#4E4BA4
(78,75,164)
#44418E
(68,65,142)
#3A3778
(58,55,120)
#302D62
(48,45,98)
#26234C
(38,35,76)
#1C1936
(28,25,54)
#120F20
(18,15,32)
#000000
(0,0,0)

Tints of #7673FC

#7673FC
(118,115,252)
#827FFC
(130,127,252)
#8E8BFC
(142,139,252)
#9A97FC
(154,151,252)
#A6A3FC
(166,163,252)
#B2AFFC
(178,175,252)
#BEBBFC
(190,187,252)
#CAC7FC
(202,199,252)
#D6D3FC
(214,211,252)
#E2DFFC
(226,223,252)
#EEEBFC
(238,235,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7673FC; }

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

This text font color is #7673FC.


Background Color

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

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

This div background color is #7673FC.


Border color

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

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

This div border color is #7673FC.


Opacity

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

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

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

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

This text has shadow with #7673FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7673FC on black background.


Color preview on white background

This text has color #7673FC on white background.



Black color preview on #7673FC background

This text has black color on #7673FC background.


White color preview on #7673FC background

This text has white color on #7673FC background.