Shades of Medium Slate Blue #8070DF
Tints of Medium Slate Blue #8070DF
RGB
CMYK
RGB Variations
Color information
#8070DF (or 0x8070DF) is known color: Medium Slate Blue. HEX triplet: 80, 70 and DF. RGB value is (128,112,223). Sum of RGB (Red+Green+Blue) = 128+112+223=463 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.65% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #8070DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8070DF is #7F8F20. Grayscale: #818181. Windows color (decimal): -8359713 or 14643328. OLE color: 14643328.
HSL color Cylindrical-coordinate representation of color #8070DF: hue angle of 248.65º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8070DF is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 128 | 112 | 223 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.13 |
| HSL | 248.65º | 0.63% | 0.66% | - |
| HSV(B) | 248.65º | 0.5% | 0.87% | - |
| XYZ | 28.02 | 21.51 | 72.49 | - |
| YUV | 129.44 | 180.8 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 112 | 223 | 0.43 | 0.50 | 0 | 0.13 | 248.65 | 0.63 | 0.66 |
| Hex | 80 | 70 | DF | 2B | 32 | 0 | D | F9 | 3F | 42 |
| Octal | 200 | 160 | 337 | 53 | 62 | 0 | 15 | 371 | 77 | 102 |
| Binary | 10000000 | 1110000 | 11011111 | 101011 | 110010 | 0 | 1101 | 11111001 | 111111 | 1000010 |
Color Harmonies of #8070DF
Complementary color
Monochromatic Colors of #8070DF
Black with #8070DF
Text Example
Text Example
White with #8070DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8070DF; }
p { color: rgb(128,112,223); }
H1.HeaderClassName
{
color: #8070DF;
}
.AnyTagClassName
{
color: #8070DF;
}
</style>
background-color css
<style>
a { background-color: #8070DF; }
a { background-color: rgb(128,112,223); }
div.DivClassName
{
background-color: #8070DF;
}
.BgClassName
{
background-color: #8070DF;
}
</style>
border-color css
<style>
span { border-color: #8070DF; }
span { border-color: rgb(128,112,223); }
td.TdClassName
{
border-color: #8070DF;
}
.TagClassName
{
border-color: #8070DF;
}
</style>