#8362EF

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

Shades of Medium Slate Blue #8362EF

Tints of Medium Slate Blue #8362EF

Color information

#8362EF (or 0x8362EF) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 62 and EF. RGB value is (131,98,239). Sum of RGB (Red+Green+Blue) = 131+98+239=468 (61% of max value = 765). Red value is 131 (51.56% from 255 or 27.99% from 468); Green value is 98 (38.67% from 255 or 20.94% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #8362EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8362EF is #7C9D10. Grayscale: #7B7B7B. Windows color (decimal): -8166673 or 15688323. OLE color: 15688323.

HSL color Cylindrical-coordinate representation of color #8362EF: hue angle of 254.04º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8362EF is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13198239-
CMYK0.450.5900.06
HSL254.04º81.5%66.08%-
HSV(B)254.04º59%93.73%-
XYZ29.3119.7983.94-
YUV123.94192.93133.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.99%
GREEN value IS 98 (38.67% from 255) = 20.94%
BLUE value IS 239 (93.75% from 255) = 51.07%
R=27.99%
G=20.94%
B=51.07%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal131982390.450.5900.06254.0481.566.08
Hex8362EF2D3B06fe5242
Octal203142357557306376122102
Binary1000001111000101110111110110111101101101111111010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8362EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8362EF; }

 p { color: rgb(131,98,239); }

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

<style>
 a { background-color: #8362EF; }

 a { background-color: rgb(131,98,239); }

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

<style>
 span { border-color: #8362EF; }

 span { border-color: rgb(131,98,239); }

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