COLOR #8483D7

HEX: #8483D7
RGB: (132,131,215)

Color info

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

RGB color model

#8483D7 color RGB value is (132,131,215).

  • red value is 132;
  • green value is 131;
  • blue value is 215.
RGB:
(132,131,215)
(52%,51%,84%)

RGB channels and saturation

R 132 of 255 = 52%
G 131 of 255 = 51%
B 215 of 255 = 84%

132
131
215

R + G + B ~ 62%. #8483D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 131 + 215 = 478 (100%)
R 132 of 478 ~ 27.62%
G 131 of 478 ~ 27.41%
B 215 of 478 ~ 44.98%

%27.62
%27.41
%44.98

CMYK color model

#8483D7 color CMYK value is (39,39,0,16).

  • cyan value is 38.60%
  • magenta value is 39.07%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(39,39,0,16)
C39M39Y0K16 
(39%,39%,0%,16%)
(0.39/0.39/0.00/0.16)	

CMYK percentages

%38.6
%39.07
%0
%15.69

Codes

Color #8483D7 in popluar color models

8483D7
RGB132131215
HSL241°51.22%67.84%
HSB/HSV241°39.07%84.31%
CMYK38.60%39.07%0.00%
15.69%

Color #8483D7 in popluar number systems.

HEX8483D7
Decimal132131215
Binary100001001000001111010111
Octal204203327

Shades and tints

Shades of #8483D7

#8483D7
(132,131,215)
#7878C4
(120,120,196)
#6C6DB1
(108,109,177)
#60629E
(96,98,158)
#54578B
(84,87,139)
#484C78
(72,76,120)
#3C4165
(60,65,101)
#303652
(48,54,82)
#242B3F
(36,43,63)
#18202C
(24,32,44)
#0C1519
(12,21,25)
#000000
(0,0,0)

Tints of #8483D7

#8483D7
(132,131,215)
#8F8EDA
(143,142,218)
#9A99DD
(154,153,221)
#A5A4E0
(165,164,224)
#B0AFE3
(176,175,227)
#BBBAE6
(187,186,230)
#C6C5E9
(198,197,233)
#D1D0EC
(209,208,236)
#DCDBEF
(220,219,239)
#E7E6F2
(231,230,242)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8483D7 color. Also use rgb(132,131,215) instead hex code.

Text Font Color

.myTextColor { color: #8483D7; }

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

This text font color is #8483D7.


Background Color

.myBgColor { background-color: #8483D7; }

<div style="background-color:#8483D7">Inner text</div>

This div background color is #8483D7.


Border color

.myBorderColor { border: 1px solid #8483D7; }

<div style="border:3px solid #8483D7">Div</div>

This div border color is #8483D7.


Opacity

.myOpacity80 { color: #8483D7; opacity: 0.8; }

<p style="color:#8483D7;opacity:0.8;">80%</p>

Text with #8483D7 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 #8483D7;}

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

This text has shadow with #8483D7 color.

.textShadow {text-shadow: 3px 3px 1px #8483D7, 3px 3px 1px red;}

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

This text has shadow with #8483D7 primary color and red secondary color.


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

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

This text has shadow with #8483D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8483D7 on black background.


Color preview on white background

This text has color #8483D7 on white background.



Black color preview on #8483D7 background

This text has black color on #8483D7 background.


White color preview on #8483D7 background

This text has white color on #8483D7 background.