Shades of Medium Slate Blue #707BF0
Tints of Medium Slate Blue #707BF0
RGB
CMYK
RGB Variations
Color information
#707BF0 (or 0x707BF0) is known color: Medium Slate Blue. HEX triplet: 70, 7B and F0. RGB value is (112,123,240). Sum of RGB (Red+Green+Blue) = 112+123+240=475 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.58% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 240 (94.14% from 255 or 50.53% from 475); Max value from RGB is 240 - color contains mainly: blue. Hex color #707BF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707BF0 is #8F840F. Grayscale: #848484. Windows color (decimal): -9405456 or 15760240. OLE color: 15760240.
HSL color Cylindrical-coordinate representation of color #707BF0: hue angle of 234.84º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #707BF0 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 123 | 240 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.06 |
| HSL | 234.84º | 0.81% | 0.69% | - |
| HSV(B) | 234.84º | 0.53% | 0.94% | - |
| XYZ | 29.49 | 23.9 | 85.5 | - |
| YUV | 133.05 | 188.36 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 240 | 0.53 | 0.49 | 0 | 0.06 | 234.84 | 0.81 | 0.69 |
| Hex | 70 | 7B | F0 | 35 | 31 | 0 | 6 | EB | 51 | 45 |
| Octal | 160 | 173 | 360 | 65 | 61 | 0 | 6 | 353 | 121 | 105 |
| Binary | 1110000 | 1111011 | 11110000 | 110101 | 110001 | 0 | 110 | 11101011 | 1010001 | 1000101 |
Color Harmonies of #707BF0
Complementary color
Monochromatic Colors of #707BF0
Black with #707BF0
Text Example
Text Example
White with #707BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707BF0; }
p { color: rgb(112,123,240); }
H1.HeaderClassName
{
color: #707BF0;
}
.AnyTagClassName
{
color: #707BF0;
}
</style>
background-color css
<style>
a { background-color: #707BF0; }
a { background-color: rgb(112,123,240); }
div.DivClassName
{
background-color: #707BF0;
}
.BgClassName
{
background-color: #707BF0;
}
</style>
border-color css
<style>
span { border-color: #707BF0; }
span { border-color: rgb(112,123,240); }
td.TdClassName
{
border-color: #707BF0;
}
.TagClassName
{
border-color: #707BF0;
}
</style>