Shades of Medium Slate Blue #8F52F7
Tints of Medium Slate Blue #8F52F7
RGB
CMYK
RGB Variations
Color information
#8F52F7 (or 0x8F52F7) is known color: Medium Slate Blue. HEX triplet: 8F, 52 and F7. RGB value is (143,82,247). Sum of RGB (Red+Green+Blue) = 143+82+247=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 82 (32.42% from 255 or 17.37% from 472); Blue value is 247 (96.88% from 255 or 52.33% from 472); Max value from RGB is 247 - color contains mainly: blue. Hex color #8F52F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F52F7 is #70AD08. Grayscale: #767676. Windows color (decimal): -7384329 or 16208527. OLE color: 16208527.
HSL color Cylindrical-coordinate representation of color #8F52F7: hue angle of 262.18º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F52F7 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 82 | 247 | - |
| CMYK | 0.42 | 0.67 | 0 | 0.03 |
| HSL | 262.18º | 0.91% | 0.65% | - |
| HSV(B) | 262.18º | 0.67% | 0.97% | - |
| XYZ | 31.13 | 18.59 | 89.94 | - |
| YUV | 119.05 | 200.21 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 82 | 247 | 0.42 | 0.67 | 0 | 0.03 | 262.18 | 0.91 | 0.65 |
| Hex | 8F | 52 | F7 | 2A | 43 | 0 | 3 | 106 | 5B | 41 |
| Octal | 217 | 122 | 367 | 52 | 103 | 0 | 3 | 406 | 133 | 101 |
| Binary | 10001111 | 1010010 | 11110111 | 101010 | 1000011 | 0 | 11 | 100000110 | 1011011 | 1000001 |
Color Harmonies of #8F52F7
Complementary color
Monochromatic Colors of #8F52F7
Black with #8F52F7
Text Example
Text Example
White with #8F52F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F52F7; }
p { color: rgb(143,82,247); }
H1.HeaderClassName
{
color: #8F52F7;
}
.AnyTagClassName
{
color: #8F52F7;
}
</style>
background-color css
<style>
a { background-color: #8F52F7; }
a { background-color: rgb(143,82,247); }
div.DivClassName
{
background-color: #8F52F7;
}
.BgClassName
{
background-color: #8F52F7;
}
</style>
border-color css
<style>
span { border-color: #8F52F7; }
span { border-color: rgb(143,82,247); }
td.TdClassName
{
border-color: #8F52F7;
}
.TagClassName
{
border-color: #8F52F7;
}
</style>