Shades of Medium Slate Blue #824EED
Tints of Medium Slate Blue #824EED
RGB
CMYK
RGB Variations
Color information
#824EED (or 0x824EED) is known color: Medium Slate Blue. HEX triplet: 82, 4E and ED. RGB value is (130,78,237). Sum of RGB (Red+Green+Blue) = 130+78+237=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 78 (30.86% from 255 or 17.53% from 445); Blue value is 237 (92.97% from 255 or 53.26% from 445); Max value from RGB is 237 - color contains mainly: blue. Hex color #824EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824EED is #7DB112. Grayscale: #6F6F6F. Windows color (decimal): -8237331 or 15552130. OLE color: 15552130.
HSL color Cylindrical-coordinate representation of color #824EED: hue angle of 259.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #824EED is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 78 | 237 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.07 |
| HSL | 259.62º | 0.82% | 0.62% | - |
| HSV(B) | 259.62º | 0.67% | 0.93% | - |
| XYZ | 27.22 | 16.31 | 81.83 | - |
| YUV | 111.67 | 198.73 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 237 | 0.45 | 0.67 | 0 | 0.07 | 259.62 | 0.82 | 0.62 |
| Hex | 82 | 4E | ED | 2D | 43 | 0 | 7 | 104 | 52 | 3E |
| Octal | 202 | 116 | 355 | 55 | 103 | 0 | 7 | 404 | 122 | 76 |
| Binary | 10000010 | 1001110 | 11101101 | 101101 | 1000011 | 0 | 111 | 100000100 | 1010010 | 111110 |
Color Harmonies of #824EED
Complementary color
Monochromatic Colors of #824EED
Black with #824EED
Text Example
Text Example
White with #824EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824EED; }
p { color: rgb(130,78,237); }
H1.HeaderClassName
{
color: #824EED;
}
.AnyTagClassName
{
color: #824EED;
}
</style>
background-color css
<style>
a { background-color: #824EED; }
a { background-color: rgb(130,78,237); }
div.DivClassName
{
background-color: #824EED;
}
.BgClassName
{
background-color: #824EED;
}
</style>
border-color css
<style>
span { border-color: #824EED; }
span { border-color: rgb(130,78,237); }
td.TdClassName
{
border-color: #824EED;
}
.TagClassName
{
border-color: #824EED;
}
</style>