Shades of Medium Slate Blue #8247FF
Tints of Medium Slate Blue #8247FF
RGB
CMYK
RGB Variations
Color information
#8247FF (or 0x8247FF) is known color: Medium Slate Blue. HEX triplet: 82, 47 and FF. RGB value is (130,71,255). Sum of RGB (Red+Green+Blue) = 130+71+255=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 255 (100% from 255 or 55.92% from 456); Max value from RGB is 255 - color contains mainly: blue. Hex color #8247FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8247FF is #7DB800. Grayscale: #6C6C6C. Windows color (decimal): -8239105 or 16729986. OLE color: 16729986.
HSL color Cylindrical-coordinate representation of color #8247FF: hue angle of 259.24º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8247FF is Cyan = 0.49, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 130 | 71 | 255 | - |
| CMYK | 0.49 | 0.72 | 0 | 0 |
| HSL | 259.24º | 1% | 0.64% | - |
| HSV(B) | 259.24º | 0.72% | 1% | - |
| XYZ | 29.51 | 16.47 | 96.23 | - |
| YUV | 109.62 | 210.05 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 71 | 255 | 0.49 | 0.72 | 0 | 0 | 259.24 | 1 | 0.64 |
| Hex | 82 | 47 | FF | 31 | 48 | 0 | 0 | 103 | 64 | 40 |
| Octal | 202 | 107 | 377 | 61 | 110 | 0 | 0 | 403 | 144 | 100 |
| Binary | 10000010 | 1000111 | 11111111 | 110001 | 1001000 | 0 | 0 | 100000011 | 1100100 | 1000000 |
Color Harmonies of #8247FF
Complementary color
Monochromatic Colors of #8247FF
Black with #8247FF
Text Example
Text Example
White with #8247FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8247FF; }
p { color: rgb(130,71,255); }
H1.HeaderClassName
{
color: #8247FF;
}
.AnyTagClassName
{
color: #8247FF;
}
</style>
background-color css
<style>
a { background-color: #8247FF; }
a { background-color: rgb(130,71,255); }
div.DivClassName
{
background-color: #8247FF;
}
.BgClassName
{
background-color: #8247FF;
}
</style>
border-color css
<style>
span { border-color: #8247FF; }
span { border-color: rgb(130,71,255); }
td.TdClassName
{
border-color: #8247FF;
}
.TagClassName
{
border-color: #8247FF;
}
</style>