Shades of Medium Slate Blue #8257EE
Tints of Medium Slate Blue #8257EE
RGB
CMYK
RGB Variations
Color information
#8257EE (or 0x8257EE) is known color: Medium Slate Blue. HEX triplet: 82, 57 and EE. RGB value is (130,87,238). Sum of RGB (Red+Green+Blue) = 130+87+238=455 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.57% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #8257EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8257EE is #7DA811. Grayscale: #747474. Windows color (decimal): -8235026 or 15619970. OLE color: 15619970.
HSL color Cylindrical-coordinate representation of color #8257EE: hue angle of 257.09º degrees, saturation: 0.82, 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 #8257EE is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 87 | 238 | - |
| CMYK | 0.45 | 0.63 | 0 | 0.07 |
| HSL | 257.09º | 0.82% | 0.64% | - |
| HSV(B) | 257.09º | 0.63% | 0.93% | - |
| XYZ | 28.05 | 17.74 | 82.83 | - |
| YUV | 117.07 | 196.25 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 87 | 238 | 0.45 | 0.63 | 0 | 0.07 | 257.09 | 0.82 | 0.64 |
| Hex | 82 | 57 | EE | 2D | 3F | 0 | 7 | 101 | 52 | 40 |
| Octal | 202 | 127 | 356 | 55 | 77 | 0 | 7 | 401 | 122 | 100 |
| Binary | 10000010 | 1010111 | 11101110 | 101101 | 111111 | 0 | 111 | 100000001 | 1010010 | 1000000 |
Color Harmonies of #8257EE
Complementary color
Monochromatic Colors of #8257EE
Black with #8257EE
Text Example
Text Example
White with #8257EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8257EE; }
p { color: rgb(130,87,238); }
H1.HeaderClassName
{
color: #8257EE;
}
.AnyTagClassName
{
color: #8257EE;
}
</style>
background-color css
<style>
a { background-color: #8257EE; }
a { background-color: rgb(130,87,238); }
div.DivClassName
{
background-color: #8257EE;
}
.BgClassName
{
background-color: #8257EE;
}
</style>
border-color css
<style>
span { border-color: #8257EE; }
span { border-color: rgb(130,87,238); }
td.TdClassName
{
border-color: #8257EE;
}
.TagClassName
{
border-color: #8257EE;
}
</style>