#8356e7

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

Shades of Medium Slate Blue #8356E7

Tints of Medium Slate Blue #8356E7

Color information

#8356E7 (or 0x8356E7) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 56 and E7. RGB value is (131,86,231). Sum of RGB (Red+Green+Blue) = 131+86+231=448 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.24% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 231 (90.62% from 255 or 51.56% from 448); Max value from RGB is 231 - color contains mainly: blue. Hex color #8356E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8356E7 is #7CA918. Grayscale: #737373. Windows color (decimal): -8169753 or 15160963. OLE color: 15160963.

HSL color Cylindrical-coordinate representation of color #8356E7: hue angle of 258.62º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8356E7 is Cyan = 0.43, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13186231-
CMYK0.430.6300.09
HSL258.62º75.13%62.16%-
HSV(B)258.62º62.77%90.59%-
XYZ27.1117.2577.5-
YUV115.98192.91138.71-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.24%
GREEN value IS 86 (33.98% from 255) = 19.20%
BLUE value IS 231 (90.62% from 255) = 51.56%
R=29.24%
G=19.20%
B=51.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal131862310.430.6300.09258.6275.1362.16
Hex8356E72B3F091034b3e
Octal203126347537701140311376
Binary10000011101011011100111101011111111010011000000111001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8356e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8356e7; }

 p { color: rgb(131,86,231); }

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

<style>
 a { background-color: #8356e7; }

 a { background-color: rgb(131,86,231); }

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

<style>
 span { border-color: #8356e7; }

 span { border-color: rgb(131,86,231); }

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