Shades of Medium Slate Blue #824FF2
Tints of Medium Slate Blue #824FF2
RGB
CMYK
RGB Variations
Color information
#824FF2 (or 0x824FF2) is known color: Medium Slate Blue. HEX triplet: 82, 4F and F2. RGB value is (130,79,242). Sum of RGB (Red+Green+Blue) = 130+79+242=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 79 (31.25% from 255 or 17.52% from 451); Blue value is 242 (94.92% from 255 or 53.66% from 451); Max value from RGB is 242 - color contains mainly: blue. Hex color #824FF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #824FF2 is #7DB00D. Grayscale: #707070. Windows color (decimal): -8237070 or 15880066. OLE color: 15880066.
HSL color Cylindrical-coordinate representation of color #824FF2: hue angle of 258.77º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #824FF2 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 79 | 242 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.05 |
| HSL | 258.77º | 0.86% | 0.63% | - |
| HSV(B) | 258.77º | 0.67% | 0.95% | - |
| XYZ | 28.03 | 16.75 | 85.76 | - |
| YUV | 112.83 | 200.9 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 79 | 242 | 0.46 | 0.67 | 0 | 0.05 | 258.77 | 0.86 | 0.63 |
| Hex | 82 | 4F | F2 | 2E | 43 | 0 | 5 | 103 | 56 | 3F |
| Octal | 202 | 117 | 362 | 56 | 103 | 0 | 5 | 403 | 126 | 77 |
| Binary | 10000010 | 1001111 | 11110010 | 101110 | 1000011 | 0 | 101 | 100000011 | 1010110 | 111111 |
Color Harmonies of #824FF2
Complementary color
Monochromatic Colors of #824FF2
Black with #824FF2
Text Example
Text Example
White with #824FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824FF2; }
p { color: rgb(130,79,242); }
H1.HeaderClassName
{
color: #824FF2;
}
.AnyTagClassName
{
color: #824FF2;
}
</style>
background-color css
<style>
a { background-color: #824FF2; }
a { background-color: rgb(130,79,242); }
div.DivClassName
{
background-color: #824FF2;
}
.BgClassName
{
background-color: #824FF2;
}
</style>
border-color css
<style>
span { border-color: #824FF2; }
span { border-color: rgb(130,79,242); }
td.TdClassName
{
border-color: #824FF2;
}
.TagClassName
{
border-color: #824FF2;
}
</style>