#826DF1

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

Shades of Medium Slate Blue #826DF1

Tints of Medium Slate Blue #826DF1

Color information

#826DF1 (or 0x826DF1) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 6D and F1. RGB value is (130,109,241). Sum of RGB (Red+Green+Blue) = 130+109+241=480 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.08% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #826DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826DF1 is #7D920E. Grayscale: #818181. Windows color (decimal): -8229391 or 15822210. OLE color: 15822210.

HSL color Cylindrical-coordinate representation of color #826DF1: hue angle of 249.55º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #826DF1 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB130109241-
CMYK0.460.5500.05
HSL249.55º82.5%68.63%-
HSV(B)249.55º54.77%94.51%-
XYZ30.5522.0385.86-
YUV130.33190.46127.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.08%
GREEN value IS 109 (42.97% from 255) = 22.71%
BLUE value IS 241 (94.53% from 255) = 50.21%
R=27.08%
G=22.71%
B=50.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1301092410.460.5500.05249.5582.568.63
Hex826DF12E3705fa5245
Octal202155361566705372122105
Binary1000001011011011111000110111011011101011111101010100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,109,241); }

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

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

 a { background-color: rgb(130,109,241); }

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

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

 span { border-color: rgb(130,109,241); }

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