COLOR #7A8CBE

HEX: #7A8CBE
RGB: (122,140,190)

Color info

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

RGB color model

#7A8CBE color RGB value is (122,140,190).

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

RGB channels and saturation

R 122 of 255 = 48%
G 140 of 255 = 55%
B 190 of 255 = 75%

122
140
190

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

Portions of RGB colors in percentages

R + G + B =
122 + 140 + 190 = 452 (100%)
R 122 of 452 ~ 26.99%
G 140 of 452 ~ 30.97%
B 190 of 452 ~ 42.04%

%26.99
%30.97
%42.04

CMYK color model

#7A8CBE color CMYK value is (36,26,0,25).

  • cyan value is 35.79%
  • magenta value is 26.32%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(36,26,0,25)
C36M26Y0K25 
(36%,26%,0%,25%)
(0.36/0.26/0.00/0.25)	

CMYK percentages

%35.79
%26.32
%0
%25.49

Codes

Color #7A8CBE in popluar color models

7A8CBE
RGB122140190
HSL224°34.34%61.18%
HSB/HSV224°35.79%74.51%
CMYK35.79%26.32%0.00%
25.49%

Color #7A8CBE in popluar number systems.

HEX7A8CBE
Decimal122140190
Binary11110101000110010111110
Octal172214276

Shades and tints

Shades of #7A8CBE

#7A8CBE
(122,140,190)
#6F80AD
(111,128,173)
#64749C
(100,116,156)
#59688B
(89,104,139)
#4E5C7A
(78,92,122)
#435069
(67,80,105)
#384458
(56,68,88)
#2D3847
(45,56,71)
#222C36
(34,44,54)
#172025
(23,32,37)
#0C1414
(12,20,20)
#000000
(0,0,0)

Tints of #7A8CBE

#7A8CBE
(122,140,190)
#8696C3
(134,150,195)
#92A0C8
(146,160,200)
#9EAACD
(158,170,205)
#AAB4D2
(170,180,210)
#B6BED7
(182,190,215)
#C2C8DC
(194,200,220)
#CED2E1
(206,210,225)
#DADCE6
(218,220,230)
#E6E6EB
(230,230,235)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A8CBE; }

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

This text font color is #7A8CBE.


Background Color

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

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

This div background color is #7A8CBE.


Border color

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

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

This div border color is #7A8CBE.


Opacity

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

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

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

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

This text has shadow with #7A8CBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A8CBE on black background.


Color preview on white background

This text has color #7A8CBE on white background.



Black color preview on #7A8CBE background

This text has black color on #7A8CBE background.


White color preview on #7A8CBE background

This text has white color on #7A8CBE background.