Shades of Medium Slate Blue #8259ED
Tints of Medium Slate Blue #8259ED
RGB
CMYK
RGB Variations
Color information
#8259ED (or 0x8259ED) is known color: Medium Slate Blue. HEX triplet: 82, 59 and ED. RGB value is (130,89,237). Sum of RGB (Red+Green+Blue) = 130+89+237=456 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.51% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 237 (92.97% from 255 or 51.97% from 456); Max value from RGB is 237 - color contains mainly: blue. Hex color #8259ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8259ED is #7DA612. Grayscale: #757575. Windows color (decimal): -8234515 or 15554946. OLE color: 15554946.
HSL color Cylindrical-coordinate representation of color #8259ED: hue angle of 256.62º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8259ED is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 89 | 237 | - |
| CMYK | 0.45 | 0.62 | 0 | 0.07 |
| HSL | 256.62º | 0.8% | 0.64% | - |
| HSV(B) | 256.62º | 0.62% | 0.93% | - |
| XYZ | 28.06 | 18.01 | 82.12 | - |
| YUV | 118.13 | 195.08 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 237 | 0.45 | 0.62 | 0 | 0.07 | 256.62 | 0.8 | 0.64 |
| Hex | 82 | 59 | ED | 2D | 3E | 0 | 7 | 101 | 50 | 40 |
| Octal | 202 | 131 | 355 | 55 | 76 | 0 | 7 | 401 | 120 | 100 |
| Binary | 10000010 | 1011001 | 11101101 | 101101 | 111110 | 0 | 111 | 100000001 | 1010000 | 1000000 |
Color Harmonies of #8259ED
Complementary color
Monochromatic Colors of #8259ED
Black with #8259ED
Text Example
Text Example
White with #8259ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8259ED; }
p { color: rgb(130,89,237); }
H1.HeaderClassName
{
color: #8259ED;
}
.AnyTagClassName
{
color: #8259ED;
}
</style>
background-color css
<style>
a { background-color: #8259ED; }
a { background-color: rgb(130,89,237); }
div.DivClassName
{
background-color: #8259ED;
}
.BgClassName
{
background-color: #8259ED;
}
</style>
border-color css
<style>
span { border-color: #8259ED; }
span { border-color: rgb(130,89,237); }
td.TdClassName
{
border-color: #8259ED;
}
.TagClassName
{
border-color: #8259ED;
}
</style>