Shades of Medium Slate Blue #707AF7
Tints of Medium Slate Blue #707AF7
RGB
CMYK
RGB Variations
Color information
#707AF7 (or 0x707AF7) is known color: Medium Slate Blue. HEX triplet: 70, 7A and F7. RGB value is (112,122,247). Sum of RGB (Red+Green+Blue) = 112+122+247=481 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.28% from 481); Green value is 122 (48.05% from 255 or 25.36% from 481); Blue value is 247 (96.88% from 255 or 51.35% from 481); Max value from RGB is 247 - color contains mainly: blue. Hex color #707AF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707AF7 is #8F8508. Grayscale: #848484. Windows color (decimal): -9405705 or 16218736. OLE color: 16218736.
HSL color Cylindrical-coordinate representation of color #707AF7: hue angle of 235.56º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #707AF7 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 112 | 122 | 247 | - |
| CMYK | 0.55 | 0.51 | 0 | 0.03 |
| HSL | 235.56º | 0.89% | 0.7% | - |
| HSV(B) | 235.56º | 0.55% | 0.97% | - |
| XYZ | 30.43 | 24.08 | 91.04 | - |
| YUV | 133.26 | 192.19 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 122 | 247 | 0.55 | 0.51 | 0 | 0.03 | 235.56 | 0.89 | 0.7 |
| Hex | 70 | 7A | F7 | 37 | 33 | 0 | 3 | EC | 59 | 46 |
| Octal | 160 | 172 | 367 | 67 | 63 | 0 | 3 | 354 | 131 | 106 |
| Binary | 1110000 | 1111010 | 11110111 | 110111 | 110011 | 0 | 11 | 11101100 | 1011001 | 1000110 |
Color Harmonies of #707AF7
Complementary color
Monochromatic Colors of #707AF7
Black with #707AF7
Text Example
Text Example
White with #707AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707AF7; }
p { color: rgb(112,122,247); }
H1.HeaderClassName
{
color: #707AF7;
}
.AnyTagClassName
{
color: #707AF7;
}
</style>
background-color css
<style>
a { background-color: #707AF7; }
a { background-color: rgb(112,122,247); }
div.DivClassName
{
background-color: #707AF7;
}
.BgClassName
{
background-color: #707AF7;
}
</style>
border-color css
<style>
span { border-color: #707AF7; }
span { border-color: rgb(112,122,247); }
td.TdClassName
{
border-color: #707AF7;
}
.TagClassName
{
border-color: #707AF7;
}
</style>