Shades of Medium Slate Blue #8260ED
Tints of Medium Slate Blue #8260ED
RGB
CMYK
RGB Variations
Color information
#8260ED (or 0x8260ED) is known color: Medium Slate Blue. HEX triplet: 82, 60 and ED. RGB value is (130,96,237). Sum of RGB (Red+Green+Blue) = 130+96+237=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #8260ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8260ED is #7D9F12. Grayscale: #797979. Windows color (decimal): -8232723 or 15556738. OLE color: 15556738.
HSL color Cylindrical-coordinate representation of color #8260ED: hue angle of 254.47º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8260ED is Cyan = 0.45, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 96 | 237 | - |
| CMYK | 0.45 | 0.59 | 0 | 0.07 |
| HSL | 254.47º | 0.8% | 0.65% | - |
| HSV(B) | 254.47º | 0.59% | 0.93% | - |
| XYZ | 28.67 | 19.23 | 82.32 | - |
| YUV | 122.24 | 192.76 | 133.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 96 | 237 | 0.45 | 0.59 | 0 | 0.07 | 254.47 | 0.8 | 0.65 |
| Hex | 82 | 60 | ED | 2D | 3B | 0 | 7 | FE | 50 | 41 |
| Octal | 202 | 140 | 355 | 55 | 73 | 0 | 7 | 376 | 120 | 101 |
| Binary | 10000010 | 1100000 | 11101101 | 101101 | 111011 | 0 | 111 | 11111110 | 1010000 | 1000001 |
Color Harmonies of #8260ED
Complementary color
Monochromatic Colors of #8260ED
Black with #8260ED
Text Example
Text Example
White with #8260ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8260ED; }
p { color: rgb(130,96,237); }
H1.HeaderClassName
{
color: #8260ED;
}
.AnyTagClassName
{
color: #8260ED;
}
</style>
background-color css
<style>
a { background-color: #8260ED; }
a { background-color: rgb(130,96,237); }
div.DivClassName
{
background-color: #8260ED;
}
.BgClassName
{
background-color: #8260ED;
}
</style>
border-color css
<style>
span { border-color: #8260ED; }
span { border-color: rgb(130,96,237); }
td.TdClassName
{
border-color: #8260ED;
}
.TagClassName
{
border-color: #8260ED;
}
</style>