#8151ED

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

Shades of Medium Slate Blue #8151ED

Tints of Medium Slate Blue #8151ED

Color information

#8151ED (or 0x8151ED) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 51 and ED. RGB value is (129,81,237). Sum of RGB (Red+Green+Blue) = 129+81+237=447 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.86% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #8151ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8151ED is #7EAE12. Grayscale: #707070. Windows color (decimal): -8302099 or 15552897. OLE color: 15552897.

HSL color Cylindrical-coordinate representation of color #8151ED: hue angle of 258.46º 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 #8151ED is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12981237-
CMYK0.460.6600.07
HSL258.46º81.25%62.35%-
HSV(B)258.46º65.82%92.94%-
XYZ27.2816.6781.9-
YUV113.14197.9139.32-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.86%
GREEN value IS 81 (32.03% from 255) = 18.12%
BLUE value IS 237 (92.97% from 255) = 53.02%
R=28.86%
G=18.12%
B=53.02%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal129812370.460.6600.07258.4681.2562.35
Hex8151ED2E4207102513e
Octal201121355561020740212176
Binary10000001101000111101101101110100001001111000000101010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8151ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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