Shades of Medium Slate Blue #706BEF
Tints of Medium Slate Blue #706BEF
RGB
CMYK
RGB Variations
Color information
#706BEF (or 0x706BEF) is known color: Medium Slate Blue. HEX triplet: 70, 6B and EF. RGB value is (112,107,239). Sum of RGB (Red+Green+Blue) = 112+107+239=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #706BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706BEF is #8F9410. Grayscale: #7B7B7B. Windows color (decimal): -9409553 or 15690608. OLE color: 15690608.
HSL color Cylindrical-coordinate representation of color #706BEF: hue angle of 242.27º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706BEF is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 107 | 239 | - |
| CMYK | 0.53 | 0.55 | 0 | 0.06 |
| HSL | 242.27º | 0.8% | 0.68% | - |
| HSV(B) | 242.27º | 0.55% | 0.94% | - |
| XYZ | 27.52 | 20.19 | 84.11 | - |
| YUV | 123.54 | 193.16 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 107 | 239 | 0.53 | 0.55 | 0 | 0.06 | 242.27 | 0.8 | 0.68 |
| Hex | 70 | 6B | EF | 35 | 37 | 0 | 6 | F2 | 50 | 44 |
| Octal | 160 | 153 | 357 | 65 | 67 | 0 | 6 | 362 | 120 | 104 |
| Binary | 1110000 | 1101011 | 11101111 | 110101 | 110111 | 0 | 110 | 11110010 | 1010000 | 1000100 |
Color Harmonies of #706BEF
Complementary color
Monochromatic Colors of #706BEF
Black with #706BEF
Text Example
Text Example
White with #706BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706BEF; }
p { color: rgb(112,107,239); }
H1.HeaderClassName
{
color: #706BEF;
}
.AnyTagClassName
{
color: #706BEF;
}
</style>
background-color css
<style>
a { background-color: #706BEF; }
a { background-color: rgb(112,107,239); }
div.DivClassName
{
background-color: #706BEF;
}
.BgClassName
{
background-color: #706BEF;
}
</style>
border-color css
<style>
span { border-color: #706BEF; }
span { border-color: rgb(112,107,239); }
td.TdClassName
{
border-color: #706BEF;
}
.TagClassName
{
border-color: #706BEF;
}
</style>