#8362F0

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

Shades of Medium Slate Blue #8362F0

Tints of Medium Slate Blue #8362F0

Color information

#8362F0 (or 0x8362F0) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 62 and F0. RGB value is (131,98,240). Sum of RGB (Red+Green+Blue) = 131+98+240=469 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.93% from 469); Green value is 98 (38.67% from 255 or 20.90% from 469); Blue value is 240 (94.14% from 255 or 51.17% from 469); Max value from RGB is 240 - color contains mainly: blue. Hex color #8362F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8362F0 is #7C9D0F. Grayscale: #7B7B7B. Windows color (decimal): -8166672 or 15753859. OLE color: 15753859.

HSL color Cylindrical-coordinate representation of color #8362F0: hue angle of 253.94º degrees, saturation: 0.83, 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 #8362F0 is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13198240-
CMYK0.450.5900.06
HSL253.94º82.56%66.27%-
HSV(B)253.94º59.17%94.12%-
XYZ29.4619.8584.72-
YUV124.06193.43132.95-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.93%
GREEN value IS 98 (38.67% from 255) = 20.90%
BLUE value IS 240 (94.14% from 255) = 51.17%
R=27.93%
G=20.90%
B=51.17%

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
Decimal131982400.450.5900.06253.9482.5666.27
Hex8362F02D3B06fe5342
Octal203142360557306376123102
Binary1000001111000101111000010110111101101101111111010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8362F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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