Shades of Medium Slate Blue #706FF9
Tints of Medium Slate Blue #706FF9
RGB
CMYK
RGB Variations
Color information
#706FF9 (or 0x706FF9) is known color: Medium Slate Blue. HEX triplet: 70, 6F and F9. RGB value is (112,111,249). Sum of RGB (Red+Green+Blue) = 112+111+249=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #706FF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706FF9 is #8F9006. Grayscale: #7E7E7E. Windows color (decimal): -9408519 or 16346992. OLE color: 16346992.
HSL color Cylindrical-coordinate representation of color #706FF9: hue angle of 240.43º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706FF9 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 111 | 249 | - |
| CMYK | 0.55 | 0.55 | 0 | 0.02 |
| HSL | 240.43º | 0.92% | 0.71% | - |
| HSV(B) | 240.43º | 0.55% | 0.98% | - |
| XYZ | 29.47 | 21.65 | 92.25 | - |
| YUV | 127.03 | 196.83 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 249 | 0.55 | 0.55 | 0 | 0.02 | 240.43 | 0.92 | 0.71 |
| Hex | 70 | 6F | F9 | 37 | 37 | 0 | 2 | F0 | 5C | 47 |
| Octal | 160 | 157 | 371 | 67 | 67 | 0 | 2 | 360 | 134 | 107 |
| Binary | 1110000 | 1101111 | 11111001 | 110111 | 110111 | 0 | 10 | 11110000 | 1011100 | 1000111 |
Color Harmonies of #706FF9
Complementary color
Monochromatic Colors of #706FF9
Black with #706FF9
Text Example
Text Example
White with #706FF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706FF9; }
p { color: rgb(112,111,249); }
H1.HeaderClassName
{
color: #706FF9;
}
.AnyTagClassName
{
color: #706FF9;
}
</style>
background-color css
<style>
a { background-color: #706FF9; }
a { background-color: rgb(112,111,249); }
div.DivClassName
{
background-color: #706FF9;
}
.BgClassName
{
background-color: #706FF9;
}
</style>
border-color css
<style>
span { border-color: #706FF9; }
span { border-color: rgb(112,111,249); }
td.TdClassName
{
border-color: #706FF9;
}
.TagClassName
{
border-color: #706FF9;
}
</style>