Shades of Medium Slate Blue #8259EF
Tints of Medium Slate Blue #8259EF
RGB
CMYK
RGB Variations
Color information
#8259EF (or 0x8259EF) is known color: Medium Slate Blue. HEX triplet: 82, 59 and EF. RGB value is (130,89,239). Sum of RGB (Red+Green+Blue) = 130+89+239=458 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.38% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #8259EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8259EF is #7DA610. Grayscale: #757575. Windows color (decimal): -8234513 or 15686018. OLE color: 15686018.
HSL color Cylindrical-coordinate representation of color #8259EF: hue angle of 256.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8259EF is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 89 | 239 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.06 |
| HSL | 256.4º | 0.82% | 0.64% | - |
| HSV(B) | 256.4º | 0.63% | 0.94% | - |
| XYZ | 28.36 | 18.12 | 83.66 | - |
| YUV | 118.36 | 196.08 | 136.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 89 | 239 | 0.46 | 0.63 | 0 | 0.06 | 256.4 | 0.82 | 0.64 |
| Hex | 82 | 59 | EF | 2E | 3F | 0 | 6 | 100 | 52 | 40 |
| Octal | 202 | 131 | 357 | 56 | 77 | 0 | 6 | 400 | 122 | 100 |
| Binary | 10000010 | 1011001 | 11101111 | 101110 | 111111 | 0 | 110 | 100000000 | 1010010 | 1000000 |
Color Harmonies of #8259EF
Complementary color
Monochromatic Colors of #8259EF
Black with #8259EF
Text Example
Text Example
White with #8259EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8259EF; }
p { color: rgb(130,89,239); }
H1.HeaderClassName
{
color: #8259EF;
}
.AnyTagClassName
{
color: #8259EF;
}
</style>
background-color css
<style>
a { background-color: #8259EF; }
a { background-color: rgb(130,89,239); }
div.DivClassName
{
background-color: #8259EF;
}
.BgClassName
{
background-color: #8259EF;
}
</style>
border-color css
<style>
span { border-color: #8259EF; }
span { border-color: rgb(130,89,239); }
td.TdClassName
{
border-color: #8259EF;
}
.TagClassName
{
border-color: #8259EF;
}
</style>