#815DE5

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

Shades of Medium Slate Blue #815DE5

Tints of Medium Slate Blue #815DE5

Color information

#815DE5 (or 0x815DE5) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5D and E5. RGB value is (129,93,229). Sum of RGB (Red+Green+Blue) = 129+93+229=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 229 (89.84% from 255 or 50.78% from 451); Max value from RGB is 229 - color contains mainly: blue. Hex color #815DE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DE5 is #7EA21A. Grayscale: #767676. Windows color (decimal): -8299035 or 15031681. OLE color: 15031681.

HSL color Cylindrical-coordinate representation of color #815DE5: hue angle of 255.88º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #815DE5 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB12993229-
CMYK0.440.5900.10
HSL255.88º72.34%63.14%-
HSV(B)255.88º59.39%89.8%-
XYZ27.1118.1576.2-
YUV119.27189.93134.94-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.60%
GREEN value IS 93 (36.72% from 255) = 20.62%
BLUE value IS 229 (89.84% from 255) = 50.78%
R=28.60%
G=20.62%
B=50.78%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal129932290.440.5900.10255.8872.3463.14
Hex815DE52C3B0A100483f
Octal201135345547301240011077
Binary10000001101110111100101101100111011010101000000001001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,93,229); }

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

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

 a { background-color: rgb(129,93,229); }

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

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

 span { border-color: rgb(129,93,229); }

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