#806DED

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

Shades of Medium Slate Blue #806DED

Tints of Medium Slate Blue #806DED

Color information

#806DED (or 0x806DED) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6D and ED. RGB value is (128,109,237). Sum of RGB (Red+Green+Blue) = 128+109+237=474 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.00% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #806DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #806DED is #7F9212. Grayscale: #808080. Windows color (decimal): -8360467 or 15560064. OLE color: 15560064.

HSL color Cylindrical-coordinate representation of color #806DED: hue angle of 248.91º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #806DED is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB128109237-
CMYK0.460.5400.07
HSL248.91º78.05%67.84%-
HSV(B)248.91º54.01%92.94%-
XYZ29.6621.6482.73-
YUV129.27188.79127.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.00%
GREEN value IS 109 (42.97% from 255) = 23.00%
BLUE value IS 237 (92.97% from 255) = 50%
R=27.00%
G=23.00%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1281092370.460.5400.07248.9178.0567.84
Hex806DED2E3607f94e44
Octal200155355566607371116104
Binary1000000011011011110110110111011011001111111100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806DED; }

 p { color: rgb(128,109,237); }

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

<style>
 a { background-color: #806DED; }

 a { background-color: rgb(128,109,237); }

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

<style>
 span { border-color: #806DED; }

 span { border-color: rgb(128,109,237); }

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