#8362EE

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

Shades of Medium Slate Blue #8362EE

Tints of Medium Slate Blue #8362EE

Color information

#8362EE (or 0x8362EE) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 62 and EE. RGB value is (131,98,238). Sum of RGB (Red+Green+Blue) = 131+98+238=467 (61% of max value = 765). Red value is 131 (51.56% from 255 or 28.05% from 467); Green value is 98 (38.67% from 255 or 20.99% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #8362EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8362EE is #7C9D11. Grayscale: #7B7B7B. Windows color (decimal): -8166674 or 15622787. OLE color: 15622787.

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

Color convert

RGB13198238-
CMYK0.450.5900.07
HSL254.14º80.46%65.88%-
HSV(B)254.14º58.82%93.33%-
XYZ29.1619.7383.16-
YUV123.83192.43133.12-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.05%
GREEN value IS 98 (38.67% from 255) = 20.99%
BLUE value IS 238 (93.36% from 255) = 50.96%
R=28.05%
G=20.99%
B=50.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal131982380.450.5900.07254.1480.4665.88
Hex8362EE2D3B07fe5042
Octal203142356557307376120102
Binary1000001111000101110111010110111101101111111111010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8362EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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