Shades of Medium Slate Blue #8257ED
Tints of Medium Slate Blue #8257ED
RGB
CMYK
RGB Variations
Color information
#8257ED (or 0x8257ED) is known color: Medium Slate Blue. HEX triplet: 82, 57 and ED. RGB value is (130,87,237). Sum of RGB (Red+Green+Blue) = 130+87+237=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 237 (92.97% from 255 or 52.20% from 454); Max value from RGB is 237 - color contains mainly: blue. Hex color #8257ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8257ED is #7DA812. Grayscale: #747474. Windows color (decimal): -8235027 or 15554434. OLE color: 15554434.
HSL color Cylindrical-coordinate representation of color #8257ED: hue angle of 257.2º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8257ED is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 87 | 237 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.07 |
| HSL | 257.2º | 0.81% | 0.64% | - |
| HSV(B) | 257.2º | 0.63% | 0.93% | - |
| XYZ | 27.9 | 17.68 | 82.06 | - |
| YUV | 116.96 | 195.75 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 237 | 0.45 | 0.63 | 0 | 0.07 | 257.2 | 0.81 | 0.64 |
| Hex | 82 | 57 | ED | 2D | 3F | 0 | 7 | 101 | 51 | 40 |
| Octal | 202 | 127 | 355 | 55 | 77 | 0 | 7 | 401 | 121 | 100 |
| Binary | 10000010 | 1010111 | 11101101 | 101101 | 111111 | 0 | 111 | 100000001 | 1010001 | 1000000 |
Color Harmonies of #8257ED
Complementary color
Monochromatic Colors of #8257ED
Black with #8257ED
Text Example
Text Example
White with #8257ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8257ED; }
p { color: rgb(130,87,237); }
H1.HeaderClassName
{
color: #8257ED;
}
.AnyTagClassName
{
color: #8257ED;
}
</style>
background-color css
<style>
a { background-color: #8257ED; }
a { background-color: rgb(130,87,237); }
div.DivClassName
{
background-color: #8257ED;
}
.BgClassName
{
background-color: #8257ED;
}
</style>
border-color css
<style>
span { border-color: #8257ED; }
span { border-color: rgb(130,87,237); }
td.TdClassName
{
border-color: #8257ED;
}
.TagClassName
{
border-color: #8257ED;
}
</style>