#826EDD

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

Shades of Medium Slate Blue #826EDD

Tints of Medium Slate Blue #826EDD

Color information

#826EDD (or 0x826EDD) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 6E and DD. RGB value is (130,110,221). Sum of RGB (Red+Green+Blue) = 130+110+221=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #826EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826EDD is #7D9122. Grayscale: #808080. Windows color (decimal): -8229155 or 14511746. OLE color: 14511746.

HSL color Cylindrical-coordinate representation of color #826EDD: hue angle of 250.81º 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 #826EDD is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB130110221-
CMYK0.410.5000.13
HSL250.81º62.01%64.9%-
HSV(B)250.81º50.23%86.67%-
XYZ27.8321.1271.02-
YUV128.63180.13128.97-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.20%
GREEN value IS 110 (43.36% from 255) = 23.86%
BLUE value IS 221 (86.72% from 255) = 47.94%
R=28.20%
G=23.86%
B=47.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1301102210.410.5000.13250.8162.0164.9
Hex826EDD29320Dfb3e41
Octal202156335516201537376101
Binary1000001011011101101110110100111001001101111110111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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