Shades of Medium Slate Blue #8249F6
Tints of Medium Slate Blue #8249F6
RGB
CMYK
RGB Variations
Color information
#8249F6 (or 0x8249F6) is known color: Medium Slate Blue. HEX triplet: 82, 49 and F6. RGB value is (130,73,246). Sum of RGB (Red+Green+Blue) = 130+73+246=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 73 (28.91% from 255 or 16.26% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #8249F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8249F6 is #7DB609. Grayscale: #6D6D6D. Windows color (decimal): -8238602 or 16140674. OLE color: 16140674.
HSL color Cylindrical-coordinate representation of color #8249F6: hue angle of 259.77º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8249F6 is Cyan = 0.47, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 130 | 73 | 246 | - |
| CMYK | 0.47 | 0.70 | 0 | 0.04 |
| HSL | 259.77º | 0.91% | 0.63% | - |
| HSV(B) | 259.77º | 0.7% | 0.96% | - |
| XYZ | 28.22 | 16.16 | 88.82 | - |
| YUV | 109.77 | 204.88 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 246 | 0.47 | 0.70 | 0 | 0.04 | 259.77 | 0.91 | 0.63 |
| Hex | 82 | 49 | F6 | 2F | 46 | 0 | 4 | 104 | 5B | 3F |
| Octal | 202 | 111 | 366 | 57 | 106 | 0 | 4 | 404 | 133 | 77 |
| Binary | 10000010 | 1001001 | 11110110 | 101111 | 1000110 | 0 | 100 | 100000100 | 1011011 | 111111 |
Color Harmonies of #8249F6
Complementary color
Monochromatic Colors of #8249F6
Black with #8249F6
Text Example
Text Example
White with #8249F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8249F6; }
p { color: rgb(130,73,246); }
H1.HeaderClassName
{
color: #8249F6;
}
.AnyTagClassName
{
color: #8249F6;
}
</style>
background-color css
<style>
a { background-color: #8249F6; }
a { background-color: rgb(130,73,246); }
div.DivClassName
{
background-color: #8249F6;
}
.BgClassName
{
background-color: #8249F6;
}
</style>
border-color css
<style>
span { border-color: #8249F6; }
span { border-color: rgb(130,73,246); }
td.TdClassName
{
border-color: #8249F6;
}
.TagClassName
{
border-color: #8249F6;
}
</style>