COLOR #7A83BF

HEX: #7A83BF
RGB: (122,131,191)

Color info

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

RGB color model

#7A83BF color RGB value is (122,131,191).

  • red value is 122;
  • green value is 131;
  • blue value is 191.
RGB:
(122,131,191)
(48%,51%,75%)

RGB channels and saturation

R 122 of 255 = 48%
G 131 of 255 = 51%
B 191 of 255 = 75%

122
131
191

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

Portions of RGB colors in percentages

R + G + B =
122 + 131 + 191 = 444 (100%)
R 122 of 444 ~ 27.48%
G 131 of 444 ~ 29.5%
B 191 of 444 ~ 43.02%

%27.48
%29.5
%43.02

CMYK color model

#7A83BF color CMYK value is (36,31,0,25).

  • cyan value is 36.13%
  • magenta value is 31.41%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(36,31,0,25)
C36M31Y0K25 
(36%,31%,0%,25%)
(0.36/0.31/0.00/0.25)	

CMYK percentages

%36.13
%31.41
%0
%25.1

Codes

Color #7A83BF in popluar color models

7A83BF
RGB122131191
HSL232°35.03%61.37%
HSB/HSV232°36.13%74.90%
CMYK36.13%31.41%0.00%
25.10%

Color #7A83BF in popluar number systems.

HEX7A83BF
Decimal122131191
Binary11110101000001110111111
Octal172203277

Shades and tints

Shades of #7A83BF

#7A83BF
(122,131,191)
#6F78AE
(111,120,174)
#646D9D
(100,109,157)
#59628C
(89,98,140)
#4E577B
(78,87,123)
#434C6A
(67,76,106)
#384159
(56,65,89)
#2D3648
(45,54,72)
#222B37
(34,43,55)
#172026
(23,32,38)
#0C1515
(12,21,21)
#000000
(0,0,0)

Tints of #7A83BF

#7A83BF
(122,131,191)
#868EC4
(134,142,196)
#9299C9
(146,153,201)
#9EA4CE
(158,164,206)
#AAAFD3
(170,175,211)
#B6BAD8
(182,186,216)
#C2C5DD
(194,197,221)
#CED0E2
(206,208,226)
#DADBE7
(218,219,231)
#E6E6EC
(230,230,236)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A83BF color. Also use rgb(122,131,191) instead hex code.

Text Font Color

.myTextColor { color: #7A83BF; }

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

This text font color is #7A83BF.


Background Color

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

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

This div background color is #7A83BF.


Border color

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

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

This div border color is #7A83BF.


Opacity

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

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

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

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

This text has shadow with #7A83BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A83BF on black background.


Color preview on white background

This text has color #7A83BF on white background.



Black color preview on #7A83BF background

This text has black color on #7A83BF background.


White color preview on #7A83BF background

This text has white color on #7A83BF background.