Shades of Medium Slate Blue #706DF1
Tints of Medium Slate Blue #706DF1
RGB
CMYK
RGB Variations
Color information
#706DF1 (or 0x706DF1) is known color: Medium Slate Blue. HEX triplet: 70, 6D and F1. RGB value is (112,109,241). Sum of RGB (Red+Green+Blue) = 112+109+241=462 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.24% from 462); Green value is 109 (42.97% from 255 or 23.59% from 462); Blue value is 241 (94.53% from 255 or 52.16% from 462); Max value from RGB is 241 - color contains mainly: blue. Hex color #706DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706DF1 is #8F920E. Grayscale: #7C7C7C. Windows color (decimal): -9409039 or 15822192. OLE color: 15822192.
HSL color Cylindrical-coordinate representation of color #706DF1: hue angle of 241.36º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706DF1 is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 109 | 241 | - |
| CMYK | 0.54 | 0.55 | 0 | 0.05 |
| HSL | 241.36º | 0.83% | 0.69% | - |
| HSV(B) | 241.36º | 0.55% | 0.95% | - |
| XYZ | 28.03 | 20.73 | 85.74 | - |
| YUV | 124.95 | 193.49 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 241 | 0.54 | 0.55 | 0 | 0.05 | 241.36 | 0.83 | 0.69 |
| Hex | 70 | 6D | F1 | 36 | 37 | 0 | 5 | F1 | 52 | 45 |
| Octal | 160 | 155 | 361 | 66 | 67 | 0 | 5 | 361 | 122 | 105 |
| Binary | 1110000 | 1101101 | 11110001 | 110110 | 110111 | 0 | 101 | 11110001 | 1010010 | 1000101 |
Color Harmonies of #706DF1
Complementary color
Monochromatic Colors of #706DF1
Black with #706DF1
Text Example
Text Example
White with #706DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DF1; }
p { color: rgb(112,109,241); }
H1.HeaderClassName
{
color: #706DF1;
}
.AnyTagClassName
{
color: #706DF1;
}
</style>
background-color css
<style>
a { background-color: #706DF1; }
a { background-color: rgb(112,109,241); }
div.DivClassName
{
background-color: #706DF1;
}
.BgClassName
{
background-color: #706DF1;
}
</style>
border-color css
<style>
span { border-color: #706DF1; }
span { border-color: rgb(112,109,241); }
td.TdClassName
{
border-color: #706DF1;
}
.TagClassName
{
border-color: #706DF1;
}
</style>