Shades of Medium Slate Blue #8056DC
Tints of Medium Slate Blue #8056DC
RGB
CMYK
RGB Variations
Color information
#8056DC (or 0x8056DC) is known color: Medium Slate Blue. HEX triplet: 80, 56 and DC. RGB value is (128,86,220). Sum of RGB (Red+Green+Blue) = 128+86+220=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #8056DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8056DC is #7FA923. Grayscale: #717171. Windows color (decimal): -8366372 or 14440064. OLE color: 14440064.
HSL color Cylindrical-coordinate representation of color #8056DC: hue angle of 258.81º 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 #8056DC is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 86 | 220 | - |
| CMYK | 0.42 | 0.61 | 0 | 0.14 |
| HSL | 258.81º | 0.66% | 0.6% | - |
| HSV(B) | 258.81º | 0.61% | 0.86% | - |
| XYZ | 25.15 | 16.41 | 69.55 | - |
| YUV | 113.83 | 187.91 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 220 | 0.42 | 0.61 | 0 | 0.14 | 258.81 | 0.66 | 0.6 |
| Hex | 80 | 56 | DC | 2A | 3D | 0 | E | 103 | 42 | 3C |
| Octal | 200 | 126 | 334 | 52 | 75 | 0 | 16 | 403 | 102 | 74 |
| Binary | 10000000 | 1010110 | 11011100 | 101010 | 111101 | 0 | 1110 | 100000011 | 1000010 | 111100 |
Color Harmonies of #8056DC
Complementary color
Monochromatic Colors of #8056DC
Black with #8056DC
Text Example
Text Example
White with #8056DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8056DC; }
p { color: rgb(128,86,220); }
H1.HeaderClassName
{
color: #8056DC;
}
.AnyTagClassName
{
color: #8056DC;
}
</style>
background-color css
<style>
a { background-color: #8056DC; }
a { background-color: rgb(128,86,220); }
div.DivClassName
{
background-color: #8056DC;
}
.BgClassName
{
background-color: #8056DC;
}
</style>
border-color css
<style>
span { border-color: #8056DC; }
span { border-color: rgb(128,86,220); }
td.TdClassName
{
border-color: #8056DC;
}
.TagClassName
{
border-color: #8056DC;
}
</style>