COLOR #8294B5

HEX: #8294B5
RGB: (130,148,181)

Color info

#8294B5 contains red, green and blue colors in about the same proportion. Web safe color of #8294B5 is #9999CC (or #99C).

RGB color model

#8294B5 color RGB value is (130,148,181).

  • red value is 130;
  • green value is 148;
  • blue value is 181.
RGB:
(130,148,181)
(51%,58%,71%)

RGB channels and saturation

R 130 of 255 = 51%
G 148 of 255 = 58%
B 181 of 255 = 71%

130
148
181

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

Portions of RGB colors in percentages

R + G + B =
130 + 148 + 181 = 459 (100%)
R 130 of 459 ~ 28.32%
G 148 of 459 ~ 32.24%
B 181 of 459 ~ 39.43%

%28.32
%32.24
%39.43

CMYK color model

#8294B5 color CMYK value is (28,18,0,29).

  • cyan value is 28.18%
  • magenta value is 18.23%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(28,18,0,29)
C28M18Y0K29 
(28%,18%,0%,29%)
(0.28/0.18/0.00/0.29)	

CMYK percentages

%28.18
%18.23
%0
%29.02

Codes

Color #8294B5 in popluar color models

8294B5
RGB130148181
HSL219°25.63%60.98%
HSB/HSV219°28.18%70.98%
CMYK28.18%18.23%0.00%
29.02%

Color #8294B5 in popluar number systems.

HEX8294B5
Decimal130148181
Binary100000101001010010110101
Octal202224265

Shades and tints

Shades of #8294B5

#8294B5
(130,148,181)
#7787A5
(119,135,165)
#6C7A95
(108,122,149)
#616D85
(97,109,133)
#566075
(86,96,117)
#4B5365
(75,83,101)
#404655
(64,70,85)
#353945
(53,57,69)
#2A2C35
(42,44,53)
#1F1F25
(31,31,37)
#141215
(20,18,21)
#000000
(0,0,0)

Tints of #8294B5

#8294B5
(130,148,181)
#8D9DBB
(141,157,187)
#98A6C1
(152,166,193)
#A3AFC7
(163,175,199)
#AEB8CD
(174,184,205)
#B9C1D3
(185,193,211)
#C4CAD9
(196,202,217)
#CFD3DF
(207,211,223)
#DADCE5
(218,220,229)
#E5E5EB
(229,229,235)
#F0EEF1
(240,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8294B5 color. Also use rgb(130,148,181) instead hex code.

Text Font Color

.myTextColor { color: #8294B5; }

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

This text font color is #8294B5.


Background Color

.myBgColor { background-color: #8294B5; }

<div style="background-color:#8294B5">Inner text</div>

This div background color is #8294B5.


Border color

.myBorderColor { border: 1px solid #8294B5; }

<div style="border:3px solid #8294B5">Div</div>

This div border color is #8294B5.


Opacity

.myOpacity80 { color: #8294B5; opacity: 0.8; }

<p style="color:#8294B5;opacity:0.8;">80%</p>

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

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

This text has shadow with #8294B5 color.

.textShadow {text-shadow: 3px 3px 1px #8294B5, 3px 3px 1px red;}

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

This text has shadow with #8294B5 primary color and red secondary color.


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

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

This text has shadow with #8294B5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8294B5 on black background.


Color preview on white background

This text has color #8294B5 on white background.



Black color preview on #8294B5 background

This text has black color on #8294B5 background.


White color preview on #8294B5 background

This text has white color on #8294B5 background.