Shades of Medium Slate Blue #8557EF
Tints of Medium Slate Blue #8557EF
RGB
CMYK
RGB Variations
Color information
#8557EF (or 0x8557EF) is known color: Medium Slate Blue. HEX triplet: 85, 57 and EF. RGB value is (133,87,239). Sum of RGB (Red+Green+Blue) = 133+87+239=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 239 (93.75% from 255 or 52.07% from 459); Max value from RGB is 239 - color contains mainly: blue. Hex color #8557EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8557EF is #7AA810. Grayscale: #757575. Windows color (decimal): -8038417 or 15685509. OLE color: 15685509.
HSL color Cylindrical-coordinate representation of color #8557EF: hue angle of 258.16º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8557EF is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 133 | 87 | 239 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.06 |
| HSL | 258.16º | 0.83% | 0.64% | - |
| HSV(B) | 258.16º | 0.64% | 0.94% | - |
| XYZ | 28.66 | 18.03 | 83.63 | - |
| YUV | 118.08 | 196.24 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 87 | 239 | 0.44 | 0.64 | 0 | 0.06 | 258.16 | 0.83 | 0.64 |
| Hex | 85 | 57 | EF | 2C | 40 | 0 | 6 | 102 | 53 | 40 |
| Octal | 205 | 127 | 357 | 54 | 100 | 0 | 6 | 402 | 123 | 100 |
| Binary | 10000101 | 1010111 | 11101111 | 101100 | 1000000 | 0 | 110 | 100000010 | 1010011 | 1000000 |
Color Harmonies of #8557EF
Complementary color
Monochromatic Colors of #8557EF
Black with #8557EF
Text Example
Text Example
White with #8557EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8557EF; }
p { color: rgb(133,87,239); }
H1.HeaderClassName
{
color: #8557EF;
}
.AnyTagClassName
{
color: #8557EF;
}
</style>
background-color css
<style>
a { background-color: #8557EF; }
a { background-color: rgb(133,87,239); }
div.DivClassName
{
background-color: #8557EF;
}
.BgClassName
{
background-color: #8557EF;
}
</style>
border-color css
<style>
span { border-color: #8557EF; }
span { border-color: rgb(133,87,239); }
td.TdClassName
{
border-color: #8557EF;
}
.TagClassName
{
border-color: #8557EF;
}
</style>