#826DDC

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

Shades of Medium Slate Blue #826DDC

Tints of Medium Slate Blue #826DDC

Color information

#826DDC (or 0x826DDC) is unknown color: approx Medium Slate Blue. HEX triplet: 82, 6D and DC. RGB value is (130,109,220). Sum of RGB (Red+Green+Blue) = 130+109+220=459 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.32% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #826DDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #826DDC is #7D9223. Grayscale: #7F7F7F. Windows color (decimal): -8229412 or 14445954. OLE color: 14445954.

HSL color Cylindrical-coordinate representation of color #826DDC: hue angle of 251.35º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #826DDC is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130109220-
CMYK0.410.5000.14
HSL251.35º61.33%64.51%-
HSV(B)251.35º50.45%86.27%-
XYZ27.5920.8570.28-
YUV127.93179.96129.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 28.32%
GREEN value IS 109 (42.97% from 255) = 23.75%
BLUE value IS 220 (86.33% from 255) = 47.93%
R=28.32%
G=23.75%
B=47.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1301092200.410.5000.14251.3561.3364.51
Hex826DDC29320Efb3d41
Octal202155334516201637375101
Binary1000001011011011101110010100111001001110111110111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #826DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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