COLOR #8293CE

HEX: #8293CE
RGB: (130,147,206)

Color info

#8293CE contains mainly green and blue colors. Web safe color of #8293CE is #9999CC (or #99C).

RGB color model

#8293CE color RGB value is (130,147,206).

  • red value is 130;
  • green value is 147;
  • blue value is 206.
RGB:
(130,147,206)
(51%,58%,81%)

RGB channels and saturation

R 130 of 255 = 51%
G 147 of 255 = 58%
B 206 of 255 = 81%

130
147
206

R + G + B ~ 63%. #8293CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 147 + 206 = 483 (100%)
R 130 of 483 ~ 26.92%
G 147 of 483 ~ 30.43%
B 206 of 483 ~ 42.65%

%26.92
%30.43
%42.65

CMYK color model

#8293CE color CMYK value is (37,29,0,19).

  • cyan value is 36.89%
  • magenta value is 28.64%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(37,29,0,19)
C37M29Y0K19 
(37%,29%,0%,19%)
(0.37/0.29/0.00/0.19)	

CMYK percentages

%36.89
%28.64
%0
%19.22

Codes

Color #8293CE in popluar color models

8293CE
RGB130147206
HSL227°43.68%65.88%
HSB/HSV227°36.89%80.78%
CMYK36.89%28.64%0.00%
19.22%

Color #8293CE in popluar number systems.

HEX8293CE
Decimal130147206
Binary100000101001001111001110
Octal202223316

Shades and tints

Shades of #8293CE

#8293CE
(130,147,206)
#7786BC
(119,134,188)
#6C79AA
(108,121,170)
#616C98
(97,108,152)
#565F86
(86,95,134)
#4B5274
(75,82,116)
#404562
(64,69,98)
#353850
(53,56,80)
#2A2B3E
(42,43,62)
#1F1E2C
(31,30,44)
#14111A
(20,17,26)
#000000
(0,0,0)

Tints of #8293CE

#8293CE
(130,147,206)
#8D9CD2
(141,156,210)
#98A5D6
(152,165,214)
#A3AEDA
(163,174,218)
#AEB7DE
(174,183,222)
#B9C0E2
(185,192,226)
#C4C9E6
(196,201,230)
#CFD2EA
(207,210,234)
#DADBEE
(218,219,238)
#E5E4F2
(229,228,242)
#F0EDF6
(240,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8293CE color. Also use rgb(130,147,206) instead hex code.

Text Font Color

.myTextColor { color: #8293CE; }

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

This text font color is #8293CE.


Background Color

.myBgColor { background-color: #8293CE; }

<div style="background-color:#8293CE">Inner text</div>

This div background color is #8293CE.


Border color

.myBorderColor { border: 1px solid #8293CE; }

<div style="border:3px solid #8293CE">Div</div>

This div border color is #8293CE.


Opacity

.myOpacity80 { color: #8293CE; opacity: 0.8; }

<p style="color:#8293CE;opacity:0.8;">80%</p>

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

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

This text has shadow with #8293CE color.

.textShadow {text-shadow: 3px 3px 1px #8293CE, 3px 3px 1px red;}

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

This text has shadow with #8293CE primary color and red secondary color.


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

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

This text has shadow with #8293CE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8293CE on black background.


Color preview on white background

This text has color #8293CE on white background.



Black color preview on #8293CE background

This text has black color on #8293CE background.


White color preview on #8293CE background

This text has white color on #8293CE background.