Shades of Medium Slate Blue #8547FD
Tints of Medium Slate Blue #8547FD
RGB
CMYK
RGB Variations
Color information
#8547FD (or 0x8547FD) is known color: Medium Slate Blue. HEX triplet: 85, 47 and FD. RGB value is (133,71,253). Sum of RGB (Red+Green+Blue) = 133+71+253=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 71 (28.12% from 255 or 15.54% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #8547FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8547FD is #7AB802. Grayscale: #6D6D6D. Windows color (decimal): -8042499 or 16598917. OLE color: 16598917.
HSL color Cylindrical-coordinate representation of color #8547FD: hue angle of 260.44º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8547FD is Cyan = 0.47, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 71 | 253 | - |
| CMYK | 0.47 | 0.72 | 0 | 0.01 |
| HSL | 260.44º | 0.98% | 0.64% | - |
| HSV(B) | 260.44º | 0.72% | 0.99% | - |
| XYZ | 29.66 | 16.58 | 94.57 | - |
| YUV | 110.29 | 208.54 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 253 | 0.47 | 0.72 | 0 | 0.01 | 260.44 | 0.98 | 0.64 |
| Hex | 85 | 47 | FD | 2F | 48 | 0 | 1 | 104 | 62 | 40 |
| Octal | 205 | 107 | 375 | 57 | 110 | 0 | 1 | 404 | 142 | 100 |
| Binary | 10000101 | 1000111 | 11111101 | 101111 | 1001000 | 0 | 1 | 100000100 | 1100010 | 1000000 |
Color Harmonies of #8547FD
Complementary color
Monochromatic Colors of #8547FD
Black with #8547FD
Text Example
Text Example
White with #8547FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8547FD; }
p { color: rgb(133,71,253); }
H1.HeaderClassName
{
color: #8547FD;
}
.AnyTagClassName
{
color: #8547FD;
}
</style>
background-color css
<style>
a { background-color: #8547FD; }
a { background-color: rgb(133,71,253); }
div.DivClassName
{
background-color: #8547FD;
}
.BgClassName
{
background-color: #8547FD;
}
</style>
border-color css
<style>
span { border-color: #8547FD; }
span { border-color: rgb(133,71,253); }
td.TdClassName
{
border-color: #8547FD;
}
.TagClassName
{
border-color: #8547FD;
}
</style>