Shades of Medium Slate Blue #8250F1
Tints of Medium Slate Blue #8250F1
RGB
CMYK
RGB Variations
Color information
#8250F1 (or 0x8250F1) is known color: Medium Slate Blue. HEX triplet: 82, 50 and F1. RGB value is (130,80,241). Sum of RGB (Red+Green+Blue) = 130+80+241=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 80 (31.64% from 255 or 17.74% from 451); Blue value is 241 (94.53% from 255 or 53.44% from 451); Max value from RGB is 241 - color contains mainly: blue. Hex color #8250F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8250F1 is #7DAF0E. Grayscale: #707070. Windows color (decimal): -8236815 or 15814786. OLE color: 15814786.
HSL color Cylindrical-coordinate representation of color #8250F1: hue angle of 258.63º degrees, saturation: 0.85, 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 #8250F1 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 80 | 241 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.05 |
| HSL | 258.63º | 0.85% | 0.63% | - |
| HSV(B) | 258.63º | 0.67% | 0.95% | - |
| XYZ | 27.95 | 16.83 | 85 | - |
| YUV | 113.3 | 200.07 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 241 | 0.46 | 0.67 | 0 | 0.05 | 258.63 | 0.85 | 0.63 |
| Hex | 82 | 50 | F1 | 2E | 43 | 0 | 5 | 103 | 55 | 3F |
| Octal | 202 | 120 | 361 | 56 | 103 | 0 | 5 | 403 | 125 | 77 |
| Binary | 10000010 | 1010000 | 11110001 | 101110 | 1000011 | 0 | 101 | 100000011 | 1010101 | 111111 |
Color Harmonies of #8250F1
Complementary color
Monochromatic Colors of #8250F1
Black with #8250F1
Text Example
Text Example
White with #8250F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8250F1; }
p { color: rgb(130,80,241); }
H1.HeaderClassName
{
color: #8250F1;
}
.AnyTagClassName
{
color: #8250F1;
}
</style>
background-color css
<style>
a { background-color: #8250F1; }
a { background-color: rgb(130,80,241); }
div.DivClassName
{
background-color: #8250F1;
}
.BgClassName
{
background-color: #8250F1;
}
</style>
border-color css
<style>
span { border-color: #8250F1; }
span { border-color: rgb(130,80,241); }
td.TdClassName
{
border-color: #8250F1;
}
.TagClassName
{
border-color: #8250F1;
}
</style>