Shades of Medium Slate Blue #8070DC
Tints of Medium Slate Blue #8070DC
RGB
CMYK
RGB Variations
Color information
#8070DC (or 0x8070DC) is known color: Medium Slate Blue. HEX triplet: 80, 70 and DC. RGB value is (128,112,220). Sum of RGB (Red+Green+Blue) = 128+112+220=460 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.83% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #8070DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8070DC is #7F8F23. Grayscale: #808080. Windows color (decimal): -8359716 or 14446720. OLE color: 14446720.
HSL color Cylindrical-coordinate representation of color #8070DC: hue angle of 248.89º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8070DC is Cyan = 0.42, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 128 | 112 | 220 | - |
| CMYK | 0.42 | 0.49 | 0 | 0.14 |
| HSL | 248.89º | 0.61% | 0.65% | - |
| HSV(B) | 248.89º | 0.49% | 0.86% | - |
| XYZ | 27.61 | 21.34 | 70.37 | - |
| YUV | 129.1 | 179.3 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 220 | 0.42 | 0.49 | 0 | 0.14 | 248.89 | 0.61 | 0.65 |
| Hex | 80 | 70 | DC | 2A | 31 | 0 | E | F9 | 3D | 41 |
| Octal | 200 | 160 | 334 | 52 | 61 | 0 | 16 | 371 | 75 | 101 |
| Binary | 10000000 | 1110000 | 11011100 | 101010 | 110001 | 0 | 1110 | 11111001 | 111101 | 1000001 |
Color Harmonies of #8070DC
Complementary color
Monochromatic Colors of #8070DC
Black with #8070DC
Text Example
Text Example
White with #8070DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8070DC; }
p { color: rgb(128,112,220); }
H1.HeaderClassName
{
color: #8070DC;
}
.AnyTagClassName
{
color: #8070DC;
}
</style>
background-color css
<style>
a { background-color: #8070DC; }
a { background-color: rgb(128,112,220); }
div.DivClassName
{
background-color: #8070DC;
}
.BgClassName
{
background-color: #8070DC;
}
</style>
border-color css
<style>
span { border-color: #8070DC; }
span { border-color: rgb(128,112,220); }
td.TdClassName
{
border-color: #8070DC;
}
.TagClassName
{
border-color: #8070DC;
}
</style>