#8382E5

Color #8382E5 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8382E5

Tints of Medium Slate Blue #8382E5

Color information

#8382E5 (or 0x8382E5) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 82 and E5. RGB value is (131,130,229). Sum of RGB (Red+Green+Blue) = 131+130+229=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 229 (89.84% from 255 or 46.73% from 490); Max value from RGB is 229 - color contains mainly: blue. Hex color #8382E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8382E5 is #7C7D1A. Grayscale: #8D8D8D. Windows color (decimal): -8158491 or 15041155. OLE color: 15041155.

HSL color Cylindrical-coordinate representation of color #8382E5: hue angle of 240.61º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8382E5 is Cyan = 0.43, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB131130229-
CMYK0.430.4300.10
HSL240.61º65.56%70.39%-
HSV(B)240.61º43.23%89.8%-
XYZ31.4926.4577.57-
YUV141.58177.33120.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 131 (51.56% from 255) = 26.73%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 229 (89.84% from 255) = 46.73%
R=26.73%
G=26.53%
B=46.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1311302290.430.4300.10240.6165.5670.39
Hex8382E52B2B0Af14246
Octal2032023455353012361102106
Binary100000111000001011100101101011101011010101111000110000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8382E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8382E5; }

 p { color: rgb(131,130,229); }

 H1.HeaderClassName
 {
   color: #8382E5;
 }
 .AnyTagClassName
 {
   color: #8382E5;
 }
</style>
background-color css

<style>
 a { background-color: #8382E5; }

 a { background-color: rgb(131,130,229); }

 div.DivClassName
 {
   background-color: #8382E5;
 }
 .BgClassName
 {
   background-color: #8382E5;
 }
</style>
border-color css

<style>
 span { border-color: #8382E5; }

 span { border-color: rgb(131,130,229); }

 td.TdClassName
 {
   border-color: #8382E5;
 }
 .TagClassName
 {
   border-color: #8382E5;
 }
</style>