#826de2

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

Shades of Medium Slate Blue #826DE2

Tints of Medium Slate Blue #826DE2

Color information

#826DE2 (or 0x826DE2) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 6D and E2. RGB value is (130,109,226). Sum of RGB (Red+Green+Blue) = 130+109+226=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 226 (88.67% from 255 or 48.60% from 465); Max value from RGB is 226 - color contains mainly: blue. Hex color #826DE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DE2 is #7D921D. Grayscale: #808080. Windows color (decimal): -8229406 or 14839170. OLE color: 14839170.

HSL color Cylindrical-coordinate representation of color #826DE2: hue angle of 250.77º degrees, saturation: 0.67, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #826DE2 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB130109226-
CMYK0.420.5200.11
HSL250.77º66.86%65.69%-
HSV(B)250.77º51.77%88.63%-
XYZ28.421.1774.54-
YUV128.62182.96128.99-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 27.96%
GREEN value IS 109 (42.97% from 255) = 23.44%
BLUE value IS 226 (88.67% from 255) = 48.60%
R=27.96%
G=23.44%
B=48.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1301092260.420.5200.11250.7766.8665.69
Hex826DE22A340Bfb4342
Octal2021553425264013373103102
Binary10000010110110111100010101010110100010111111101110000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826de2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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