Shades of Medium Slate Blue #824DFB
Tints of Medium Slate Blue #824DFB
RGB
CMYK
RGB Variations
Color information
#824DFB (or 0x824DFB) is known color: Medium Slate Blue. HEX triplet: 82, 4D and FB. RGB value is (130,77,251). Sum of RGB (Red+Green+Blue) = 130+77+251=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 77 (30.47% from 255 or 16.81% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #824DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824DFB is #7DB204. Grayscale: #707070. Windows color (decimal): -8237573 or 16469378. OLE color: 16469378.
HSL color Cylindrical-coordinate representation of color #824DFB: hue angle of 258.28º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #824DFB is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 77 | 251 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.02 |
| HSL | 258.28º | 0.96% | 0.64% | - |
| HSV(B) | 258.28º | 0.69% | 0.98% | - |
| XYZ | 29.27 | 17.02 | 93.01 | - |
| YUV | 112.68 | 206.06 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 251 | 0.48 | 0.69 | 0 | 0.02 | 258.28 | 0.96 | 0.64 |
| Hex | 82 | 4D | FB | 30 | 45 | 0 | 2 | 102 | 60 | 40 |
| Octal | 202 | 115 | 373 | 60 | 105 | 0 | 2 | 402 | 140 | 100 |
| Binary | 10000010 | 1001101 | 11111011 | 110000 | 1000101 | 0 | 10 | 100000010 | 1100000 | 1000000 |
Color Harmonies of #824DFB
Complementary color
Monochromatic Colors of #824DFB
Black with #824DFB
Text Example
Text Example
White with #824DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DFB; }
p { color: rgb(130,77,251); }
H1.HeaderClassName
{
color: #824DFB;
}
.AnyTagClassName
{
color: #824DFB;
}
</style>
background-color css
<style>
a { background-color: #824DFB; }
a { background-color: rgb(130,77,251); }
div.DivClassName
{
background-color: #824DFB;
}
.BgClassName
{
background-color: #824DFB;
}
</style>
border-color css
<style>
span { border-color: #824DFB; }
span { border-color: rgb(130,77,251); }
td.TdClassName
{
border-color: #824DFB;
}
.TagClassName
{
border-color: #824DFB;
}
</style>