Shades of Medium Slate Blue #706BF2
Tints of Medium Slate Blue #706BF2
RGB
CMYK
RGB Variations
Color information
#706BF2 (or 0x706BF2) is known color: Medium Slate Blue. HEX triplet: 70, 6B and F2. RGB value is (112,107,242). Sum of RGB (Red+Green+Blue) = 112+107+242=461 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.30% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 242 (94.92% from 255 or 52.49% from 461); Max value from RGB is 242 - color contains mainly: blue. Hex color #706BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706BF2 is #8F940D. Grayscale: #7B7B7B. Windows color (decimal): -9409550 or 15887216. OLE color: 15887216.
HSL color Cylindrical-coordinate representation of color #706BF2: hue angle of 242.22º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #706BF2 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 107 | 242 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.05 |
| HSL | 242.22º | 0.84% | 0.68% | - |
| HSV(B) | 242.22º | 0.56% | 0.95% | - |
| XYZ | 27.97 | 20.37 | 86.46 | - |
| YUV | 123.89 | 194.66 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 242 | 0.54 | 0.56 | 0 | 0.05 | 242.22 | 0.84 | 0.68 |
| Hex | 70 | 6B | F2 | 36 | 38 | 0 | 5 | F2 | 54 | 44 |
| Octal | 160 | 153 | 362 | 66 | 70 | 0 | 5 | 362 | 124 | 104 |
| Binary | 1110000 | 1101011 | 11110010 | 110110 | 111000 | 0 | 101 | 11110010 | 1010100 | 1000100 |
Color Harmonies of #706BF2
Complementary color
Monochromatic Colors of #706BF2
Black with #706BF2
Text Example
Text Example
White with #706BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706BF2; }
p { color: rgb(112,107,242); }
H1.HeaderClassName
{
color: #706BF2;
}
.AnyTagClassName
{
color: #706BF2;
}
</style>
background-color css
<style>
a { background-color: #706BF2; }
a { background-color: rgb(112,107,242); }
div.DivClassName
{
background-color: #706BF2;
}
.BgClassName
{
background-color: #706BF2;
}
</style>
border-color css
<style>
span { border-color: #706BF2; }
span { border-color: rgb(112,107,242); }
td.TdClassName
{
border-color: #706BF2;
}
.TagClassName
{
border-color: #706BF2;
}
</style>