COLOR #7A88BC

HEX: #7A88BC RGB: (122,136,188)

Color info

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

RGB color model

#7A88BC color RGB value is (122,136,188).

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

RGB channels and saturation

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

122
136
188

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

Portions of RGB colors in percentages

R + G + B = 122 + 136 + 188 = 446 (100%)
R 122 of 446 ~ 27.35%
G 136 of 446 ~ 30.49%
B 188 of 446 ~ 42.15'%

%27.35
%30.49
%42.15

CMYK color model

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

  • cyan value is 35.11%
  • magenta value is 27.66%
  • 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
%27.66
%0
%26.27

Codes

Color #7A88BC in popluar color models

7A 88 BC
RGB 122 136 188
HSL 227° 33.00% 60.78%
HSB/HSV 227° 35.11% 73.73%
CMYK 35.11% 27.66% 0.00%
26.27%

Color #7A88BC in popluar number systems.

HEX 7A 88 BC
Decimal 122 136 188
Binary 1111010 10001000 10111100
Octal 172 210 274

Shades and tints

Shades of #7A88BC

#7A88BC
(122,136,188)
#6F7CAB
(111,124,171)
#64709A
(100,112,154)
#596489
(89,100,137)
#4E5878
(78,88,120)
#434C67
(67,76,103)
#384056
(56,64,86)
#2D3445
(45,52,69)
#222834
(34,40,52)
#171C23
(23,28,35)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #7A88BC

#7A88BC
(122,136,188)
#8692C2
(134,146,194)
#929CC8
(146,156,200)
#9EA6CE
(158,166,206)
#AAB0D4
(170,176,212)
#B6BADA
(182,186,218)
#C2C4E0
(194,196,224)
#CECEE6
(206,206,230)
#DAD8EC
(218,216,236)
#E6E2F2
(230,226,242)
#F2ECF8
(242,236,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A88BC; }

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

This text font color is #7A88BC.

Background Color

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

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

This div background color is #7A88BC.

Border color

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

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

This div border color is #7A88BC.

Opacity

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

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

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

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

This text has shadow with #7A88BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A88BC.

Preview

Color preview on black background

This text has color #7A88BC on black background.


Color preview on white background

This text has color #7A88BC on white background.


Black color preview on #7A88BC background

This text has black color on #7A88BC background.


White color preview on #7A88BC background

This text has white color on #7A88BC background.


Related colors

Complementary color

Complementary color for #hex is #857743.


I love getcolorcode.com

Triadic colors

1 #BC7A88 and #88BC7A with #7A88BC are triadic colors.

2 #BC887A and #887ABC with #7A88BC are triadic colors.