COLOR #7A7FBC

HEX: #7A7FBC RGB: (122,127,188)

Color info

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

RGB color model

#7A7FBC color RGB value is (122,127,188).

RGB: (122,127,188) (48%, 50%, 74%)

RGB channels and saturation

R 122 of 255 = 48%
G 127 of 255 = 50%
B 188 of 255 = 74%

122
127
188

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

Portions of RGB colors in percentages

R + G + B = 122 + 127 + 188 = 437 (100%)
R 122 of 437 ~ 27.92%
G 127 of 437 ~ 29.06%
B 188 of 437 ~ 43.02'%

%27.92
%29.06
%43.02

CMYK color model

#7A7FBC color CMYK value is (35,32,0,26).

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

CMYK: (35,32,0,26)
C35M32Y0K26 (35%, 32%, 0%, 26%)
(0.35 / 0.32 / 0.00 / 0.26)

CMYK percentages

%35.11
%32.45
%0
%26.27

Codes

Color #7A7FBC in popluar color models

7A 7F BC
RGB 122 127 188
HSL 235° 33.00% 60.78%
HSB/HSV 235° 35.11% 73.73%
CMYK 35.11% 32.45% 0.00%
26.27%

Color #7A7FBC in popluar number systems.

HEX 7A 7F BC
Decimal 122 127 188
Binary 1111010 1111111 10111100
Octal 172 177 274

Shades and tints

Shades of #7A7FBC

#7A7FBC
(122,127,188)
#6F74AB
(111,116,171)
#64699A
(100,105,154)
#595E89
(89,94,137)
#4E5378
(78,83,120)
#434867
(67,72,103)
#383D56
(56,61,86)
#2D3245
(45,50,69)
#222734
(34,39,52)
#171C23
(23,28,35)
#0C1112
(12,17,18)
#000000
(0,0,0)

Tints of #7A7FBC

#7A7FBC
(122,127,188)
#868AC2
(134,138,194)
#9295C8
(146,149,200)
#9EA0CE
(158,160,206)
#AAABD4
(170,171,212)
#B6B6DA
(182,182,218)
#C2C1E0
(194,193,224)
#CECCE6
(206,204,230)
#DAD7EC
(218,215,236)
#E6E2F2
(230,226,242)
#F2EDF8
(242,237,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A7FBC; }

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

This text font color is #7A7FBC.

Background Color

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

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

This div background color is #7A7FBC.

Border color

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

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

This div border color is #7A7FBC.

Opacity

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

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

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

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

This text has shadow with #7A7FBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A7FBC.

Preview

Color preview on black background

This text has color #7A7FBC on black background.


Color preview on white background

This text has color #7A7FBC on white background.


Black color preview on #7A7FBC background

This text has black color on #7A7FBC background.


White color preview on #7A7FBC background

This text has white color on #7A7FBC background.


Related colors

Complementary color

Complementary color for #hex is #858043.


I love getcolorcode.com

Triadic colors

1 #BC7A7F and #7FBC7A with #7A7FBC are triadic colors.

2 #BC7F7A and #7F7ABC with #7A7FBC are triadic colors.