#806EDD

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

Shades of Medium Slate Blue #806EDD

Tints of Medium Slate Blue #806EDD

Color information

#806EDD (or 0x806EDD) is unknown color: approx Medium Slate Blue. HEX triplet: 80, 6E and DD. RGB value is (128,110,221). Sum of RGB (Red+Green+Blue) = 128+110+221=459 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.89% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #806EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806EDD is #7F9122. Grayscale: #7F7F7F. Windows color (decimal): -8360227 or 14511744. OLE color: 14511744.

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

Color convert

RGB128110221-
CMYK0.420.5000.13
HSL249.73º62.01%64.9%-
HSV(B)249.73º50.23%86.67%-
XYZ27.5320.9671-
YUV128.04180.46127.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 27.89%
GREEN value IS 110 (43.36% from 255) = 23.97%
BLUE value IS 221 (86.72% from 255) = 48.15%
R=27.89%
G=23.97%
B=48.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1281102210.420.5000.13249.7362.0164.9
Hex806EDD2A320Dfa3e41
Octal200156335526201537276101
Binary1000000011011101101110110101011001001101111110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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