#815DF4

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

Shades of Medium Slate Blue #815DF4

Tints of Medium Slate Blue #815DF4

Color information

#815DF4 (or 0x815DF4) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 5D and F4. RGB value is (129,93,244). Sum of RGB (Red+Green+Blue) = 129+93+244=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #815DF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #815DF4 is #7EA20B. Grayscale: #787878. Windows color (decimal): -8299020 or 16014721. OLE color: 16014721.

HSL color Cylindrical-coordinate representation of color #815DF4: hue angle of 254.3º degrees, saturation: 0.87, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #815DF4 is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12993244-
CMYK0.470.6200.04
HSL254.3º87.28%66.08%-
HSV(B)254.3º61.89%95.69%-
XYZ29.319.0387.72-
YUV120.98197.43133.72-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.68%
GREEN value IS 93 (36.72% from 255) = 19.96%
BLUE value IS 244 (95.70% from 255) = 52.36%
R=27.68%
G=19.96%
B=52.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal129932440.470.6200.04254.387.2866.08
Hex815DF42F3E04fe5742
Octal201135364577604376127102
Binary1000000110111011111010010111111111001001111111010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #815DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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