#8362EA

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

Shades of Medium Slate Blue #8362EA

Tints of Medium Slate Blue #8362EA

Color information

#8362EA (or 0x8362EA) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 62 and EA. RGB value is (131,98,234). Sum of RGB (Red+Green+Blue) = 131+98+234=463 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.29% from 463); Green value is 98 (38.67% from 255 or 21.17% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #8362EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8362EA is #7C9D15. Grayscale: #7A7A7A. Windows color (decimal): -8166678 or 15360643. OLE color: 15360643.

HSL color Cylindrical-coordinate representation of color #8362EA: hue angle of 254.56º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8362EA is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB13198234-
CMYK0.440.5800.08
HSL254.56º76.4%65.1%-
HSV(B)254.56º58.12%91.76%-
XYZ28.5819.580.1-
YUV123.37190.43133.44-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.29%
GREEN value IS 98 (38.67% from 255) = 21.17%
BLUE value IS 234 (91.80% from 255) = 50.54%
R=28.29%
G=21.17%
B=50.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal131982340.440.5800.08254.5676.465.1
Hex8362EA2C3A08ff4c41
Octal2031423525472010377114101
Binary10000011110001011101010101100111010010001111111110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8362EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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