Shades of Medium Slate Blue #8251E4
Tints of Medium Slate Blue #8251E4
RGB
CMYK
RGB Variations
Color information
#8251E4 (or 0x8251E4) is known color: Medium Slate Blue. HEX triplet: 82, 51 and E4. RGB value is (130,81,228). Sum of RGB (Red+Green+Blue) = 130+81+228=439 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.61% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 228 (89.45% from 255 or 51.94% from 439); Max value from RGB is 228 - color contains mainly: blue. Hex color #8251E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8251E4 is #7DAE1B. Grayscale: #6F6F6F. Windows color (decimal): -8236572 or 14963074. OLE color: 14963074.
HSL color Cylindrical-coordinate representation of color #8251E4: hue angle of 260º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8251E4 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 130 | 81 | 228 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.11 |
| HSL | 260º | 0.73% | 0.61% | - |
| HSV(B) | 260º | 0.64% | 0.89% | - |
| XYZ | 26.15 | 16.23 | 75.15 | - |
| YUV | 112.41 | 193.23 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 228 | 0.43 | 0.64 | 0 | 0.11 | 260 | 0.73 | 0.61 |
| Hex | 82 | 51 | E4 | 2B | 40 | 0 | B | 104 | 49 | 3D |
| Octal | 202 | 121 | 344 | 53 | 100 | 0 | 13 | 404 | 111 | 75 |
| Binary | 10000010 | 1010001 | 11100100 | 101011 | 1000000 | 0 | 1011 | 100000100 | 1001001 | 111101 |
Color Harmonies of #8251E4
Complementary color
Monochromatic Colors of #8251E4
Black with #8251E4
Text Example
Text Example
White with #8251E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251E4; }
p { color: rgb(130,81,228); }
H1.HeaderClassName
{
color: #8251E4;
}
.AnyTagClassName
{
color: #8251E4;
}
</style>
background-color css
<style>
a { background-color: #8251E4; }
a { background-color: rgb(130,81,228); }
div.DivClassName
{
background-color: #8251E4;
}
.BgClassName
{
background-color: #8251E4;
}
</style>
border-color css
<style>
span { border-color: #8251E4; }
span { border-color: rgb(130,81,228); }
td.TdClassName
{
border-color: #8251E4;
}
.TagClassName
{
border-color: #8251E4;
}
</style>