COLOR #7A87CB

HEX: #7A87CB
RGB: (122,135,203)

Color info

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

RGB color model

#7A87CB color RGB value is (122,135,203).

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

RGB channels and saturation

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

122
135
203

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

Portions of RGB colors in percentages

R + G + B =
122 + 135 + 203 = 460 (100%)
R 122 of 460 ~ 26.52%
G 135 of 460 ~ 29.35%
B 203 of 460 ~ 44.13%

%26.52
%29.35
%44.13

CMYK color model

#7A87CB color CMYK value is (40,33,0,20).

  • cyan value is 39.90%
  • magenta value is 33.50%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(40,33,0,20)
C40M33Y0K20 
(40%,33%,0%,20%)
(0.40/0.33/0.00/0.20)	

CMYK percentages

%39.9
%33.5
%0
%20.39

Codes

Color #7A87CB in popluar color models

7A87CB
RGB122135203
HSL230°43.78%63.73%
HSB/HSV230°39.90%79.61%
CMYK39.90%33.50%0.00%
20.39%

Color #7A87CB in popluar number systems.

HEX7A87CB
Decimal122135203
Binary11110101000011111001011
Octal172207313

Shades and tints

Shades of #7A87CB

#7A87CB
(122,135,203)
#6F7BB9
(111,123,185)
#646FA7
(100,111,167)
#596395
(89,99,149)
#4E5783
(78,87,131)
#434B71
(67,75,113)
#383F5F
(56,63,95)
#2D334D
(45,51,77)
#22273B
(34,39,59)
#171B29
(23,27,41)
#0C0F17
(12,15,23)
#000000
(0,0,0)

Tints of #7A87CB

#7A87CB
(122,135,203)
#8691CF
(134,145,207)
#929BD3
(146,155,211)
#9EA5D7
(158,165,215)
#AAAFDB
(170,175,219)
#B6B9DF
(182,185,223)
#C2C3E3
(194,195,227)
#CECDE7
(206,205,231)
#DAD7EB
(218,215,235)
#E6E1EF
(230,225,239)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A87CB; }

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

This text font color is #7A87CB.


Background Color

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

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

This div background color is #7A87CB.


Border color

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

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

This div border color is #7A87CB.


Opacity

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

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

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

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

This text has shadow with #7A87CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A87CB on black background.


Color preview on white background

This text has color #7A87CB on white background.



Black color preview on #7A87CB background

This text has black color on #7A87CB background.


White color preview on #7A87CB background

This text has white color on #7A87CB background.