Shades of Medium Slate Blue #8257EC
Tints of Medium Slate Blue #8257EC
RGB
CMYK
RGB Variations
Color information
#8257EC (or 0x8257EC) is known color: Medium Slate Blue. HEX triplet: 82, 57 and EC. RGB value is (130,87,236). Sum of RGB (Red+Green+Blue) = 130+87+236=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 87 (34.38% from 255 or 19.21% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #8257EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8257EC is #7DA813. Grayscale: #747474. Windows color (decimal): -8235028 or 15488898. OLE color: 15488898.
HSL color Cylindrical-coordinate representation of color #8257EC: hue angle of 257.32º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8257EC is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 87 | 236 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.07 |
| HSL | 257.32º | 0.8% | 0.63% | - |
| HSV(B) | 257.32º | 0.63% | 0.93% | - |
| XYZ | 27.75 | 17.62 | 81.29 | - |
| YUV | 116.84 | 195.25 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 236 | 0.45 | 0.63 | 0 | 0.07 | 257.32 | 0.8 | 0.63 |
| Hex | 82 | 57 | EC | 2D | 3F | 0 | 7 | 101 | 50 | 3F |
| Octal | 202 | 127 | 354 | 55 | 77 | 0 | 7 | 401 | 120 | 77 |
| Binary | 10000010 | 1010111 | 11101100 | 101101 | 111111 | 0 | 111 | 100000001 | 1010000 | 111111 |
Color Harmonies of #8257EC
Complementary color
Monochromatic Colors of #8257EC
Black with #8257EC
Text Example
Text Example
White with #8257EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8257EC; }
p { color: rgb(130,87,236); }
H1.HeaderClassName
{
color: #8257EC;
}
.AnyTagClassName
{
color: #8257EC;
}
</style>
background-color css
<style>
a { background-color: #8257EC; }
a { background-color: rgb(130,87,236); }
div.DivClassName
{
background-color: #8257EC;
}
.BgClassName
{
background-color: #8257EC;
}
</style>
border-color css
<style>
span { border-color: #8257EC; }
span { border-color: rgb(130,87,236); }
td.TdClassName
{
border-color: #8257EC;
}
.TagClassName
{
border-color: #8257EC;
}
</style>