Shades of Medium Slate Blue #824DF3
Tints of Medium Slate Blue #824DF3
RGB
CMYK
RGB Variations
Color information
#824DF3 (or 0x824DF3) is known color: Medium Slate Blue. HEX triplet: 82, 4D and F3. RGB value is (130,77,243). Sum of RGB (Red+Green+Blue) = 130+77+243=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 243 (95.31% from 255 or 54% from 450); Max value from RGB is 243 - color contains mainly: blue. Hex color #824DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824DF3 is #7DB20C. Grayscale: #6F6F6F. Windows color (decimal): -8237581 or 15945090. OLE color: 15945090.
HSL color Cylindrical-coordinate representation of color #824DF3: hue angle of 259.16º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #824DF3 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 77 | 243 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.05 |
| HSL | 259.16º | 0.87% | 0.63% | - |
| HSV(B) | 259.16º | 0.68% | 0.95% | - |
| XYZ | 28.04 | 16.52 | 86.51 | - |
| YUV | 111.77 | 202.06 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 243 | 0.47 | 0.68 | 0 | 0.05 | 259.16 | 0.87 | 0.63 |
| Hex | 82 | 4D | F3 | 2F | 44 | 0 | 5 | 103 | 57 | 3F |
| Octal | 202 | 115 | 363 | 57 | 104 | 0 | 5 | 403 | 127 | 77 |
| Binary | 10000010 | 1001101 | 11110011 | 101111 | 1000100 | 0 | 101 | 100000011 | 1010111 | 111111 |
Color Harmonies of #824DF3
Complementary color
Monochromatic Colors of #824DF3
Black with #824DF3
Text Example
Text Example
White with #824DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DF3; }
p { color: rgb(130,77,243); }
H1.HeaderClassName
{
color: #824DF3;
}
.AnyTagClassName
{
color: #824DF3;
}
</style>
background-color css
<style>
a { background-color: #824DF3; }
a { background-color: rgb(130,77,243); }
div.DivClassName
{
background-color: #824DF3;
}
.BgClassName
{
background-color: #824DF3;
}
</style>
border-color css
<style>
span { border-color: #824DF3; }
span { border-color: rgb(130,77,243); }
td.TdClassName
{
border-color: #824DF3;
}
.TagClassName
{
border-color: #824DF3;
}
</style>