Shades of Medium Slate Blue #824EEC
Tints of Medium Slate Blue #824EEC
RGB
CMYK
RGB Variations
Color information
#824EEC (or 0x824EEC) is known color: Medium Slate Blue. HEX triplet: 82, 4E and EC. RGB value is (130,78,236). Sum of RGB (Red+Green+Blue) = 130+78+236=444 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.28% from 444); Green value is 78 (30.86% from 255 or 17.57% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #824EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824EEC is #7DB113. Grayscale: #6E6E6E. Windows color (decimal): -8237332 or 15486594. OLE color: 15486594.
HSL color Cylindrical-coordinate representation of color #824EEC: hue angle of 259.75º degrees, saturation: 0.81, 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 #824EEC is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 78 | 236 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.07 |
| HSL | 259.75º | 0.81% | 0.62% | - |
| HSV(B) | 259.75º | 0.67% | 0.93% | - |
| XYZ | 27.07 | 16.25 | 81.07 | - |
| YUV | 111.56 | 198.23 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 236 | 0.45 | 0.67 | 0 | 0.07 | 259.75 | 0.81 | 0.62 |
| Hex | 82 | 4E | EC | 2D | 43 | 0 | 7 | 104 | 51 | 3E |
| Octal | 202 | 116 | 354 | 55 | 103 | 0 | 7 | 404 | 121 | 76 |
| Binary | 10000010 | 1001110 | 11101100 | 101101 | 1000011 | 0 | 111 | 100000100 | 1010001 | 111110 |
Color Harmonies of #824EEC
Complementary color
Monochromatic Colors of #824EEC
Black with #824EEC
Text Example
Text Example
White with #824EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824EEC; }
p { color: rgb(130,78,236); }
H1.HeaderClassName
{
color: #824EEC;
}
.AnyTagClassName
{
color: #824EEC;
}
</style>
background-color css
<style>
a { background-color: #824EEC; }
a { background-color: rgb(130,78,236); }
div.DivClassName
{
background-color: #824EEC;
}
.BgClassName
{
background-color: #824EEC;
}
</style>
border-color css
<style>
span { border-color: #824EEC; }
span { border-color: rgb(130,78,236); }
td.TdClassName
{
border-color: #824EEC;
}
.TagClassName
{
border-color: #824EEC;
}
</style>