Shades of Medium Slate Blue #8251F9
Tints of Medium Slate Blue #8251F9
RGB
CMYK
RGB Variations
Color information
#8251F9 (or 0x8251F9) is known color: Medium Slate Blue. HEX triplet: 82, 51 and F9. RGB value is (130,81,249). Sum of RGB (Red+Green+Blue) = 130+81+249=460 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.26% from 460); Green value is 81 (32.03% from 255 or 17.61% from 460); Blue value is 249 (97.66% from 255 or 54.13% from 460); Max value from RGB is 249 - color contains mainly: blue. Hex color #8251F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8251F9 is #7DAE06. Grayscale: #727272. Windows color (decimal): -8236551 or 16339330. OLE color: 16339330.
HSL color Cylindrical-coordinate representation of color #8251F9: hue angle of 257.5º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8251F9 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 130 | 81 | 249 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.02 |
| HSL | 257.5º | 0.93% | 0.65% | - |
| HSV(B) | 257.5º | 0.67% | 0.98% | - |
| XYZ | 29.25 | 17.47 | 91.45 | - |
| YUV | 114.8 | 203.73 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 249 | 0.48 | 0.67 | 0 | 0.02 | 257.5 | 0.93 | 0.65 |
| Hex | 82 | 51 | F9 | 30 | 43 | 0 | 2 | 102 | 5D | 41 |
| Octal | 202 | 121 | 371 | 60 | 103 | 0 | 2 | 402 | 135 | 101 |
| Binary | 10000010 | 1010001 | 11111001 | 110000 | 1000011 | 0 | 10 | 100000010 | 1011101 | 1000001 |
Color Harmonies of #8251F9
Complementary color
Monochromatic Colors of #8251F9
Black with #8251F9
Text Example
Text Example
White with #8251F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251F9; }
p { color: rgb(130,81,249); }
H1.HeaderClassName
{
color: #8251F9;
}
.AnyTagClassName
{
color: #8251F9;
}
</style>
background-color css
<style>
a { background-color: #8251F9; }
a { background-color: rgb(130,81,249); }
div.DivClassName
{
background-color: #8251F9;
}
.BgClassName
{
background-color: #8251F9;
}
</style>
border-color css
<style>
span { border-color: #8251F9; }
span { border-color: rgb(130,81,249); }
td.TdClassName
{
border-color: #8251F9;
}
.TagClassName
{
border-color: #8251F9;
}
</style>