Shades of Medium Slate Blue #824DFD
Tints of Medium Slate Blue #824DFD
RGB
CMYK
RGB Variations
Color information
#824DFD (or 0x824DFD) is known color: Medium Slate Blue. HEX triplet: 82, 4D and FD. RGB value is (130,77,253). Sum of RGB (Red+Green+Blue) = 130+77+253=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #824DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824DFD is #7DB202. Grayscale: #707070. Windows color (decimal): -8237571 or 16600450. OLE color: 16600450.
HSL color Cylindrical-coordinate representation of color #824DFD: hue angle of 258.07º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #824DFD is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 130 | 77 | 253 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.01 |
| HSL | 258.07º | 0.98% | 0.65% | - |
| HSV(B) | 258.07º | 0.7% | 0.99% | - |
| XYZ | 29.59 | 17.15 | 94.68 | - |
| YUV | 112.91 | 207.06 | 140.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 253 | 0.49 | 0.70 | 0 | 0.01 | 258.07 | 0.98 | 0.65 |
| Hex | 82 | 4D | FD | 31 | 46 | 0 | 1 | 102 | 62 | 41 |
| Octal | 202 | 115 | 375 | 61 | 106 | 0 | 1 | 402 | 142 | 101 |
| Binary | 10000010 | 1001101 | 11111101 | 110001 | 1000110 | 0 | 1 | 100000010 | 1100010 | 1000001 |
Color Harmonies of #824DFD
Complementary color
Monochromatic Colors of #824DFD
Black with #824DFD
Text Example
Text Example
White with #824DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DFD; }
p { color: rgb(130,77,253); }
H1.HeaderClassName
{
color: #824DFD;
}
.AnyTagClassName
{
color: #824DFD;
}
</style>
background-color css
<style>
a { background-color: #824DFD; }
a { background-color: rgb(130,77,253); }
div.DivClassName
{
background-color: #824DFD;
}
.BgClassName
{
background-color: #824DFD;
}
</style>
border-color css
<style>
span { border-color: #824DFD; }
span { border-color: rgb(130,77,253); }
td.TdClassName
{
border-color: #824DFD;
}
.TagClassName
{
border-color: #824DFD;
}
</style>