Shades of Medium Slate Blue #8250ED
Tints of Medium Slate Blue #8250ED
RGB
CMYK
RGB Variations
Color information
#8250ED (or 0x8250ED) is known color: Medium Slate Blue. HEX triplet: 82, 50 and ED. RGB value is (130,80,237). Sum of RGB (Red+Green+Blue) = 130+80+237=447 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.08% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #8250ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8250ED is #7DAF12. Grayscale: #707070. Windows color (decimal): -8236819 or 15552642. OLE color: 15552642.
HSL color Cylindrical-coordinate representation of color #8250ED: hue angle of 259.11º 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 #8250ED is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 80 | 237 | - |
| CMYK | 0.45 | 0.66 | 0 | 0.07 |
| HSL | 259.11º | 0.81% | 0.62% | - |
| HSV(B) | 259.11º | 0.66% | 0.93% | - |
| XYZ | 27.36 | 16.6 | 81.88 | - |
| YUV | 112.85 | 198.07 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 80 | 237 | 0.45 | 0.66 | 0 | 0.07 | 259.11 | 0.81 | 0.62 |
| Hex | 82 | 50 | ED | 2D | 42 | 0 | 7 | 103 | 51 | 3E |
| Octal | 202 | 120 | 355 | 55 | 102 | 0 | 7 | 403 | 121 | 76 |
| Binary | 10000010 | 1010000 | 11101101 | 101101 | 1000010 | 0 | 111 | 100000011 | 1010001 | 111110 |
Color Harmonies of #8250ED
Complementary color
Monochromatic Colors of #8250ED
Black with #8250ED
Text Example
Text Example
White with #8250ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8250ED; }
p { color: rgb(130,80,237); }
H1.HeaderClassName
{
color: #8250ED;
}
.AnyTagClassName
{
color: #8250ED;
}
</style>
background-color css
<style>
a { background-color: #8250ED; }
a { background-color: rgb(130,80,237); }
div.DivClassName
{
background-color: #8250ED;
}
.BgClassName
{
background-color: #8250ED;
}
</style>
border-color css
<style>
span { border-color: #8250ED; }
span { border-color: rgb(130,80,237); }
td.TdClassName
{
border-color: #8250ED;
}
.TagClassName
{
border-color: #8250ED;
}
</style>