COLOR #8290D2

HEX: #8290D2
RGB: (130,144,210)

Color info

#8290D2 contains mainly blue color. Web safe color of #8290D2 is #9999CC (or #99C).

RGB color model

#8290D2 color RGB value is (130,144,210).

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

RGB channels and saturation

R 130 of 255 = 51%
G 144 of 255 = 56%
B 210 of 255 = 82%

130
144
210

R + G + B ~ 63%. #8290D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
130 + 144 + 210 = 484 (100%)
R 130 of 484 ~ 26.86%
G 144 of 484 ~ 29.75%
B 210 of 484 ~ 43.39%

%26.86
%29.75
%43.39

CMYK color model

#8290D2 color CMYK value is (38,31,0,18).

  • cyan value is 38.10%
  • magenta value is 31.43%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(38,31,0,18)
C38M31Y0K18 
(38%,31%,0%,18%)
(0.38/0.31/0.00/0.18)	

CMYK percentages

%38.1
%31.43
%0
%17.65

Codes

Color #8290D2 in popluar color models

8290D2
RGB130144210
HSL230°47.06%66.67%
HSB/HSV230°38.10%82.35%
CMYK38.10%31.43%0.00%
17.65%

Color #8290D2 in popluar number systems.

HEX8290D2
Decimal130144210
Binary100000101001000011010010
Octal202220322

Shades and tints

Shades of #8290D2

#8290D2
(130,144,210)
#7783BF
(119,131,191)
#6C76AC
(108,118,172)
#616999
(97,105,153)
#565C86
(86,92,134)
#4B4F73
(75,79,115)
#404260
(64,66,96)
#35354D
(53,53,77)
#2A283A
(42,40,58)
#1F1B27
(31,27,39)
#140E14
(20,14,20)
#000000
(0,0,0)

Tints of #8290D2

#8290D2
(130,144,210)
#8D9AD6
(141,154,214)
#98A4DA
(152,164,218)
#A3AEDE
(163,174,222)
#AEB8E2
(174,184,226)
#B9C2E6
(185,194,230)
#C4CCEA
(196,204,234)
#CFD6EE
(207,214,238)
#DAE0F2
(218,224,242)
#E5EAF6
(229,234,246)
#F0F4FA
(240,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8290D2; }

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

This text font color is #8290D2.


Background Color

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

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

This div background color is #8290D2.


Border color

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

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

This div border color is #8290D2.


Opacity

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

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

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

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

This text has shadow with #8290D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8290D2 on black background.


Color preview on white background

This text has color #8290D2 on white background.



Black color preview on #8290D2 background

This text has black color on #8290D2 background.


White color preview on #8290D2 background

This text has white color on #8290D2 background.