Shades of Medium Slate Blue #706DFB
Tints of Medium Slate Blue #706DFB
RGB
CMYK
RGB Variations
Color information
#706DFB (or 0x706DFB) is known color: Medium Slate Blue. HEX triplet: 70, 6D and FB. RGB value is (112,109,251). Sum of RGB (Red+Green+Blue) = 112+109+251=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 251 (98.44% from 255 or 53.18% from 472); Max value from RGB is 251 - color contains mainly: blue. Hex color #706DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706DFB is #8F9204. Grayscale: #7D7D7D. Windows color (decimal): -9409029 or 16477552. OLE color: 16477552.
HSL color Cylindrical-coordinate representation of color #706DFB: hue angle of 241.27º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #706DFB is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 112 | 109 | 251 | - |
| CMYK | 0.55 | 0.57 | 0 | 0.02 |
| HSL | 241.27º | 0.95% | 0.71% | - |
| HSV(B) | 241.27º | 0.57% | 0.98% | - |
| XYZ | 29.56 | 21.35 | 93.83 | - |
| YUV | 126.09 | 198.49 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 109 | 251 | 0.55 | 0.57 | 0 | 0.02 | 241.27 | 0.95 | 0.71 |
| Hex | 70 | 6D | FB | 37 | 39 | 0 | 2 | F1 | 5F | 47 |
| Octal | 160 | 155 | 373 | 67 | 71 | 0 | 2 | 361 | 137 | 107 |
| Binary | 1110000 | 1101101 | 11111011 | 110111 | 111001 | 0 | 10 | 11110001 | 1011111 | 1000111 |
Color Harmonies of #706DFB
Complementary color
Monochromatic Colors of #706DFB
Black with #706DFB
Text Example
Text Example
White with #706DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706DFB; }
p { color: rgb(112,109,251); }
H1.HeaderClassName
{
color: #706DFB;
}
.AnyTagClassName
{
color: #706DFB;
}
</style>
background-color css
<style>
a { background-color: #706DFB; }
a { background-color: rgb(112,109,251); }
div.DivClassName
{
background-color: #706DFB;
}
.BgClassName
{
background-color: #706DFB;
}
</style>
border-color css
<style>
span { border-color: #706DFB; }
span { border-color: rgb(112,109,251); }
td.TdClassName
{
border-color: #706DFB;
}
.TagClassName
{
border-color: #706DFB;
}
</style>