COLOR #7A8CBC

HEX: #7A8CBC
RGB: (122,140,188)

Color info

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

RGB color model

#7A8CBC color RGB value is (122,140,188).

  • red value is 122;
  • green value is 140;
  • blue value is 188.
RGB:
(122,140,188)
(48%,55%,74%)

RGB channels and saturation

R 122 of 255 = 48%
G 140 of 255 = 55%
B 188 of 255 = 74%

122
140
188

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

Portions of RGB colors in percentages

R + G + B =
122 + 140 + 188 = 450 (100%)
R 122 of 450 ~ 27.11%
G 140 of 450 ~ 31.11%
B 188 of 450 ~ 41.78%

%27.11
%31.11
%41.78

CMYK color model

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

  • cyan value is 35.11%
  • magenta value is 25.53%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(35,26,0,26)
C35M26Y0K26 
(35%,26%,0%,26%)
(0.35/0.26/0.00/0.26)	

CMYK percentages

%35.11
%25.53
%0
%26.27

Codes

Color #7A8CBC in popluar color models

7A8CBC
RGB122140188
HSL224°33.00%60.78%
HSB/HSV224°35.11%73.73%
CMYK35.11%25.53%0.00%
26.27%

Color #7A8CBC in popluar number systems.

HEX7A8CBC
Decimal122140188
Binary11110101000110010111100
Octal172214274

Shades and tints

Shades of #7A8CBC

#7A8CBC
(122,140,188)
#6F80AB
(111,128,171)
#64749A
(100,116,154)
#596889
(89,104,137)
#4E5C78
(78,92,120)
#435067
(67,80,103)
#384456
(56,68,86)
#2D3845
(45,56,69)
#222C34
(34,44,52)
#172023
(23,32,35)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #7A8CBC

#7A8CBC
(122,140,188)
#8696C2
(134,150,194)
#92A0C8
(146,160,200)
#9EAACE
(158,170,206)
#AAB4D4
(170,180,212)
#B6BEDA
(182,190,218)
#C2C8E0
(194,200,224)
#CED2E6
(206,210,230)
#DADCEC
(218,220,236)
#E6E6F2
(230,230,242)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8CBC; }

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

This text font color is #7A8CBC.


Background Color

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

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

This div background color is #7A8CBC.


Border color

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

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

This div border color is #7A8CBC.


Opacity

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

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

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

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

This text has shadow with #7A8CBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8CBC on black background.


Color preview on white background

This text has color #7A8CBC on white background.



Black color preview on #7A8CBC background

This text has black color on #7A8CBC background.


White color preview on #7A8CBC background

This text has white color on #7A8CBC background.