#815FED

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

Shades of Medium Slate Blue #815FED

Tints of Medium Slate Blue #815FED

Color information

#815FED (or 0x815FED) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5F and ED. RGB value is (129,95,237). Sum of RGB (Red+Green+Blue) = 129+95+237=461 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.98% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 237 (92.97% from 255 or 51.41% from 461); Max value from RGB is 237 - color contains mainly: blue. Hex color #815FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815FED is #7EA012. Grayscale: #787878. Windows color (decimal): -8298515 or 15556481. OLE color: 15556481.

HSL color Cylindrical-coordinate representation of color #815FED: hue angle of 254.37º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #815FED is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB12995237-
CMYK0.460.6000.07
HSL254.37º79.78%65.1%-
HSV(B)254.37º59.92%92.94%-
XYZ28.4318.9782.28-
YUV121.35193.26133.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.98%
GREEN value IS 95 (37.5% from 255) = 20.61%
BLUE value IS 237 (92.97% from 255) = 51.41%
R=27.98%
G=20.61%
B=51.41%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal129952370.460.6000.07254.3779.7865.1
Hex815FED2E3C07fe5041
Octal201137355567407376120101
Binary1000000110111111110110110111011110001111111111010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #815FED; }

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

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

<style>
 a { background-color: #815FED; }

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

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

<style>
 span { border-color: #815FED; }

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

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