Shades of Medium Slate Blue #8251EE
Tints of Medium Slate Blue #8251EE
RGB
CMYK
RGB Variations
Color information
#8251EE (or 0x8251EE) is known color: Medium Slate Blue. HEX triplet: 82, 51 and EE. RGB value is (130,81,238). Sum of RGB (Red+Green+Blue) = 130+81+238=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 238 (93.36% from 255 or 53.01% from 449); Max value from RGB is 238 - color contains mainly: blue. Hex color #8251EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8251EE is #7DAE11. Grayscale: #707070. Windows color (decimal): -8236562 or 15618434. OLE color: 15618434.
HSL color Cylindrical-coordinate representation of color #8251EE: hue angle of 258.73º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8251EE is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 81 | 238 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.07 |
| HSL | 258.73º | 0.82% | 0.63% | - |
| HSV(B) | 258.73º | 0.66% | 0.93% | - |
| XYZ | 27.58 | 16.8 | 82.68 | - |
| YUV | 113.55 | 198.23 | 139.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 238 | 0.45 | 0.66 | 0 | 0.07 | 258.73 | 0.82 | 0.63 |
| Hex | 82 | 51 | EE | 2D | 42 | 0 | 7 | 103 | 52 | 3F |
| Octal | 202 | 121 | 356 | 55 | 102 | 0 | 7 | 403 | 122 | 77 |
| Binary | 10000010 | 1010001 | 11101110 | 101101 | 1000010 | 0 | 111 | 100000011 | 1010010 | 111111 |
Color Harmonies of #8251EE
Complementary color
Monochromatic Colors of #8251EE
Black with #8251EE
Text Example
Text Example
White with #8251EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251EE; }
p { color: rgb(130,81,238); }
H1.HeaderClassName
{
color: #8251EE;
}
.AnyTagClassName
{
color: #8251EE;
}
</style>
background-color css
<style>
a { background-color: #8251EE; }
a { background-color: rgb(130,81,238); }
div.DivClassName
{
background-color: #8251EE;
}
.BgClassName
{
background-color: #8251EE;
}
</style>
border-color css
<style>
span { border-color: #8251EE; }
span { border-color: rgb(130,81,238); }
td.TdClassName
{
border-color: #8251EE;
}
.TagClassName
{
border-color: #8251EE;
}
</style>