COLOR #7678FF

HEX: #7678FF
RGB: (118,120,255)

Color info

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

RGB color model

#7678FF color RGB value is (118,120,255).

  • red value is 118;
  • green value is 120;
  • blue value is 255.
RGB:
(118,120,255)
(46%,47%,100%)

RGB channels and saturation

R 118 of 255 = 46%
G 120 of 255 = 47%
B 255 of 255 = 100%

118
120
255

R + G + B ~ 64%. #7678FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
118 + 120 + 255 = 493 (100%)
R 118 of 493 ~ 23.94%
G 120 of 493 ~ 24.34%
B 255 of 493 ~ 51.72%

%23.94
%24.34
%51.72

CMYK color model

#7678FF color CMYK value is (54,53,0,0).

  • cyan value is 53.73%
  • magenta value is 52.94%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(54,53,0,0)
C54M53Y0K0 
(54%,53%,0%,0%)
(0.54/0.53/0.00/0.00)	

CMYK percentages

%53.73
%52.94
%0
%0

Codes

Color #7678FF in popluar color models

7678FF
RGB118120255
HSL239°100.00%73.14%
HSB/HSV239°53.73%100.00%
CMYK53.73%52.94%0.00%
0.00%

Color #7678FF in popluar number systems.

HEX7678FF
Decimal118120255
Binary1110110111100011111111
Octal166170377

Shades and tints

Shades of #7678FF

#7678FF
(118,120,255)
#6C6EE8
(108,110,232)
#6264D1
(98,100,209)
#585ABA
(88,90,186)
#4E50A3
(78,80,163)
#44468C
(68,70,140)
#3A3C75
(58,60,117)
#30325E
(48,50,94)
#262847
(38,40,71)
#1C1E30
(28,30,48)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #7678FF

#7678FF
(118,120,255)
#8284FF
(130,132,255)
#8E90FF
(142,144,255)
#9A9CFF
(154,156,255)
#A6A8FF
(166,168,255)
#B2B4FF
(178,180,255)
#BEC0FF
(190,192,255)
#CACCFF
(202,204,255)
#D6D8FF
(214,216,255)
#E2E4FF
(226,228,255)
#EEF0FF
(238,240,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7678FF color. Also use rgb(118,120,255) instead hex code.

Text Font Color

.myTextColor { color: #7678FF; }

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

This text font color is #7678FF.


Background Color

.myBgColor { background-color: #7678FF; }

<div style="background-color:#7678FF">Inner text</div>

This div background color is #7678FF.


Border color

.myBorderColor { border: 1px solid #7678FF; }

<div style="border:3px solid #7678FF">Div</div>

This div border color is #7678FF.


Opacity

.myOpacity80 { color: #7678FF; opacity: 0.8; }

<p style="color:#7678FF;opacity:0.8;">80%</p>

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

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

This text has shadow with #7678FF color.

.textShadow {text-shadow: 3px 3px 1px #7678FF, 3px 3px 1px red;}

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

This text has shadow with #7678FF primary color and red secondary color.


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

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

This text has shadow with #7678FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7678FF on black background.


Color preview on white background

This text has color #7678FF on white background.



Black color preview on #7678FF background

This text has black color on #7678FF background.


White color preview on #7678FF background

This text has white color on #7678FF background.