COLOR #7A78BC

HEX: #7A78BC RGB: (122,120,188)

Color info

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

RGB color model

#7A78BC color RGB value is (122,120,188).

RGB: (122,120,188) (48%, 47%, 74%)

RGB channels and saturation

R 122 of 255 = 48%
G 120 of 255 = 47%
B 188 of 255 = 74%

122
120
188

R + G + B ~ 56%. #7A78BC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 122 + 120 + 188 = 430 (100%)
R 122 of 430 ~ 28.37%
G 120 of 430 ~ 27.91%
B 188 of 430 ~ 43.72'%

%28.37
%27.91
%43.72

CMYK color model

#7A78BC color CMYK value is (35,36,0,26).

  • cyan value is 35.11%
  • magenta value is 36.17%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (35,36,0,26)
C35M36Y0K26 (35%, 36%, 0%, 26%)
(0.35 / 0.36 / 0.00 / 0.26)

CMYK percentages

%35.11
%36.17
%0
%26.27

Codes

Color #7A78BC in popluar color models

7A 78 BC
RGB 122 120 188
HSL 242° 33.66% 60.39%
HSB/HSV 242° 36.17% 73.73%
CMYK 35.11% 36.17% 0.00%
26.27%

Color #7A78BC in popluar number systems.

HEX 7A 78 BC
Decimal 122 120 188
Binary 1111010 1111000 10111100
Octal 172 170 274

Shades and tints

Shades of #7A78BC

#7A78BC
(122,120,188)
#6F6EAB
(111,110,171)
#64649A
(100,100,154)
#595A89
(89,90,137)
#4E5078
(78,80,120)
#434667
(67,70,103)
#383C56
(56,60,86)
#2D3245
(45,50,69)
#222834
(34,40,52)
#171E23
(23,30,35)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #7A78BC

#7A78BC
(122,120,188)
#8684C2
(134,132,194)
#9290C8
(146,144,200)
#9E9CCE
(158,156,206)
#AAA8D4
(170,168,212)
#B6B4DA
(182,180,218)
#C2C0E0
(194,192,224)
#CECCE6
(206,204,230)
#DAD8EC
(218,216,236)
#E6E4F2
(230,228,242)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A78BC color. Also use rgb(122,120,188) instead hex code.

Text Font Color

.myTextColor { color: #7A78BC; }

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

This text font color is #7A78BC.

Background Color

.myBgColor { background-color: #7A78BC; }

<div style="background-color:#7A78BC">Inner text</div>

This div background color is #7A78BC.

Border color

.myBorderColor { border: 1px solid #7A78BC; }

<div style="border:3px solid #7A78BC">Div</div>

This div border color is #7A78BC.

Opacity

.myOpacity80 { color: #7A78BC; opacity: 0.8; }

<p style="color:#7A78BC;opacity:0.8;">80%</p>

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

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

This text has shadow with #7A78BC color.


.textShadow {text-shadow: 3px 3px 1px #7A78BC', 3px 3px 1px red;}

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

This text has shadow with #7A78BC primary color and red secondary color.


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

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

This text has shadow with #7A78BC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7A78BC; -webkit-box-shadow: 1px 1px 3px 2px #7A78BC; box-shadow:1px 1px 3px 2px #7A78BC;">
Div content here
</div>

This div box has shadow with color #7A78BC.

Preview

Color preview on black background

This text has color #7A78BC on black background.


Color preview on white background

This text has color #7A78BC on white background.


Black color preview on #7A78BC background

This text has black color on #7A78BC background.


White color preview on #7A78BC background

This text has white color on #7A78BC background.


Related colors

Complementary color

Complementary color for #hex is #858743.


I love getcolorcode.com

Triadic colors

1 #BC7A78 and #78BC7A with #7A78BC are triadic colors.

2 #BC787A and #787ABC with #7A78BC are triadic colors.