#805FDD

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

Shades of Medium Slate Blue #805FDD

Tints of Medium Slate Blue #805FDD

Color information

#805FDD (or 0x805FDD) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 5F and DD. RGB value is (128,95,221). Sum of RGB (Red+Green+Blue) = 128+95+221=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #805FDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FDD is #7FA022. Grayscale: #767676. Windows color (decimal): -8364067 or 14507904. OLE color: 14507904.

HSL color Cylindrical-coordinate representation of color #805FDD: hue angle of 255.71º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #805FDD is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB12895221-
CMYK0.420.5700.13
HSL255.71º64.95%61.96%-
HSV(B)255.71º57.01%86.67%-
XYZ26.0517.9970.51-
YUV119.23185.43134.25-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 28.83%
GREEN value IS 95 (37.5% from 255) = 21.40%
BLUE value IS 221 (86.72% from 255) = 49.77%
R=28.83%
G=21.40%
B=49.77%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal128952210.420.5700.13255.7164.9561.96
Hex805FDD2A390D100413e
Octal200137335527101540010176
Binary10000000101111111011101101010111001011011000000001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,95,221); }

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

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

 a { background-color: rgb(128,95,221); }

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

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

 span { border-color: rgb(128,95,221); }

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