COLOR #7A99F6

HEX: #7A99F6
RGB: (122,153,246)

Color info

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

RGB color model

#7A99F6 color RGB value is (122,153,246).

  • red value is 122;
  • green value is 153;
  • blue value is 246.
RGB:
(122,153,246)
(48%,60%,96%)

RGB channels and saturation

R 122 of 255 = 48%
G 153 of 255 = 60%
B 246 of 255 = 96%

122
153
246

R + G + B ~ 68%. #7A99F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
122 + 153 + 246 = 521 (100%)
R 122 of 521 ~ 23.42%
G 153 of 521 ~ 29.37%
B 246 of 521 ~ 47.22%

%23.42
%29.37
%47.22

CMYK color model

#7A99F6 color CMYK value is (50,38,0,4).

  • cyan value is 50.41%
  • magenta value is 37.80%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(50,38,0,4)
C50M38Y0K4 
(50%,38%,0%,4%)
(0.50/0.38/0.00/0.04)	

CMYK percentages

%50.41
%37.8
%0
%3.53

Codes

Color #7A99F6 in popluar color models

7A99F6
RGB122153246
HSL225°87.32%72.16%
HSB/HSV225°50.41%96.47%
CMYK50.41%37.80%0.00%
3.53%

Color #7A99F6 in popluar number systems.

HEX7A99F6
Decimal122153246
Binary11110101001100111110110
Octal172231366

Shades and tints

Shades of #7A99F6

#7A99F6
(122,153,246)
#6F8CE0
(111,140,224)
#647FCA
(100,127,202)
#5972B4
(89,114,180)
#4E659E
(78,101,158)
#435888
(67,88,136)
#384B72
(56,75,114)
#2D3E5C
(45,62,92)
#223146
(34,49,70)
#172430
(23,36,48)
#0C171A
(12,23,26)
#000000
(0,0,0)

Tints of #7A99F6

#7A99F6
(122,153,246)
#86A2F6
(134,162,246)
#92ABF6
(146,171,246)
#9EB4F6
(158,180,246)
#AABDF6
(170,189,246)
#B6C6F6
(182,198,246)
#C2CFF6
(194,207,246)
#CED8F6
(206,216,246)
#DAE1F6
(218,225,246)
#E6EAF6
(230,234,246)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A99F6 color. Also use rgb(122,153,246) instead hex code.

Text Font Color

.myTextColor { color: #7A99F6; }

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

This text font color is #7A99F6.


Background Color

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

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

This div background color is #7A99F6.


Border color

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

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

This div border color is #7A99F6.


Opacity

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

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

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

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

This text has shadow with #7A99F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A99F6 on black background.


Color preview on white background

This text has color #7A99F6 on white background.



Black color preview on #7A99F6 background

This text has black color on #7A99F6 background.


White color preview on #7A99F6 background

This text has white color on #7A99F6 background.