COLOR #7A86CB

HEX: #7A86CB
RGB: (122,134,203)

Color info

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

RGB color model

#7A86CB color RGB value is (122,134,203).

  • red value is 122;
  • green value is 134;
  • blue value is 203.
RGB:
(122,134,203)
(48%,53%,80%)

RGB channels and saturation

R 122 of 255 = 48%
G 134 of 255 = 53%
B 203 of 255 = 80%

122
134
203

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

Portions of RGB colors in percentages

R + G + B =
122 + 134 + 203 = 459 (100%)
R 122 of 459 ~ 26.58%
G 134 of 459 ~ 29.19%
B 203 of 459 ~ 44.23%

%26.58
%29.19
%44.23

CMYK color model

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

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

CMYK percentages

%39.9
%33.99
%0
%20.39

Codes

Color #7A86CB in popluar color models

7A86CB
RGB122134203
HSL231°43.78%63.73%
HSB/HSV231°39.90%79.61%
CMYK39.90%33.99%0.00%
20.39%

Color #7A86CB in popluar number systems.

HEX7A86CB
Decimal122134203
Binary11110101000011011001011
Octal172206313

Shades and tints

Shades of #7A86CB

#7A86CB
(122,134,203)
#6F7AB9
(111,122,185)
#646EA7
(100,110,167)
#596295
(89,98,149)
#4E5683
(78,86,131)
#434A71
(67,74,113)
#383E5F
(56,62,95)
#2D324D
(45,50,77)
#22263B
(34,38,59)
#171A29
(23,26,41)
#0C0E17
(12,14,23)
#000000
(0,0,0)

Tints of #7A86CB

#7A86CB
(122,134,203)
#8691CF
(134,145,207)
#929CD3
(146,156,211)
#9EA7D7
(158,167,215)
#AAB2DB
(170,178,219)
#B6BDDF
(182,189,223)
#C2C8E3
(194,200,227)
#CED3E7
(206,211,231)
#DADEEB
(218,222,235)
#E6E9EF
(230,233,239)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A86CB color. Also use rgb(122,134,203) instead hex code.

Text Font Color

.myTextColor { color: #7A86CB; }

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

This text font color is #7A86CB.


Background Color

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

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

This div background color is #7A86CB.


Border color

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

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

This div border color is #7A86CB.


Opacity

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

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

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

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

This text has shadow with #7A86CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A86CB on black background.


Color preview on white background

This text has color #7A86CB on white background.



Black color preview on #7A86CB background

This text has black color on #7A86CB background.


White color preview on #7A86CB background

This text has white color on #7A86CB background.