Shades of Medium Slate Blue #8558F1
Tints of Medium Slate Blue #8558F1
RGB
CMYK
RGB Variations
Color information
#8558F1 (or 0x8558F1) is known color: Medium Slate Blue. HEX triplet: 85, 58 and F1. RGB value is (133,88,241). Sum of RGB (Red+Green+Blue) = 133+88+241=462 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.79% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #8558F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8558F1 is #7AA70E. Grayscale: #767676. Windows color (decimal): -8038159 or 15816837. OLE color: 15816837.
HSL color Cylindrical-coordinate representation of color #8558F1: hue angle of 257.65º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8558F1 is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 88 | 241 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.05 |
| HSL | 257.65º | 0.85% | 0.65% | - |
| HSV(B) | 257.65º | 0.63% | 0.95% | - |
| XYZ | 29.04 | 18.32 | 85.22 | - |
| YUV | 118.9 | 196.91 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 241 | 0.45 | 0.63 | 0 | 0.05 | 257.65 | 0.85 | 0.65 |
| Hex | 85 | 58 | F1 | 2D | 3F | 0 | 5 | 102 | 55 | 41 |
| Octal | 205 | 130 | 361 | 55 | 77 | 0 | 5 | 402 | 125 | 101 |
| Binary | 10000101 | 1011000 | 11110001 | 101101 | 111111 | 0 | 101 | 100000010 | 1010101 | 1000001 |
Color Harmonies of #8558F1
Complementary color
Monochromatic Colors of #8558F1
Black with #8558F1
Text Example
Text Example
White with #8558F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8558F1; }
p { color: rgb(133,88,241); }
H1.HeaderClassName
{
color: #8558F1;
}
.AnyTagClassName
{
color: #8558F1;
}
</style>
background-color css
<style>
a { background-color: #8558F1; }
a { background-color: rgb(133,88,241); }
div.DivClassName
{
background-color: #8558F1;
}
.BgClassName
{
background-color: #8558F1;
}
</style>
border-color css
<style>
span { border-color: #8558F1; }
span { border-color: rgb(133,88,241); }
td.TdClassName
{
border-color: #8558F1;
}
.TagClassName
{
border-color: #8558F1;
}
</style>