Shades of Medium Slate Blue #8550ED
Tints of Medium Slate Blue #8550ED
RGB
CMYK
RGB Variations
Color information
#8550ED (or 0x8550ED) is known color: Medium Slate Blue. HEX triplet: 85, 50 and ED. RGB value is (133,80,237). Sum of RGB (Red+Green+Blue) = 133+80+237=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #8550ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8550ED is #7AAF12. Grayscale: #717171. Windows color (decimal): -8040211 or 15552645. OLE color: 15552645.
HSL color Cylindrical-coordinate representation of color #8550ED: hue angle of 260.25º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8550ED is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 133 | 80 | 237 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.07 |
| HSL | 260.25º | 0.81% | 0.62% | - |
| HSV(B) | 260.25º | 0.66% | 0.93% | - |
| XYZ | 27.83 | 16.84 | 81.9 | - |
| YUV | 113.75 | 197.56 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 237 | 0.44 | 0.66 | 0 | 0.07 | 260.25 | 0.81 | 0.62 |
| Hex | 85 | 50 | ED | 2C | 42 | 0 | 7 | 104 | 51 | 3E |
| Octal | 205 | 120 | 355 | 54 | 102 | 0 | 7 | 404 | 121 | 76 |
| Binary | 10000101 | 1010000 | 11101101 | 101100 | 1000010 | 0 | 111 | 100000100 | 1010001 | 111110 |
Color Harmonies of #8550ED
Complementary color
Monochromatic Colors of #8550ED
Black with #8550ED
Text Example
Text Example
White with #8550ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8550ED; }
p { color: rgb(133,80,237); }
H1.HeaderClassName
{
color: #8550ED;
}
.AnyTagClassName
{
color: #8550ED;
}
</style>
background-color css
<style>
a { background-color: #8550ED; }
a { background-color: rgb(133,80,237); }
div.DivClassName
{
background-color: #8550ED;
}
.BgClassName
{
background-color: #8550ED;
}
</style>
border-color css
<style>
span { border-color: #8550ED; }
span { border-color: rgb(133,80,237); }
td.TdClassName
{
border-color: #8550ED;
}
.TagClassName
{
border-color: #8550ED;
}
</style>