Shades of Medium Slate Blue #706DFC
Tints of Medium Slate Blue #706DFC
RGB
CMYK
RGB Variations
Color information
#706DFC (or 0x706DFC) is known color: Medium Slate Blue. HEX triplet: 70, 6D and FC. RGB value is (112,109,252). Sum of RGB (Red+Green+Blue) = 112+109+252=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #706DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706DFC is #8F9203. Grayscale: #7D7D7D. Windows color (decimal): -9409028 or 16543088. OLE color: 16543088.
HSL color Cylindrical-coordinate representation of color #706DFC: hue angle of 241.26º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #706DFC is Cyan = 0.56, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 112 | 109 | 252 | - |
| CMYK | 0.56 | 0.57 | 0 | 0.01 |
| HSL | 241.26º | 0.96% | 0.71% | - |
| HSV(B) | 241.26º | 0.57% | 0.99% | - |
| XYZ | 29.72 | 21.41 | 94.66 | - |
| YUV | 126.2 | 198.99 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 252 | 0.56 | 0.57 | 0 | 0.01 | 241.26 | 0.96 | 0.71 |
| Hex | 70 | 6D | FC | 38 | 39 | 0 | 1 | F1 | 60 | 47 |
| Octal | 160 | 155 | 374 | 70 | 71 | 0 | 1 | 361 | 140 | 107 |
| Binary | 1110000 | 1101101 | 11111100 | 111000 | 111001 | 0 | 1 | 11110001 | 1100000 | 1000111 |
Color Harmonies of #706DFC
Complementary color
Monochromatic Colors of #706DFC
Black with #706DFC
Text Example
Text Example
White with #706DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DFC; }
p { color: rgb(112,109,252); }
H1.HeaderClassName
{
color: #706DFC;
}
.AnyTagClassName
{
color: #706DFC;
}
</style>
background-color css
<style>
a { background-color: #706DFC; }
a { background-color: rgb(112,109,252); }
div.DivClassName
{
background-color: #706DFC;
}
.BgClassName
{
background-color: #706DFC;
}
</style>
border-color css
<style>
span { border-color: #706DFC; }
span { border-color: rgb(112,109,252); }
td.TdClassName
{
border-color: #706DFC;
}
.TagClassName
{
border-color: #706DFC;
}
</style>