Shades of Medium Slate Blue #8547FF
Tints of Medium Slate Blue #8547FF
RGB
CMYK
RGB Variations
Color information
#8547FF (or 0x8547FF) is known color: Medium Slate Blue. HEX triplet: 85, 47 and FF. RGB value is (133,71,255). Sum of RGB (Red+Green+Blue) = 133+71+255=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 71 (28.12% from 255 or 15.47% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #8547FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8547FF is #7AB800. Grayscale: #6D6D6D. Windows color (decimal): -8042497 or 16729989. OLE color: 16729989.
HSL color Cylindrical-coordinate representation of color #8547FF: hue angle of 260.22º 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 #8547FF is Cyan = 0.48, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 71 | 255 | - |
| CMYK | 0.48 | 0.72 | 0 | 0 |
| HSL | 260.22º | 1% | 0.64% | - |
| HSV(B) | 260.22º | 0.72% | 1% | - |
| XYZ | 29.98 | 16.71 | 96.25 | - |
| YUV | 110.51 | 209.54 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 71 | 255 | 0.48 | 0.72 | 0 | 0 | 260.22 | 1 | 0.64 |
| Hex | 85 | 47 | FF | 30 | 48 | 0 | 0 | 104 | 64 | 40 |
| Octal | 205 | 107 | 377 | 60 | 110 | 0 | 0 | 404 | 144 | 100 |
| Binary | 10000101 | 1000111 | 11111111 | 110000 | 1001000 | 0 | 0 | 100000100 | 1100100 | 1000000 |
Color Harmonies of #8547FF
Complementary color
Monochromatic Colors of #8547FF
Black with #8547FF
Text Example
Text Example
White with #8547FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8547FF; }
p { color: rgb(133,71,255); }
H1.HeaderClassName
{
color: #8547FF;
}
.AnyTagClassName
{
color: #8547FF;
}
</style>
background-color css
<style>
a { background-color: #8547FF; }
a { background-color: rgb(133,71,255); }
div.DivClassName
{
background-color: #8547FF;
}
.BgClassName
{
background-color: #8547FF;
}
</style>
border-color css
<style>
span { border-color: #8547FF; }
span { border-color: rgb(133,71,255); }
td.TdClassName
{
border-color: #8547FF;
}
.TagClassName
{
border-color: #8547FF;
}
</style>