COLOR #8393CF

HEX: #8393CF RGB: (131,147,207)

Color info

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

RGB color model

#8393CF color RGB value is (131,147,207).

RGB: (131,147,207) (51%, 58%, 81%)

RGB channels and saturation

R 131 of 255 = 51%
G 147 of 255 = 58%
B 207 of 255 = 81%

131
147
207

R + G + B ~ 63%. #8393CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 131 + 147 + 207 = 485 (100%)
R 131 of 485 ~ 27.01%
G 147 of 485 ~ 30.31%
B 207 of 485 ~ 42.68'%

%27.01
%30.31
%42.68

CMYK color model

#8393CF color CMYK value is (37,29,0,19).

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

CMYK percentages

%36.71
%28.99
%0
%18.82

Codes

Color #8393CF in popluar color models

83 93 CF
RGB 131 147 207
HSL 227° 44.19% 66.27%
HSB/HSV 227° 36.71% 81.18%
CMYK 36.71% 28.99% 0.00%
18.82%

Color #8393CF in popluar number systems.

HEX 83 93 CF
Decimal 131 147 207
Binary 10000011 10010011 11001111
Octal 203 223 317

Shades and tints

Shades of #8393CF

#8393CF
(131,147,207)
#7886BD
(120,134,189)
#6D79AB
(109,121,171)
#626C99
(98,108,153)
#575F87
(87,95,135)
#4C5275
(76,82,117)
#414563
(65,69,99)
#363851
(54,56,81)
#2B2B3F
(43,43,63)
#201E2D
(32,30,45)
#15111B
(21,17,27)
#000000
(0,0,0)

Tints of #8393CF

#8393CF
(131,147,207)
#8E9CD3
(142,156,211)
#99A5D7
(153,165,215)
#A4AEDB
(164,174,219)
#AFB7DF
(175,183,223)
#BAC0E3
(186,192,227)
#C5C9E7
(197,201,231)
#D0D2EB
(208,210,235)
#DBDBEF
(219,219,239)
#E6E4F3
(230,228,243)
#F1EDF7
(241,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8393CF color. Also use rgb(131,147,207) instead hex code.

Text Font Color

.myTextColor { color: #8393CF; }

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

This text font color is #8393CF.

Background Color

.myBgColor { background-color: #8393CF; }

<div style="background-color:#8393CF">Inner text</div>

This div background color is #8393CF.

Border color

.myBorderColor { border: 1px solid #8393CF; }

<div style="border:3px solid #8393CF">Div</div>

This div border color is #8393CF.

Opacity

.myOpacity80 { color: #8393CF; opacity: 0.8; }

<p style="color:#8393CF;opacity:0.8;">80%</p>

Text with #8393CF 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 #8393CF;}

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

This text has shadow with #8393CF color.


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

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

This text has shadow with #8393CF primary color and red secondary color.


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

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

This text has shadow with #8393CF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8393CF.

Preview

Color preview on black background

This text has color #8393CF on black background.


Color preview on white background

This text has color #8393CF on white background.


Black color preview on #8393CF background

This text has black color on #8393CF background.


White color preview on #8393CF background

This text has white color on #8393CF background.


Related colors

Complementary color

Complementary color for #hex is #7C6C30.


I love getcolorcode.com

Triadic colors

1 #CF8393 and #93CF83 with #8393CF are triadic colors.

2 #CF9383 and #9383CF with #8393CF are triadic colors.