Shades of Medium Slate Blue #8548F7
Tints of Medium Slate Blue #8548F7
RGB
CMYK
RGB Variations
Color information
#8548F7 (or 0x8548F7) is known color: Medium Slate Blue. HEX triplet: 85, 48 and F7. RGB value is (133,72,247). Sum of RGB (Red+Green+Blue) = 133+72+247=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 72 (28.52% from 255 or 15.93% from 452); Blue value is 247 (96.88% from 255 or 54.65% from 452); Max value from RGB is 247 - color contains mainly: blue. Hex color #8548F7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8548F7 is #7AB708. Grayscale: #6D6D6D. Windows color (decimal): -8042249 or 16205957. OLE color: 16205957.
HSL color Cylindrical-coordinate representation of color #8548F7: hue angle of 260.91º degrees, saturation: 0.92, 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 #8548F7 is Cyan = 0.46, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 133 | 72 | 247 | - |
| CMYK | 0.46 | 0.71 | 0 | 0.03 |
| HSL | 260.91º | 0.92% | 0.63% | - |
| HSV(B) | 260.91º | 0.71% | 0.97% | - |
| XYZ | 28.78 | 16.34 | 89.63 | - |
| YUV | 110.19 | 205.21 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 247 | 0.46 | 0.71 | 0 | 0.03 | 260.91 | 0.92 | 0.63 |
| Hex | 85 | 48 | F7 | 2E | 47 | 0 | 3 | 105 | 5C | 3F |
| Octal | 205 | 110 | 367 | 56 | 107 | 0 | 3 | 405 | 134 | 77 |
| Binary | 10000101 | 1001000 | 11110111 | 101110 | 1000111 | 0 | 11 | 100000101 | 1011100 | 111111 |
Color Harmonies of #8548F7
Complementary color
Monochromatic Colors of #8548F7
Black with #8548F7
Text Example
Text Example
White with #8548F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8548F7; }
p { color: rgb(133,72,247); }
H1.HeaderClassName
{
color: #8548F7;
}
.AnyTagClassName
{
color: #8548F7;
}
</style>
background-color css
<style>
a { background-color: #8548F7; }
a { background-color: rgb(133,72,247); }
div.DivClassName
{
background-color: #8548F7;
}
.BgClassName
{
background-color: #8548F7;
}
</style>
border-color css
<style>
span { border-color: #8548F7; }
span { border-color: rgb(133,72,247); }
td.TdClassName
{
border-color: #8548F7;
}
.TagClassName
{
border-color: #8548F7;
}
</style>