Shades of Medium Slate Blue #824DEE
Tints of Medium Slate Blue #824DEE
RGB
CMYK
RGB Variations
Color information
#824DEE (or 0x824DEE) is known color: Medium Slate Blue. HEX triplet: 82, 4D and EE. RGB value is (130,77,238). Sum of RGB (Red+Green+Blue) = 130+77+238=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 77 (30.47% from 255 or 17.30% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #824DEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824DEE is #7DB211. Grayscale: #6E6E6E. Windows color (decimal): -8237586 or 15617410. OLE color: 15617410.
HSL color Cylindrical-coordinate representation of color #824DEE: hue angle of 259.75º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #824DEE is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 77 | 238 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.07 |
| HSL | 259.75º | 0.83% | 0.62% | - |
| HSV(B) | 259.75º | 0.68% | 0.93% | - |
| XYZ | 27.29 | 16.23 | 82.58 | - |
| YUV | 111.2 | 199.56 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 238 | 0.45 | 0.68 | 0 | 0.07 | 259.75 | 0.83 | 0.62 |
| Hex | 82 | 4D | EE | 2D | 44 | 0 | 7 | 104 | 53 | 3E |
| Octal | 202 | 115 | 356 | 55 | 104 | 0 | 7 | 404 | 123 | 76 |
| Binary | 10000010 | 1001101 | 11101110 | 101101 | 1000100 | 0 | 111 | 100000100 | 1010011 | 111110 |
Color Harmonies of #824DEE
Complementary color
Monochromatic Colors of #824DEE
Black with #824DEE
Text Example
Text Example
White with #824DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DEE; }
p { color: rgb(130,77,238); }
H1.HeaderClassName
{
color: #824DEE;
}
.AnyTagClassName
{
color: #824DEE;
}
</style>
background-color css
<style>
a { background-color: #824DEE; }
a { background-color: rgb(130,77,238); }
div.DivClassName
{
background-color: #824DEE;
}
.BgClassName
{
background-color: #824DEE;
}
</style>
border-color css
<style>
span { border-color: #824DEE; }
span { border-color: rgb(130,77,238); }
td.TdClassName
{
border-color: #824DEE;
}
.TagClassName
{
border-color: #824DEE;
}
</style>