Shades of Medium Slate Blue #824DDF
Tints of Medium Slate Blue #824DDF
RGB
CMYK
RGB Variations
Color information
#824DDF (or 0x824DDF) is known color: Medium Slate Blue. HEX triplet: 82, 4D and DF. RGB value is (130,77,223). Sum of RGB (Red+Green+Blue) = 130+77+223=430 (56% of max value = 765). Red value is 130 (51.17% from 255 or 30.23% from 430); Green value is 77 (30.47% from 255 or 17.91% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #824DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824DDF is #7DB220. Grayscale: #6C6C6C. Windows color (decimal): -8237601 or 14634370. OLE color: 14634370.
HSL color Cylindrical-coordinate representation of color #824DDF: hue angle of 261.78º degrees, saturation: 0.7, 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 #824DDF is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 77 | 223 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.13 |
| HSL | 261.78º | 0.7% | 0.59% | - |
| HSV(B) | 261.78º | 0.65% | 0.87% | - |
| XYZ | 25.18 | 15.38 | 71.45 | - |
| YUV | 109.49 | 192.06 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 223 | 0.42 | 0.65 | 0 | 0.13 | 261.78 | 0.7 | 0.59 |
| Hex | 82 | 4D | DF | 2A | 41 | 0 | D | 106 | 46 | 3B |
| Octal | 202 | 115 | 337 | 52 | 101 | 0 | 15 | 406 | 106 | 73 |
| Binary | 10000010 | 1001101 | 11011111 | 101010 | 1000001 | 0 | 1101 | 100000110 | 1000110 | 111011 |
Color Harmonies of #824DDF
Complementary color
Monochromatic Colors of #824DDF
Black with #824DDF
Text Example
Text Example
White with #824DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DDF; }
p { color: rgb(130,77,223); }
H1.HeaderClassName
{
color: #824DDF;
}
.AnyTagClassName
{
color: #824DDF;
}
</style>
background-color css
<style>
a { background-color: #824DDF; }
a { background-color: rgb(130,77,223); }
div.DivClassName
{
background-color: #824DDF;
}
.BgClassName
{
background-color: #824DDF;
}
</style>
border-color css
<style>
span { border-color: #824DDF; }
span { border-color: rgb(130,77,223); }
td.TdClassName
{
border-color: #824DDF;
}
.TagClassName
{
border-color: #824DDF;
}
</style>