COLOR #7A88CD

HEX: #7A88CD RGB: (122,136,205)

Color info

#7A88CD contains mainly blue color. Web safe color of #7A88CD is #6699CC (or #69C).

RGB color model

#7A88CD color RGB value is (122,136,205).

RGB: (122,136,205) (48%, 53%, 80%)

RGB channels and saturation

R 122 of 255 = 48%
G 136 of 255 = 53%
B 205 of 255 = 80%

122
136
205

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

Portions of RGB colors in percentages

R + G + B = 122 + 136 + 205 = 463 (100%)
R 122 of 463 ~ 26.35%
G 136 of 463 ~ 29.37%
B 205 of 463 ~ 44.28'%

%26.35
%29.37
%44.28

CMYK color model

#7A88CD color CMYK value is (40,34,0,20).

  • cyan value is 40.49%
  • magenta value is 33.66%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK: (40,34,0,20) C40M34Y0K20 (40%,34%,0%,20%) (0.40/0.34/0.00/0.20) 

CMYK percentages

%40.49
%33.66
%0
%19.61

Codes

Color #7A88CD in popluar color models

7A 88 CD
RGB 122 136 205
HSL 230° 45.36% 64.12%
HSB/HSV 230° 40.49% 80.39%
CMYK 40.49% 33.66% 0.00%
19.61%

Color #7A88CD in popluar number systems.

HEX 7A 88 CD
Decimal 122 136 205
Binary 1111010 10001000 11001101
Octal 172 210 315

Shades and tints

Shades of #7A88CD

#7A88CD
(122,136,205)
#6F7CBB
(111,124,187)
#6470A9
(100,112,169)
#596497
(89,100,151)
#4E5885
(78,88,133)
#434C73
(67,76,115)
#384061
(56,64,97)
#2D344F
(45,52,79)
#22283D
(34,40,61)
#171C2B
(23,28,43)
#0C1019
(12,16,25)
#000000
(0,0,0)

Tints of #7A88CD

#7A88CD
(122,136,205)
#8692D1
(134,146,209)
#929CD5
(146,156,213)
#9EA6D9
(158,166,217)
#AAB0DD
(170,176,221)
#B6BAE1
(182,186,225)
#C2C4E5
(194,196,229)
#CECEE9
(206,206,233)
#DAD8ED
(218,216,237)
#E6E2F1
(230,226,241)
#F2ECF5
(242,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A88CD; }

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

This text font color is #7A88CD.

Background Color

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

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

This div background color is #7A88CD.

Border color

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

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

This div border color is #7A88CD.

Opacity

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

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

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

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

This text has shadow with #7A88CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7A88CD.

Preview

Color preview on black background

This text has color #7A88CD on black background.


Color preview on white background

This text has color #7A88CD on white background.


Black color preview on #7A88CD background

This text has black color on #7A88CD background.


White color preview on #7A88CD background

This text has white color on #7A88CD background.


Related colors

Complementary color

Complementary color for #hex is #857732.


I love getcolorcode.com

Triadic colors

1 #CD7A88 and #88CD7A with #7A88CD are triadic colors.

2 #CD887A and #887ACD with #7A88CD are triadic colors.