COLOR #8290C5

HEX: #8290C5
RGB: (130,144,197)

Color info

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

RGB color model

#8290C5 color RGB value is (130,144,197).

  • red value is 130;
  • green value is 144;
  • blue value is 197.
RGB:
(130,144,197)
(51%,56%,77%)

RGB channels and saturation

R 130 of 255 = 51%
G 144 of 255 = 56%
B 197 of 255 = 77%

130
144
197

R + G + B ~ 61%. #8290C5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 144 + 197 = 471 (100%)
R 130 of 471 ~ 27.6%
G 144 of 471 ~ 30.57%
B 197 of 471 ~ 41.83%

%27.6
%30.57
%41.83

CMYK color model

#8290C5 color CMYK value is (34,27,0,23).

  • cyan value is 34.01%
  • magenta value is 26.90%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(34,27,0,23)
C34M27Y0K23 
(34%,27%,0%,23%)
(0.34/0.27/0.00/0.23)	

CMYK percentages

%34.01
%26.9
%0
%22.75

Codes

Color #8290C5 in popluar color models

8290C5
RGB130144197
HSL227°36.61%64.12%
HSB/HSV227°34.01%77.25%
CMYK34.01%26.90%0.00%
22.75%

Color #8290C5 in popluar number systems.

HEX8290C5
Decimal130144197
Binary100000101001000011000101
Octal202220305

Shades and tints

Shades of #8290C5

#8290C5
(130,144,197)
#7783B4
(119,131,180)
#6C76A3
(108,118,163)
#616992
(97,105,146)
#565C81
(86,92,129)
#4B4F70
(75,79,112)
#40425F
(64,66,95)
#35354E
(53,53,78)
#2A283D
(42,40,61)
#1F1B2C
(31,27,44)
#140E1B
(20,14,27)
#000000
(0,0,0)

Tints of #8290C5

#8290C5
(130,144,197)
#8D9ACA
(141,154,202)
#98A4CF
(152,164,207)
#A3AED4
(163,174,212)
#AEB8D9
(174,184,217)
#B9C2DE
(185,194,222)
#C4CCE3
(196,204,227)
#CFD6E8
(207,214,232)
#DAE0ED
(218,224,237)
#E5EAF2
(229,234,242)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8290C5 color. Also use rgb(130,144,197) instead hex code.

Text Font Color

.myTextColor { color: #8290C5; }

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

This text font color is #8290C5.


Background Color

.myBgColor { background-color: #8290C5; }

<div style="background-color:#8290C5">Inner text</div>

This div background color is #8290C5.


Border color

.myBorderColor { border: 1px solid #8290C5; }

<div style="border:3px solid #8290C5">Div</div>

This div border color is #8290C5.


Opacity

.myOpacity80 { color: #8290C5; opacity: 0.8; }

<p style="color:#8290C5;opacity:0.8;">80%</p>

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

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

This text has shadow with #8290C5 color.

.textShadow {text-shadow: 3px 3px 1px #8290C5, 3px 3px 1px red;}

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

This text has shadow with #8290C5 primary color and red secondary color.


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

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

This text has shadow with #8290C5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8290C5 on black background.


Color preview on white background

This text has color #8290C5 on white background.



Black color preview on #8290C5 background

This text has black color on #8290C5 background.


White color preview on #8290C5 background

This text has white color on #8290C5 background.