Shades of Medium Slate Blue #8547FC
Tints of Medium Slate Blue #8547FC
RGB
CMYK
RGB Variations
Color information
#8547FC (or 0x8547FC) is known color: Medium Slate Blue. HEX triplet: 85, 47 and FC. RGB value is (133,71,252). Sum of RGB (Red+Green+Blue) = 133+71+252=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #8547FC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8547FC is #7AB803. Grayscale: #6D6D6D. Windows color (decimal): -8042500 or 16533381. OLE color: 16533381.
HSL color Cylindrical-coordinate representation of color #8547FC: hue angle of 260.55º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8547FC is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 71 | 252 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.01 |
| HSL | 260.55º | 0.97% | 0.63% | - |
| HSV(B) | 260.55º | 0.72% | 0.99% | - |
| XYZ | 29.5 | 16.52 | 93.73 | - |
| YUV | 110.17 | 208.04 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 252 | 0.47 | 0.72 | 0 | 0.01 | 260.55 | 0.97 | 0.63 |
| Hex | 85 | 47 | FC | 2F | 48 | 0 | 1 | 105 | 61 | 3F |
| Octal | 205 | 107 | 374 | 57 | 110 | 0 | 1 | 405 | 141 | 77 |
| Binary | 10000101 | 1000111 | 11111100 | 101111 | 1001000 | 0 | 1 | 100000101 | 1100001 | 111111 |
Color Harmonies of #8547FC
Complementary color
Monochromatic Colors of #8547FC
Black with #8547FC
Text Example
Text Example
White with #8547FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8547FC; }
p { color: rgb(133,71,252); }
H1.HeaderClassName
{
color: #8547FC;
}
.AnyTagClassName
{
color: #8547FC;
}
</style>
background-color css
<style>
a { background-color: #8547FC; }
a { background-color: rgb(133,71,252); }
div.DivClassName
{
background-color: #8547FC;
}
.BgClassName
{
background-color: #8547FC;
}
</style>
border-color css
<style>
span { border-color: #8547FC; }
span { border-color: rgb(133,71,252); }
td.TdClassName
{
border-color: #8547FC;
}
.TagClassName
{
border-color: #8547FC;
}
</style>