#815DF0

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

Shades of Medium Slate Blue #815DF0

Tints of Medium Slate Blue #815DF0

Color information

#815DF0 (or 0x815DF0) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5D and F0. RGB value is (129,93,240). Sum of RGB (Red+Green+Blue) = 129+93+240=462 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.92% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 240 (94.14% from 255 or 51.95% from 462); Max value from RGB is 240 - color contains mainly: blue. Hex color #815DF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815DF0 is #7EA20F. Grayscale: #777777. Windows color (decimal): -8299024 or 15752577. OLE color: 15752577.

HSL color Cylindrical-coordinate representation of color #815DF0: hue angle of 254.69º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #815DF0 is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12993240-
CMYK0.460.6100.06
HSL254.69º83.05%65.29%-
HSV(B)254.69º61.25%94.12%-
XYZ28.718.7984.55-
YUV120.52195.43134.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.92%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 240 (94.14% from 255) = 51.95%
R=27.92%
G=20.13%
B=51.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal129932400.460.6100.06254.6983.0565.29
Hex815DF02E3D06ff5341
Octal201135360567506377123101
Binary1000000110111011111000010111011110101101111111110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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