Shades of Medium Slate Blue #8256DC
Tints of Medium Slate Blue #8256DC
RGB
CMYK
RGB Variations
Color information
#8256DC (or 0x8256DC) is known color: Medium Slate Blue. HEX triplet: 82, 56 and DC. RGB value is (130,86,220). Sum of RGB (Red+Green+Blue) = 130+86+220=436 (57% of max value = 765). Red value is 130 (51.17% from 255 or 29.82% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #8256DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8256DC is #7DA923. Grayscale: #717171. Windows color (decimal): -8235300 or 14440066. OLE color: 14440066.
HSL color Cylindrical-coordinate representation of color #8256DC: hue angle of 259.7º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8256DC is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 130 | 86 | 220 | - |
| CMYK | 0.41 | 0.61 | 0 | 0.14 |
| HSL | 259.7º | 0.66% | 0.6% | - |
| HSV(B) | 259.7º | 0.61% | 0.86% | - |
| XYZ | 25.45 | 16.57 | 69.57 | - |
| YUV | 114.43 | 187.58 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 86 | 220 | 0.41 | 0.61 | 0 | 0.14 | 259.7 | 0.66 | 0.6 |
| Hex | 82 | 56 | DC | 29 | 3D | 0 | E | 104 | 42 | 3C |
| Octal | 202 | 126 | 334 | 51 | 75 | 0 | 16 | 404 | 102 | 74 |
| Binary | 10000010 | 1010110 | 11011100 | 101001 | 111101 | 0 | 1110 | 100000100 | 1000010 | 111100 |
Color Harmonies of #8256DC
Complementary color
Monochromatic Colors of #8256DC
Black with #8256DC
Text Example
Text Example
White with #8256DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8256DC; }
p { color: rgb(130,86,220); }
H1.HeaderClassName
{
color: #8256DC;
}
.AnyTagClassName
{
color: #8256DC;
}
</style>
background-color css
<style>
a { background-color: #8256DC; }
a { background-color: rgb(130,86,220); }
div.DivClassName
{
background-color: #8256DC;
}
.BgClassName
{
background-color: #8256DC;
}
</style>
border-color css
<style>
span { border-color: #8256DC; }
span { border-color: rgb(130,86,220); }
td.TdClassName
{
border-color: #8256DC;
}
.TagClassName
{
border-color: #8256DC;
}
</style>