Shades of Medium Slate Blue #824DF6
Tints of Medium Slate Blue #824DF6
RGB
CMYK
RGB Variations
Color information
#824DF6 (or 0x824DF6) is known color: Medium Slate Blue. HEX triplet: 82, 4D and F6. RGB value is (130,77,246). Sum of RGB (Red+Green+Blue) = 130+77+246=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 246 (96.48% from 255 or 54.30% from 453); Max value from RGB is 246 - color contains mainly: blue. Hex color #824DF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824DF6 is #7DB209. Grayscale: #6F6F6F. Windows color (decimal): -8237578 or 16141698. OLE color: 16141698.
HSL color Cylindrical-coordinate representation of color #824DF6: hue angle of 258.82º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #824DF6 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 77 | 246 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.04 |
| HSL | 258.82º | 0.9% | 0.63% | - |
| HSV(B) | 258.82º | 0.69% | 0.96% | - |
| XYZ | 28.49 | 16.71 | 88.91 | - |
| YUV | 112.11 | 203.56 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 246 | 0.47 | 0.69 | 0 | 0.04 | 258.82 | 0.9 | 0.63 |
| Hex | 82 | 4D | F6 | 2F | 45 | 0 | 4 | 103 | 5A | 3F |
| Octal | 202 | 115 | 366 | 57 | 105 | 0 | 4 | 403 | 132 | 77 |
| Binary | 10000010 | 1001101 | 11110110 | 101111 | 1000101 | 0 | 100 | 100000011 | 1011010 | 111111 |
Color Harmonies of #824DF6
Complementary color
Monochromatic Colors of #824DF6
Black with #824DF6
Text Example
Text Example
White with #824DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DF6; }
p { color: rgb(130,77,246); }
H1.HeaderClassName
{
color: #824DF6;
}
.AnyTagClassName
{
color: #824DF6;
}
</style>
background-color css
<style>
a { background-color: #824DF6; }
a { background-color: rgb(130,77,246); }
div.DivClassName
{
background-color: #824DF6;
}
.BgClassName
{
background-color: #824DF6;
}
</style>
border-color css
<style>
span { border-color: #824DF6; }
span { border-color: rgb(130,77,246); }
td.TdClassName
{
border-color: #824DF6;
}
.TagClassName
{
border-color: #824DF6;
}
</style>