#805DF6

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

Shades of Medium Slate Blue #805DF6

Tints of Medium Slate Blue #805DF6

Color information

#805DF6 (or 0x805DF6) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 5D and F6. RGB value is (128,93,246). Sum of RGB (Red+Green+Blue) = 128+93+246=467 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.41% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 246 (96.48% from 255 or 52.68% from 467); Max value from RGB is 246 - color contains mainly: blue. Hex color #805DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805DF6 is #7FA209. Grayscale: #787878. Windows color (decimal): -8364554 or 16145792. OLE color: 16145792.

HSL color Cylindrical-coordinate representation of color #805DF6: hue angle of 253.73º degrees, saturation: 0.89, 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 #805DF6 is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB12893246-
CMYK0.480.6200.04
HSL253.73º89.47%66.47%-
HSV(B)253.73º62.2%96.47%-
XYZ29.4519.0789.32-
YUV120.91198.6133.06-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.41%
GREEN value IS 93 (36.72% from 255) = 19.91%
BLUE value IS 246 (96.48% from 255) = 52.68%
R=27.41%
G=19.91%
B=52.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal128932460.480.6200.04253.7389.4766.47
Hex805DF6303E04fe5942
Octal200135366607604376131102
Binary1000000010111011111011011000011111001001111111010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805DF6; }

 p { color: rgb(128,93,246); }

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

<style>
 a { background-color: #805DF6; }

 a { background-color: rgb(128,93,246); }

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

<style>
 span { border-color: #805DF6; }

 span { border-color: rgb(128,93,246); }

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