#8362F3

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

Shades of Medium Slate Blue #8362F3

Tints of Medium Slate Blue #8362F3

Color information

#8362F3 (or 0x8362F3) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 62 and F3. RGB value is (131,98,243). Sum of RGB (Red+Green+Blue) = 131+98+243=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 98 (38.67% from 255 or 20.76% from 472); Blue value is 243 (95.31% from 255 or 51.48% from 472); Max value from RGB is 243 - color contains mainly: blue. Hex color #8362F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8362F3 is #7C9D0C. Grayscale: #7B7B7B. Windows color (decimal): -8166669 or 15950467. OLE color: 15950467.

HSL color Cylindrical-coordinate representation of color #8362F3: hue angle of 253.66º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8362F3 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13198243-
CMYK0.460.6000.05
HSL253.66º85.8%66.86%-
HSV(B)253.66º59.67%95.29%-
XYZ29.9120.0387.08-
YUV124.4194.93132.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.75%
GREEN value IS 98 (38.67% from 255) = 20.76%
BLUE value IS 243 (95.31% from 255) = 51.48%
R=27.75%
G=20.76%
B=51.48%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal131982430.460.6000.05253.6685.866.86
Hex8362F32E3C05fe5643
Octal203142363567405376126103
Binary1000001111000101111001110111011110001011111111010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8362F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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