#8356FD

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

Shades of Medium Slate Blue #8356FD

Tints of Medium Slate Blue #8356FD

Color information

#8356FD (or 0x8356FD) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 56 and FD. RGB value is (131,86,253). Sum of RGB (Red+Green+Blue) = 131+86+253=470 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.87% from 470); Green value is 86 (33.98% from 255 or 18.30% from 470); Blue value is 253 (99.22% from 255 or 53.83% from 470); Max value from RGB is 253 - color contains mainly: blue. Hex color #8356FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8356FD is #7CA902. Grayscale: #757575. Windows color (decimal): -8169731 or 16602755. OLE color: 16602755.

HSL color Cylindrical-coordinate representation of color #8356FD: hue angle of 256.17º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8356FD is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB13186253-
CMYK0.480.6600.01
HSL256.17º97.66%66.47%-
HSV(B)256.17º66.01%99.22%-
XYZ30.4218.5794.91-
YUV118.49203.91136.92-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.87%
GREEN value IS 86 (33.98% from 255) = 18.30%
BLUE value IS 253 (99.22% from 255) = 53.83%
R=27.87%
G=18.30%
B=53.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal131862530.480.6600.01256.1797.6666.47
Hex8356FD3042011006242
Octal2031263756010201400142102
Binary1000001110101101111110111000010000100110000000011000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8356FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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