Shades of Medium Slate Blue #8256E5
Tints of Medium Slate Blue #8256E5
RGB
CMYK
RGB Variations
Color information
#8256E5 (or 0x8256E5) is known color: Medium Slate Blue. HEX triplet: 82, 56 and E5. RGB value is (130,86,229). Sum of RGB (Red+Green+Blue) = 130+86+229=445 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.21% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 229 (89.84% from 255 or 51.46% from 445); Max value from RGB is 229 - color contains mainly: blue. Hex color #8256E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8256E5 is #7DA91A. Grayscale: #727272. Windows color (decimal): -8235291 or 15029890. OLE color: 15029890.
HSL color Cylindrical-coordinate representation of color #8256E5: hue angle of 258.46º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8256E5 is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 130 | 86 | 229 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.10 |
| HSL | 258.46º | 0.73% | 0.62% | - |
| HSV(B) | 258.46º | 0.62% | 0.9% | - |
| XYZ | 26.68 | 17.06 | 76.02 | - |
| YUV | 115.46 | 192.08 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 229 | 0.43 | 0.62 | 0 | 0.10 | 258.46 | 0.73 | 0.62 |
| Hex | 82 | 56 | E5 | 2B | 3E | 0 | A | 102 | 49 | 3E |
| Octal | 202 | 126 | 345 | 53 | 76 | 0 | 12 | 402 | 111 | 76 |
| Binary | 10000010 | 1010110 | 11100101 | 101011 | 111110 | 0 | 1010 | 100000010 | 1001001 | 111110 |
Color Harmonies of #8256E5
Complementary color
Monochromatic Colors of #8256E5
Black with #8256E5
Text Example
Text Example
White with #8256E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8256E5; }
p { color: rgb(130,86,229); }
H1.HeaderClassName
{
color: #8256E5;
}
.AnyTagClassName
{
color: #8256E5;
}
</style>
background-color css
<style>
a { background-color: #8256E5; }
a { background-color: rgb(130,86,229); }
div.DivClassName
{
background-color: #8256E5;
}
.BgClassName
{
background-color: #8256E5;
}
</style>
border-color css
<style>
span { border-color: #8256E5; }
span { border-color: rgb(130,86,229); }
td.TdClassName
{
border-color: #8256E5;
}
.TagClassName
{
border-color: #8256E5;
}
</style>