#815AE6

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

Shades of Medium Slate Blue #815AE6

Tints of Medium Slate Blue #815AE6

Color information

#815AE6 (or 0x815AE6) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5A and E6. RGB value is (129,90,230). Sum of RGB (Red+Green+Blue) = 129+90+230=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 230 (90.23% from 255 or 51.22% from 449); Max value from RGB is 230 - color contains mainly: blue. Hex color #815AE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815AE6 is #7EA519. Grayscale: #757575. Windows color (decimal): -8299802 or 15096449. OLE color: 15096449.

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

Color convert

RGB12990230-
CMYK0.440.6100.10
HSL256.71º73.68%62.75%-
HSV(B)256.71º60.87%90.2%-
XYZ26.9917.6976.86-
YUV117.62191.42136.12-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 28.73%
GREEN value IS 90 (35.55% from 255) = 20.04%
BLUE value IS 230 (90.23% from 255) = 51.22%
R=28.73%
G=20.04%
B=51.22%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal129902300.440.6100.10256.7173.6862.75
Hex815AE62C3D0A1014a3f
Octal201132346547501240111277
Binary10000001101101011100110101100111101010101000000011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,90,230); }

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

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

 a { background-color: rgb(129,90,230); }

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

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

 span { border-color: rgb(129,90,230); }

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