#8351ED

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

Shades of Medium Slate Blue #8351ED

Tints of Medium Slate Blue #8351ED

Color information

#8351ED (or 0x8351ED) is unknown color: approx Medium Slate Blue. HEX triplet: 83, 51 and ED. RGB value is (131,81,237). Sum of RGB (Red+Green+Blue) = 131+81+237=449 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.18% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #8351ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8351ED is #7CAE12. Grayscale: #717171. Windows color (decimal): -8171027 or 15552899. OLE color: 15552899.

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

Color convert

RGB13181237-
CMYK0.450.6600.07
HSL259.23º81.25%62.35%-
HSV(B)259.23º65.82%92.94%-
XYZ27.5916.8281.91-
YUV113.73197.56140.32-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.18%
GREEN value IS 81 (32.03% from 255) = 18.04%
BLUE value IS 237 (92.97% from 255) = 52.78%
R=29.18%
G=18.04%
B=52.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal131812370.450.6600.07259.2381.2562.35
Hex8351ED2D4207103513e
Octal203121355551020740312176
Binary10000011101000111101101101101100001001111000000111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8351ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8351ED; }

 p { color: rgb(131,81,237); }

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

<style>
 a { background-color: #8351ED; }

 a { background-color: rgb(131,81,237); }

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

<style>
 span { border-color: #8351ED; }

 span { border-color: rgb(131,81,237); }

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