#8380e3

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

Shades of Medium Slate Blue #8380E3

Tints of Medium Slate Blue #8380E3

Color information

#8380E3 (or 0x8380E3) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 80 and E3. RGB value is (131,128,227). Sum of RGB (Red+Green+Blue) = 131+128+227=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 128 (50.39% from 255 or 26.34% from 486); Blue value is 227 (89.06% from 255 or 46.71% from 486); Max value from RGB is 227 - color contains mainly: blue. Hex color #8380E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8380E3 is #7C7F1C. Grayscale: #8B8B8B. Windows color (decimal): -8159005 or 14909571. OLE color: 14909571.

HSL color Cylindrical-coordinate representation of color #8380E3: hue angle of 241.82º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8380E3 is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB131128227-
CMYK0.420.4400.11
HSL241.82º63.87%69.61%-
HSV(B)241.82º43.61%89.02%-
XYZ30.9425.8176.02-
YUV140.18176.99121.45-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.95%
GREEN value IS 128 (50.39% from 255) = 26.34%
BLUE value IS 227 (89.06% from 255) = 46.71%
R=26.95%
G=26.34%
B=46.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1311282270.420.4400.11241.8263.8769.61
Hex8380E32A2C0Bf24046
Octal2032003435254013362100106
Binary100000111000000011100011101010101100010111111001010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8380e3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8380e3; }

 p { color: rgb(131,128,227); }

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

<style>
 a { background-color: #8380e3; }

 a { background-color: rgb(131,128,227); }

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

<style>
 span { border-color: #8380e3; }

 span { border-color: rgb(131,128,227); }

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