Shades of Medium Slate Blue #8355EF
Tints of Medium Slate Blue #8355EF
RGB
CMYK
RGB Variations
Color information
#8355EF (or 0x8355EF) is known color: Medium Slate Blue. HEX triplet: 83, 55 and EF. RGB value is (131,85,239). Sum of RGB (Red+Green+Blue) = 131+85+239=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #8355EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8355EF is #7CAA10. Grayscale: #737373. Windows color (decimal): -8170001 or 15684995. OLE color: 15684995.
HSL color Cylindrical-coordinate representation of color #8355EF: hue angle of 257.92º 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 #8355EF is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 131 | 85 | 239 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.06 |
| HSL | 257.92º | 0.83% | 0.64% | - |
| HSV(B) | 257.92º | 0.64% | 0.94% | - |
| XYZ | 28.19 | 17.55 | 83.56 | - |
| YUV | 116.31 | 197.24 | 138.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 85 | 239 | 0.45 | 0.64 | 0 | 0.06 | 257.92 | 0.83 | 0.64 |
| Hex | 83 | 55 | EF | 2D | 40 | 0 | 6 | 102 | 53 | 40 |
| Octal | 203 | 125 | 357 | 55 | 100 | 0 | 6 | 402 | 123 | 100 |
| Binary | 10000011 | 1010101 | 11101111 | 101101 | 1000000 | 0 | 110 | 100000010 | 1010011 | 1000000 |
Color Harmonies of #8355EF
Complementary color
Monochromatic Colors of #8355EF
Black with #8355EF
Text Example
Text Example
White with #8355EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8355EF; }
p { color: rgb(131,85,239); }
H1.HeaderClassName
{
color: #8355EF;
}
.AnyTagClassName
{
color: #8355EF;
}
</style>
background-color css
<style>
a { background-color: #8355EF; }
a { background-color: rgb(131,85,239); }
div.DivClassName
{
background-color: #8355EF;
}
.BgClassName
{
background-color: #8355EF;
}
</style>
border-color css
<style>
span { border-color: #8355EF; }
span { border-color: rgb(131,85,239); }
td.TdClassName
{
border-color: #8355EF;
}
.TagClassName
{
border-color: #8355EF;
}
</style>