Shades of Medium Slate Blue #706AF2
Tints of Medium Slate Blue #706AF2
RGB
CMYK
RGB Variations
Color information
#706AF2 (or 0x706AF2) is known color: Medium Slate Blue. HEX triplet: 70, 6A and F2. RGB value is (112,106,242). Sum of RGB (Red+Green+Blue) = 112+106+242=460 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.35% from 460); Green value is 106 (41.80% from 255 or 23.04% from 460); Blue value is 242 (94.92% from 255 or 52.61% from 460); Max value from RGB is 242 - color contains mainly: blue. Hex color #706AF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706AF2 is #8F950D. Grayscale: #7A7A7A. Windows color (decimal): -9409806 or 15886960. OLE color: 15886960.
HSL color Cylindrical-coordinate representation of color #706AF2: hue angle of 242.65º 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 #706AF2 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 106 | 242 | - |
| CMYK | 0.54 | 0.56 | 0 | 0.05 |
| HSL | 242.65º | 0.84% | 0.68% | - |
| HSV(B) | 242.65º | 0.56% | 0.95% | - |
| XYZ | 27.86 | 20.16 | 86.43 | - |
| YUV | 123.3 | 194.99 | 119.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 106 | 242 | 0.54 | 0.56 | 0 | 0.05 | 242.65 | 0.84 | 0.68 |
| Hex | 70 | 6A | F2 | 36 | 38 | 0 | 5 | F3 | 54 | 44 |
| Octal | 160 | 152 | 362 | 66 | 70 | 0 | 5 | 363 | 124 | 104 |
| Binary | 1110000 | 1101010 | 11110010 | 110110 | 111000 | 0 | 101 | 11110011 | 1010100 | 1000100 |
Color Harmonies of #706AF2
Complementary color
Monochromatic Colors of #706AF2
Black with #706AF2
Text Example
Text Example
White with #706AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706AF2; }
p { color: rgb(112,106,242); }
H1.HeaderClassName
{
color: #706AF2;
}
.AnyTagClassName
{
color: #706AF2;
}
</style>
background-color css
<style>
a { background-color: #706AF2; }
a { background-color: rgb(112,106,242); }
div.DivClassName
{
background-color: #706AF2;
}
.BgClassName
{
background-color: #706AF2;
}
</style>
border-color css
<style>
span { border-color: #706AF2; }
span { border-color: rgb(112,106,242); }
td.TdClassName
{
border-color: #706AF2;
}
.TagClassName
{
border-color: #706AF2;
}
</style>