Shades of Medium Slate Blue #707BF6
Tints of Medium Slate Blue #707BF6
RGB
CMYK
RGB Variations
Color information
#707BF6 (or 0x707BF6) is known color: Medium Slate Blue. HEX triplet: 70, 7B and F6. RGB value is (112,123,246). Sum of RGB (Red+Green+Blue) = 112+123+246=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 123 (48.44% from 255 or 25.57% from 481); Blue value is 246 (96.48% from 255 or 51.14% from 481); Max value from RGB is 246 - color contains mainly: blue. Hex color #707BF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707BF6 is #8F8409. Grayscale: #858585. Windows color (decimal): -9405450 or 16153456. OLE color: 16153456.
HSL color Cylindrical-coordinate representation of color #707BF6: hue angle of 235.07º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #707BF6 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 123 | 246 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.04 |
| HSL | 235.07º | 0.88% | 0.7% | - |
| HSV(B) | 235.07º | 0.54% | 0.96% | - |
| XYZ | 30.4 | 24.26 | 90.27 | - |
| YUV | 133.73 | 191.36 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 246 | 0.54 | 0.50 | 0 | 0.04 | 235.07 | 0.88 | 0.7 |
| Hex | 70 | 7B | F6 | 36 | 32 | 0 | 4 | EB | 58 | 46 |
| Octal | 160 | 173 | 366 | 66 | 62 | 0 | 4 | 353 | 130 | 106 |
| Binary | 1110000 | 1111011 | 11110110 | 110110 | 110010 | 0 | 100 | 11101011 | 1011000 | 1000110 |
Color Harmonies of #707BF6
Complementary color
Monochromatic Colors of #707BF6
Black with #707BF6
Text Example
Text Example
White with #707BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707BF6; }
p { color: rgb(112,123,246); }
H1.HeaderClassName
{
color: #707BF6;
}
.AnyTagClassName
{
color: #707BF6;
}
</style>
background-color css
<style>
a { background-color: #707BF6; }
a { background-color: rgb(112,123,246); }
div.DivClassName
{
background-color: #707BF6;
}
.BgClassName
{
background-color: #707BF6;
}
</style>
border-color css
<style>
span { border-color: #707BF6; }
span { border-color: rgb(112,123,246); }
td.TdClassName
{
border-color: #707BF6;
}
.TagClassName
{
border-color: #707BF6;
}
</style>