Shades of Medium Slate Blue #8255EF
Tints of Medium Slate Blue #8255EF
RGB
CMYK
RGB Variations
Color information
#8255EF (or 0x8255EF) is known color: Medium Slate Blue. HEX triplet: 82, 55 and EF. RGB value is (130,85,239). Sum of RGB (Red+Green+Blue) = 130+85+239=454 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.63% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 239 (93.75% from 255 or 52.64% from 454); Max value from RGB is 239 - color contains mainly: blue. Hex color #8255EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8255EF is #7DAA10. Grayscale: #737373. Windows color (decimal): -8235537 or 15684994. OLE color: 15684994.
HSL color Cylindrical-coordinate representation of color #8255EF: hue angle of 257.53º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8255EF is Cyan = 0.46, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 85 | 239 | - |
| CMYK | 0.46 | 0.64 | 0 | 0.06 |
| HSL | 257.53º | 0.83% | 0.64% | - |
| HSV(B) | 257.53º | 0.64% | 0.94% | - |
| XYZ | 28.03 | 17.47 | 83.56 | - |
| YUV | 116.01 | 197.41 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 85 | 239 | 0.46 | 0.64 | 0 | 0.06 | 257.53 | 0.83 | 0.64 |
| Hex | 82 | 55 | EF | 2E | 40 | 0 | 6 | 102 | 53 | 40 |
| Octal | 202 | 125 | 357 | 56 | 100 | 0 | 6 | 402 | 123 | 100 |
| Binary | 10000010 | 1010101 | 11101111 | 101110 | 1000000 | 0 | 110 | 100000010 | 1010011 | 1000000 |
Color Harmonies of #8255EF
Complementary color
Monochromatic Colors of #8255EF
Black with #8255EF
Text Example
Text Example
White with #8255EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8255EF; }
p { color: rgb(130,85,239); }
H1.HeaderClassName
{
color: #8255EF;
}
.AnyTagClassName
{
color: #8255EF;
}
</style>
background-color css
<style>
a { background-color: #8255EF; }
a { background-color: rgb(130,85,239); }
div.DivClassName
{
background-color: #8255EF;
}
.BgClassName
{
background-color: #8255EF;
}
</style>
border-color css
<style>
span { border-color: #8255EF; }
span { border-color: rgb(130,85,239); }
td.TdClassName
{
border-color: #8255EF;
}
.TagClassName
{
border-color: #8255EF;
}
</style>