Shades of Medium Slate Blue #824FF7
Tints of Medium Slate Blue #824FF7
RGB
CMYK
RGB Variations
Color information
#824FF7 (or 0x824FF7) is known color: Medium Slate Blue. HEX triplet: 82, 4F and F7. RGB value is (130,79,247). Sum of RGB (Red+Green+Blue) = 130+79+247=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 247 (96.88% from 255 or 54.17% from 456); Max value from RGB is 247 - color contains mainly: blue. Hex color #824FF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824FF7 is #7DB008. Grayscale: #707070. Windows color (decimal): -8237065 or 16207746. OLE color: 16207746.
HSL color Cylindrical-coordinate representation of color #824FF7: hue angle of 258.21º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #824FF7 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 79 | 247 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.03 |
| HSL | 258.21º | 0.91% | 0.64% | - |
| HSV(B) | 258.21º | 0.68% | 0.97% | - |
| XYZ | 28.79 | 17.05 | 89.77 | - |
| YUV | 113.4 | 203.4 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 247 | 0.47 | 0.68 | 0 | 0.03 | 258.21 | 0.91 | 0.64 |
| Hex | 82 | 4F | F7 | 2F | 44 | 0 | 3 | 102 | 5B | 40 |
| Octal | 202 | 117 | 367 | 57 | 104 | 0 | 3 | 402 | 133 | 100 |
| Binary | 10000010 | 1001111 | 11110111 | 101111 | 1000100 | 0 | 11 | 100000010 | 1011011 | 1000000 |
Color Harmonies of #824FF7
Complementary color
Monochromatic Colors of #824FF7
Black with #824FF7
Text Example
Text Example
White with #824FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824FF7; }
p { color: rgb(130,79,247); }
H1.HeaderClassName
{
color: #824FF7;
}
.AnyTagClassName
{
color: #824FF7;
}
</style>
background-color css
<style>
a { background-color: #824FF7; }
a { background-color: rgb(130,79,247); }
div.DivClassName
{
background-color: #824FF7;
}
.BgClassName
{
background-color: #824FF7;
}
</style>
border-color css
<style>
span { border-color: #824FF7; }
span { border-color: rgb(130,79,247); }
td.TdClassName
{
border-color: #824FF7;
}
.TagClassName
{
border-color: #824FF7;
}
</style>