Shades of Medium Slate Blue #8249F8
Tints of Medium Slate Blue #8249F8
RGB
CMYK
RGB Variations
Color information
#8249F8 (or 0x8249F8) is known color: Medium Slate Blue. HEX triplet: 82, 49 and F8. RGB value is (130,73,248). Sum of RGB (Red+Green+Blue) = 130+73+248=451 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.82% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 248 (97.27% from 255 or 54.99% from 451); Max value from RGB is 248 - color contains mainly: blue. Hex color #8249F8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8249F8 is #7DB607. Grayscale: #6D6D6D. Windows color (decimal): -8238600 or 16271746. OLE color: 16271746.
HSL color Cylindrical-coordinate representation of color #8249F8: hue angle of 259.54º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8249F8 is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 130 | 73 | 248 | - |
| CMYK | 0.48 | 0.71 | 0 | 0.03 |
| HSL | 259.54º | 0.93% | 0.63% | - |
| HSV(B) | 259.54º | 0.71% | 0.97% | - |
| XYZ | 28.53 | 16.29 | 90.45 | - |
| YUV | 109.99 | 205.88 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 248 | 0.48 | 0.71 | 0 | 0.03 | 259.54 | 0.93 | 0.63 |
| Hex | 82 | 49 | F8 | 30 | 47 | 0 | 3 | 104 | 5D | 3F |
| Octal | 202 | 111 | 370 | 60 | 107 | 0 | 3 | 404 | 135 | 77 |
| Binary | 10000010 | 1001001 | 11111000 | 110000 | 1000111 | 0 | 11 | 100000100 | 1011101 | 111111 |
Color Harmonies of #8249F8
Complementary color
Monochromatic Colors of #8249F8
Black with #8249F8
Text Example
Text Example
White with #8249F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8249F8; }
p { color: rgb(130,73,248); }
H1.HeaderClassName
{
color: #8249F8;
}
.AnyTagClassName
{
color: #8249F8;
}
</style>
background-color css
<style>
a { background-color: #8249F8; }
a { background-color: rgb(130,73,248); }
div.DivClassName
{
background-color: #8249F8;
}
.BgClassName
{
background-color: #8249F8;
}
</style>
border-color css
<style>
span { border-color: #8249F8; }
span { border-color: rgb(130,73,248); }
td.TdClassName
{
border-color: #8249F8;
}
.TagClassName
{
border-color: #8249F8;
}
</style>