Shades of Medium Slate Blue #8251ED
Tints of Medium Slate Blue #8251ED
RGB
CMYK
RGB Variations
Color information
#8251ED (or 0x8251ED) is known color: Medium Slate Blue. HEX triplet: 82, 51 and ED. RGB value is (130,81,237). Sum of RGB (Red+Green+Blue) = 130+81+237=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #8251ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8251ED is #7DAE12. Grayscale: #707070. Windows color (decimal): -8236563 or 15552898. OLE color: 15552898.
HSL color Cylindrical-coordinate representation of color #8251ED: hue angle of 258.85º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8251ED is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 81 | 237 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.07 |
| HSL | 258.85º | 0.81% | 0.62% | - |
| HSV(B) | 258.85º | 0.66% | 0.93% | - |
| XYZ | 27.43 | 16.75 | 81.91 | - |
| YUV | 113.44 | 197.73 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 81 | 237 | 0.45 | 0.66 | 0 | 0.07 | 258.85 | 0.81 | 0.62 |
| Hex | 82 | 51 | ED | 2D | 42 | 0 | 7 | 103 | 51 | 3E |
| Octal | 202 | 121 | 355 | 55 | 102 | 0 | 7 | 403 | 121 | 76 |
| Binary | 10000010 | 1010001 | 11101101 | 101101 | 1000010 | 0 | 111 | 100000011 | 1010001 | 111110 |
Color Harmonies of #8251ED
Complementary color
Monochromatic Colors of #8251ED
Black with #8251ED
Text Example
Text Example
White with #8251ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8251ED; }
p { color: rgb(130,81,237); }
H1.HeaderClassName
{
color: #8251ED;
}
.AnyTagClassName
{
color: #8251ED;
}
</style>
background-color css
<style>
a { background-color: #8251ED; }
a { background-color: rgb(130,81,237); }
div.DivClassName
{
background-color: #8251ED;
}
.BgClassName
{
background-color: #8251ED;
}
</style>
border-color css
<style>
span { border-color: #8251ED; }
span { border-color: rgb(130,81,237); }
td.TdClassName
{
border-color: #8251ED;
}
.TagClassName
{
border-color: #8251ED;
}
</style>