#8362E8

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

Shades of Medium Slate Blue #8362E8

Tints of Medium Slate Blue #8362E8

Color information

#8362E8 (or 0x8362E8) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 62 and E8. RGB value is (131,98,232). Sum of RGB (Red+Green+Blue) = 131+98+232=461 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.42% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 232 (91.02% from 255 or 50.33% from 461); Max value from RGB is 232 - color contains mainly: blue. Hex color #8362E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8362E8 is #7C9D17. Grayscale: #7A7A7A. Windows color (decimal): -8166680 or 15229571. OLE color: 15229571.

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

Color convert

RGB13198232-
CMYK0.440.5800.09
HSL254.78º74.44%64.71%-
HSV(B)254.78º57.76%90.98%-
XYZ28.2919.3978.59-
YUV123.14189.43133.6-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.42%
GREEN value IS 98 (38.67% from 255) = 21.26%
BLUE value IS 232 (91.02% from 255) = 50.33%
R=28.42%
G=21.26%
B=50.33%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal131982320.440.5800.09254.7874.4464.71
Hex8362E82C3A09ff4a41
Octal2031423505472011377112101
Binary10000011110001011101000101100111010010011111111110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8362E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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