COLOR #7A87BC

HEX: #7A87BC RGB: (122,135,188)

Color info

#7A87BC contains mainly green and blue colors. Web safe color of #7A87BC is #6699CC (or #69C).

RGB color model

#7A87BC color RGB value is (122,135,188).

RGB: (122,135,188) (48%, 53%, 74%)

RGB channels and saturation

R 122 of 255 = 48%
G 135 of 255 = 53%
B 188 of 255 = 74%

122
135
188

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

Portions of RGB colors in percentages

R + G + B = 122 + 135 + 188 = 445 (100%)
R 122 of 445 ~ 27.42%
G 135 of 445 ~ 30.34%
B 188 of 445 ~ 42.25'%

%27.42
%30.34
%42.25

CMYK color model

#7A87BC color CMYK value is (35,28,0,26).

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

CMYK: (35,28,0,26)
C35M28Y0K26 (35%, 28%, 0%, 26%)
(0.35 / 0.28 / 0.00 / 0.26)

CMYK percentages

%35.11
%28.19
%0
%26.27

Codes

Color #7A87BC in popluar color models

7A 87 BC
RGB 122 135 188
HSL 228° 33.00% 60.78%
HSB/HSV 228° 35.11% 73.73%
CMYK 35.11% 28.19% 0.00%
26.27%

Color #7A87BC in popluar number systems.

HEX 7A 87 BC
Decimal 122 135 188
Binary 1111010 10000111 10111100
Octal 172 207 274

Shades and tints

Shades of #7A87BC

#7A87BC
(122,135,188)
#6F7BAB
(111,123,171)
#646F9A
(100,111,154)
#596389
(89,99,137)
#4E5778
(78,87,120)
#434B67
(67,75,103)
#383F56
(56,63,86)
#2D3345
(45,51,69)
#222734
(34,39,52)
#171B23
(23,27,35)
#0C0F12
(12,15,18)
#000000
(0,0,0)

Tints of #7A87BC

#7A87BC
(122,135,188)
#8691C2
(134,145,194)
#929BC8
(146,155,200)
#9EA5CE
(158,165,206)
#AAAFD4
(170,175,212)
#B6B9DA
(182,185,218)
#C2C3E0
(194,195,224)
#CECDE6
(206,205,230)
#DAD7EC
(218,215,236)
#E6E1F2
(230,225,242)
#F2EBF8
(242,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A87BC; }

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

This text font color is #7A87BC.

Background Color

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

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

This div background color is #7A87BC.

Border color

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

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

This div border color is #7A87BC.

Opacity

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

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

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

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

This text has shadow with #7A87BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A87BC.

Preview

Color preview on black background

This text has color #7A87BC on black background.


Color preview on white background

This text has color #7A87BC on white background.


Black color preview on #7A87BC background

This text has black color on #7A87BC background.


White color preview on #7A87BC background

This text has white color on #7A87BC background.


Related colors

Complementary color

Complementary color for #hex is #857843.


I love getcolorcode.com

Triadic colors

1 #BC7A87 and #87BC7A with #7A87BC are triadic colors.

2 #BC877A and #877ABC with #7A87BC are triadic colors.