COLOR #8390CC

HEX: #8390CC RGB: (131,144,204)

Color info

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

RGB color model

#8390CC color RGB value is (131,144,204).

RGB: (131,144,204) (51%, 56%, 80%)

RGB channels and saturation

R 131 of 255 = 51%
G 144 of 255 = 56%
B 204 of 255 = 80%

131
144
204

R + G + B ~ 62%. #8390CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 144 + 204 = 479 (100%)
R 131 of 479 ~ 27.35%
G 144 of 479 ~ 30.06%
B 204 of 479 ~ 42.59'%

%27.35
%30.06
%42.59

CMYK color model

#8390CC color CMYK value is (36,29,0,20).

  • cyan value is 35.78%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (36,29,0,20)
C36M29Y0K20 (36%, 29%, 0%, 20%)
(0.36 / 0.29 / 0.00 / 0.20)

CMYK percentages

%35.78
%29.41
%0
%20

Codes

Color #8390CC in popluar color models

83 90 CC
RGB 131 144 204
HSL 229° 41.71% 65.69%
HSB/HSV 229° 35.78% 80.00%
CMYK 35.78% 29.41% 0.00%
20.00%

Color #8390CC in popluar number systems.

HEX 83 90 CC
Decimal 131 144 204
Binary 10000011 10010000 11001100
Octal 203 220 314

Shades and tints

Shades of #8390CC

#8390CC
(131,144,204)
#7883BA
(120,131,186)
#6D76A8
(109,118,168)
#626996
(98,105,150)
#575C84
(87,92,132)
#4C4F72
(76,79,114)
#414260
(65,66,96)
#36354E
(54,53,78)
#2B283C
(43,40,60)
#201B2A
(32,27,42)
#150E18
(21,14,24)
#000000
(0,0,0)

Tints of #8390CC

#8390CC
(131,144,204)
#8E9AD0
(142,154,208)
#99A4D4
(153,164,212)
#A4AED8
(164,174,216)
#AFB8DC
(175,184,220)
#BAC2E0
(186,194,224)
#C5CCE4
(197,204,228)
#D0D6E8
(208,214,232)
#DBE0EC
(219,224,236)
#E6EAF0
(230,234,240)
#F1F4F4
(241,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8390CC color. Also use rgb(131,144,204) instead hex code.

Text Font Color

.myTextColor { color: #8390CC; }

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

This text font color is #8390CC.

Background Color

.myBgColor { background-color: #8390CC; }

<div style="background-color:#8390CC">Inner text</div>

This div background color is #8390CC.

Border color

.myBorderColor { border: 1px solid #8390CC; }

<div style="border:3px solid #8390CC">Div</div>

This div border color is #8390CC.

Opacity

.myOpacity80 { color: #8390CC; opacity: 0.8; }

<p style="color:#8390CC;opacity:0.8;">80%</p>

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

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

This text has shadow with #8390CC color.


.textShadow {text-shadow: 3px 3px 1px #8390CC', 3px 3px 1px red;}

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

This text has shadow with #8390CC primary color and red secondary color.


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

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

This text has shadow with #8390CC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8390CC; -webkit-box-shadow: 1px 1px 3px 2px #8390CC; box-shadow:1px 1px 3px 2px #8390CC;">
Div content here
</div>

This div box has shadow with color #8390CC.

Preview

Color preview on black background

This text has color #8390CC on black background.


Color preview on white background

This text has color #8390CC on white background.


Black color preview on #8390CC background

This text has black color on #8390CC background.


White color preview on #8390CC background

This text has white color on #8390CC background.


Related colors

Complementary color

Complementary color for #hex is #7C6F33.


I love getcolorcode.com

Triadic colors

1 #CC8390 and #90CC83 with #8390CC are triadic colors.

2 #CC9083 and #9083CC with #8390CC are triadic colors.