COLOR #7A89F0

HEX: #7A89F0
RGB: (122,137,240)

Color info

#7A89F0 contains mainly blue color. Web safe color of #7A89F0 is #6699FF (or #69F).

RGB color model

#7A89F0 color RGB value is (122,137,240).

  • red value is 122;
  • green value is 137;
  • blue value is 240.
RGB:
(122,137,240)
(48%,54%,94%)

RGB channels and saturation

R 122 of 255 = 48%
G 137 of 255 = 54%
B 240 of 255 = 94%

122
137
240

R + G + B ~ 65%. #7A89F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 137 + 240 = 499 (100%)
R 122 of 499 ~ 24.45%
G 137 of 499 ~ 27.45%
B 240 of 499 ~ 48.1%

%24.45
%27.45
%48.1

CMYK color model

#7A89F0 color CMYK value is (49,43,0,6).

  • cyan value is 49.17%
  • magenta value is 42.92%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(49,43,0,6)
C49M43Y0K6 
(49%,43%,0%,6%)
(0.49/0.43/0.00/0.06)	

CMYK percentages

%49.17
%42.92
%0
%5.88

Codes

Color #7A89F0 in popluar color models

7A89F0
RGB122137240
HSL232°79.73%70.98%
HSB/HSV232°49.17%94.12%
CMYK49.17%42.92%0.00%
5.88%

Color #7A89F0 in popluar number systems.

HEX7A89F0
Decimal122137240
Binary11110101000100111110000
Octal172211360

Shades and tints

Shades of #7A89F0

#7A89F0
(122,137,240)
#6F7DDB
(111,125,219)
#6471C6
(100,113,198)
#5965B1
(89,101,177)
#4E599C
(78,89,156)
#434D87
(67,77,135)
#384172
(56,65,114)
#2D355D
(45,53,93)
#222948
(34,41,72)
#171D33
(23,29,51)
#0C111E
(12,17,30)
#000000
(0,0,0)

Tints of #7A89F0

#7A89F0
(122,137,240)
#8693F1
(134,147,241)
#929DF2
(146,157,242)
#9EA7F3
(158,167,243)
#AAB1F4
(170,177,244)
#B6BBF5
(182,187,245)
#C2C5F6
(194,197,246)
#CECFF7
(206,207,247)
#DAD9F8
(218,217,248)
#E6E3F9
(230,227,249)
#F2EDFA
(242,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A89F0 color. Also use rgb(122,137,240) instead hex code.

Text Font Color

.myTextColor { color: #7A89F0; }

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

This text font color is #7A89F0.


Background Color

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

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

This div background color is #7A89F0.


Border color

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

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

This div border color is #7A89F0.


Opacity

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

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

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

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

This text has shadow with #7A89F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A89F0 on black background.


Color preview on white background

This text has color #7A89F0 on white background.



Black color preview on #7A89F0 background

This text has black color on #7A89F0 background.


White color preview on #7A89F0 background

This text has white color on #7A89F0 background.