Shades of Medium Slate Blue #826DED
Tints of Medium Slate Blue #826DED
RGB
CMYK
RGB Variations
Color information
#826DED (or 0x826DED) is known color: Medium Slate Blue. HEX triplet: 82, 6D and ED. RGB value is (130,109,237). Sum of RGB (Red+Green+Blue) = 130+109+237=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 109 (42.97% from 255 or 22.90% from 476); Blue value is 237 (92.97% from 255 or 49.79% from 476); Max value from RGB is 237 - color contains mainly: blue. Hex color #826DED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826DED is #7D9212. Grayscale: #818181. Windows color (decimal): -8229395 or 15560066. OLE color: 15560066.
HSL color Cylindrical-coordinate representation of color #826DED: hue angle of 249.84º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #826DED is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 109 | 237 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.07 |
| HSL | 249.84º | 0.78% | 0.68% | - |
| HSV(B) | 249.84º | 0.54% | 0.93% | - |
| XYZ | 29.96 | 21.8 | 82.75 | - |
| YUV | 129.87 | 188.46 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 109 | 237 | 0.45 | 0.54 | 0 | 0.07 | 249.84 | 0.78 | 0.68 |
| Hex | 82 | 6D | ED | 2D | 36 | 0 | 7 | FA | 4E | 44 |
| Octal | 202 | 155 | 355 | 55 | 66 | 0 | 7 | 372 | 116 | 104 |
| Binary | 10000010 | 1101101 | 11101101 | 101101 | 110110 | 0 | 111 | 11111010 | 1001110 | 1000100 |
Color Harmonies of #826DED
Complementary color
Monochromatic Colors of #826DED
Black with #826DED
Text Example
Text Example
White with #826DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826DED; }
p { color: rgb(130,109,237); }
H1.HeaderClassName
{
color: #826DED;
}
.AnyTagClassName
{
color: #826DED;
}
</style>
background-color css
<style>
a { background-color: #826DED; }
a { background-color: rgb(130,109,237); }
div.DivClassName
{
background-color: #826DED;
}
.BgClassName
{
background-color: #826DED;
}
</style>
border-color css
<style>
span { border-color: #826DED; }
span { border-color: rgb(130,109,237); }
td.TdClassName
{
border-color: #826DED;
}
.TagClassName
{
border-color: #826DED;
}
</style>