Shades of Medium Slate Blue #824EDF
Tints of Medium Slate Blue #824EDF
RGB
CMYK
RGB Variations
Color information
#824EDF (or 0x824EDF) is known color: Medium Slate Blue. HEX triplet: 82, 4E and DF. RGB value is (130,78,223). Sum of RGB (Red+Green+Blue) = 130+78+223=431 (57% of max value = 765). Red value is 130 (51.17% from 255 or 30.16% from 431); Green value is 78 (30.86% from 255 or 18.10% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #824EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EDF is #7DB120. Grayscale: #6D6D6D. Windows color (decimal): -8237345 or 14634626. OLE color: 14634626.
HSL color Cylindrical-coordinate representation of color #824EDF: hue angle of 261.52º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #824EDF is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 78 | 223 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.13 |
| HSL | 261.52º | 0.69% | 0.59% | - |
| HSV(B) | 261.52º | 0.65% | 0.87% | - |
| XYZ | 25.25 | 15.52 | 71.48 | - |
| YUV | 110.08 | 191.73 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 223 | 0.42 | 0.65 | 0 | 0.13 | 261.52 | 0.69 | 0.59 |
| Hex | 82 | 4E | DF | 2A | 41 | 0 | D | 106 | 45 | 3B |
| Octal | 202 | 116 | 337 | 52 | 101 | 0 | 15 | 406 | 105 | 73 |
| Binary | 10000010 | 1001110 | 11011111 | 101010 | 1000001 | 0 | 1101 | 100000110 | 1000101 | 111011 |
Color Harmonies of #824EDF
Complementary color
Monochromatic Colors of #824EDF
Black with #824EDF
Text Example
Text Example
White with #824EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824EDF; }
p { color: rgb(130,78,223); }
H1.HeaderClassName
{
color: #824EDF;
}
.AnyTagClassName
{
color: #824EDF;
}
</style>
background-color css
<style>
a { background-color: #824EDF; }
a { background-color: rgb(130,78,223); }
div.DivClassName
{
background-color: #824EDF;
}
.BgClassName
{
background-color: #824EDF;
}
</style>
border-color css
<style>
span { border-color: #824EDF; }
span { border-color: rgb(130,78,223); }
td.TdClassName
{
border-color: #824EDF;
}
.TagClassName
{
border-color: #824EDF;
}
</style>