Shades of Medium Slate Blue #826EED
Tints of Medium Slate Blue #826EED
RGB
CMYK
RGB Variations
Color information
#826EED (or 0x826EED) is known color: Medium Slate Blue. HEX triplet: 82, 6E and ED. RGB value is (130,110,237). Sum of RGB (Red+Green+Blue) = 130+110+237=477 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.25% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 237 (92.97% from 255 or 49.69% from 477); Max value from RGB is 237 - color contains mainly: blue. Hex color #826EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #826EED is #7D9112. Grayscale: #818181. Windows color (decimal): -8229139 or 15560322. OLE color: 15560322.
HSL color Cylindrical-coordinate representation of color #826EED: hue angle of 249.45º 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 #826EED is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 110 | 237 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.07 |
| HSL | 249.45º | 0.78% | 0.68% | - |
| HSV(B) | 249.45º | 0.54% | 0.93% | - |
| XYZ | 30.07 | 22.01 | 82.78 | - |
| YUV | 130.46 | 188.13 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 110 | 237 | 0.45 | 0.54 | 0 | 0.07 | 249.45 | 0.78 | 0.68 |
| Hex | 82 | 6E | ED | 2D | 36 | 0 | 7 | F9 | 4E | 44 |
| Octal | 202 | 156 | 355 | 55 | 66 | 0 | 7 | 371 | 116 | 104 |
| Binary | 10000010 | 1101110 | 11101101 | 101101 | 110110 | 0 | 111 | 11111001 | 1001110 | 1000100 |
Color Harmonies of #826EED
Complementary color
Monochromatic Colors of #826EED
Black with #826EED
Text Example
Text Example
White with #826EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826EED; }
p { color: rgb(130,110,237); }
H1.HeaderClassName
{
color: #826EED;
}
.AnyTagClassName
{
color: #826EED;
}
</style>
background-color css
<style>
a { background-color: #826EED; }
a { background-color: rgb(130,110,237); }
div.DivClassName
{
background-color: #826EED;
}
.BgClassName
{
background-color: #826EED;
}
</style>
border-color css
<style>
span { border-color: #826EED; }
span { border-color: rgb(130,110,237); }
td.TdClassName
{
border-color: #826EED;
}
.TagClassName
{
border-color: #826EED;
}
</style>