Shades of Medium Slate Blue #8549FF
Tints of Medium Slate Blue #8549FF
RGB
CMYK
RGB Variations
Color information
#8549FF (or 0x8549FF) is known color: Medium Slate Blue. HEX triplet: 85, 49 and FF. RGB value is (133,73,255). Sum of RGB (Red+Green+Blue) = 133+73+255=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #8549FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8549FF is #7AB600. Grayscale: #6F6F6F. Windows color (decimal): -8041985 or 16730501. OLE color: 16730501.
HSL color Cylindrical-coordinate representation of color #8549FF: hue angle of 259.78º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8549FF is Cyan = 0.48, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 73 | 255 | - |
| CMYK | 0.48 | 0.71 | 0 | 0 |
| HSL | 259.78º | 1% | 0.64% | - |
| HSV(B) | 259.78º | 0.71% | 1% | - |
| XYZ | 30.11 | 16.97 | 96.3 | - |
| YUV | 111.69 | 208.88 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 255 | 0.48 | 0.71 | 0 | 0 | 259.78 | 1 | 0.64 |
| Hex | 85 | 49 | FF | 30 | 47 | 0 | 0 | 104 | 64 | 40 |
| Octal | 205 | 111 | 377 | 60 | 107 | 0 | 0 | 404 | 144 | 100 |
| Binary | 10000101 | 1001001 | 11111111 | 110000 | 1000111 | 0 | 0 | 100000100 | 1100100 | 1000000 |
Color Harmonies of #8549FF
Complementary color
Monochromatic Colors of #8549FF
Black with #8549FF
Text Example
Text Example
White with #8549FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8549FF; }
p { color: rgb(133,73,255); }
H1.HeaderClassName
{
color: #8549FF;
}
.AnyTagClassName
{
color: #8549FF;
}
</style>
background-color css
<style>
a { background-color: #8549FF; }
a { background-color: rgb(133,73,255); }
div.DivClassName
{
background-color: #8549FF;
}
.BgClassName
{
background-color: #8549FF;
}
</style>
border-color css
<style>
span { border-color: #8549FF; }
span { border-color: rgb(133,73,255); }
td.TdClassName
{
border-color: #8549FF;
}
.TagClassName
{
border-color: #8549FF;
}
</style>