Shades of Medium Slate Blue #707AF0
Tints of Medium Slate Blue #707AF0
RGB
CMYK
RGB Variations
Color information
#707AF0 (or 0x707AF0) is known color: Medium Slate Blue. HEX triplet: 70, 7A and F0. RGB value is (112,122,240). Sum of RGB (Red+Green+Blue) = 112+122+240=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #707AF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707AF0 is #8F850F. Grayscale: #838383. Windows color (decimal): -9405712 or 15759984. OLE color: 15759984.
HSL color Cylindrical-coordinate representation of color #707AF0: hue angle of 235.31º 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 #707AF0 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 122 | 240 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.06 |
| HSL | 235.31º | 0.81% | 0.69% | - |
| HSV(B) | 235.31º | 0.53% | 0.94% | - |
| XYZ | 29.37 | 23.66 | 85.46 | - |
| YUV | 132.46 | 188.69 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 240 | 0.53 | 0.49 | 0 | 0.06 | 235.31 | 0.81 | 0.69 |
| Hex | 70 | 7A | F0 | 35 | 31 | 0 | 6 | EB | 51 | 45 |
| Octal | 160 | 172 | 360 | 65 | 61 | 0 | 6 | 353 | 121 | 105 |
| Binary | 1110000 | 1111010 | 11110000 | 110101 | 110001 | 0 | 110 | 11101011 | 1010001 | 1000101 |
Color Harmonies of #707AF0
Complementary color
Monochromatic Colors of #707AF0
Black with #707AF0
Text Example
Text Example
White with #707AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707AF0; }
p { color: rgb(112,122,240); }
H1.HeaderClassName
{
color: #707AF0;
}
.AnyTagClassName
{
color: #707AF0;
}
</style>
background-color css
<style>
a { background-color: #707AF0; }
a { background-color: rgb(112,122,240); }
div.DivClassName
{
background-color: #707AF0;
}
.BgClassName
{
background-color: #707AF0;
}
</style>
border-color css
<style>
span { border-color: #707AF0; }
span { border-color: rgb(112,122,240); }
td.TdClassName
{
border-color: #707AF0;
}
.TagClassName
{
border-color: #707AF0;
}
</style>