#815FF1

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

Shades of Medium Slate Blue #815FF1

Tints of Medium Slate Blue #815FF1

Color information

#815FF1 (or 0x815FF1) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5F and F1. RGB value is (129,95,241). Sum of RGB (Red+Green+Blue) = 129+95+241=465 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.74% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 241 (94.53% from 255 or 51.83% from 465); Max value from RGB is 241 - color contains mainly: blue. Hex color #815FF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815FF1 is #7EA00E. Grayscale: #797979. Windows color (decimal): -8298511 or 15818625. OLE color: 15818625.

HSL color Cylindrical-coordinate representation of color #815FF1: hue angle of 253.97º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #815FF1 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12995241-
CMYK0.460.6100.05
HSL253.97º83.91%65.88%-
HSV(B)253.97º60.58%94.51%-
XYZ29.0219.285.4-
YUV121.81195.26133.13-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.74%
GREEN value IS 95 (37.5% from 255) = 20.43%
BLUE value IS 241 (94.53% from 255) = 51.83%
R=27.74%
G=20.43%
B=51.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal129952410.460.6100.05253.9783.9165.88
Hex815FF12E3D05fe5442
Octal201137361567505376124102
Binary1000000110111111111000110111011110101011111111010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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