Shades of Medium Slate Blue #707BF5
Tints of Medium Slate Blue #707BF5
RGB
CMYK
RGB Variations
Color information
#707BF5 (or 0x707BF5) is known color: Medium Slate Blue. HEX triplet: 70, 7B and F5. RGB value is (112,123,245). Sum of RGB (Red+Green+Blue) = 112+123+245=480 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.33% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 245 (96.09% from 255 or 51.04% from 480); Max value from RGB is 245 - color contains mainly: blue. Hex color #707BF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707BF5 is #8F840A. Grayscale: #858585. Windows color (decimal): -9405451 or 16087920. OLE color: 16087920.
HSL color Cylindrical-coordinate representation of color #707BF5: hue angle of 235.04º degrees, saturation: 0.87, 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 #707BF5 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 112 | 123 | 245 | - |
| CMYK | 0.54 | 0.50 | 0 | 0.04 |
| HSL | 235.04º | 0.87% | 0.7% | - |
| HSV(B) | 235.04º | 0.54% | 0.96% | - |
| XYZ | 30.25 | 24.2 | 89.46 | - |
| YUV | 133.62 | 190.86 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 245 | 0.54 | 0.50 | 0 | 0.04 | 235.04 | 0.87 | 0.7 |
| Hex | 70 | 7B | F5 | 36 | 32 | 0 | 4 | EB | 57 | 46 |
| Octal | 160 | 173 | 365 | 66 | 62 | 0 | 4 | 353 | 127 | 106 |
| Binary | 1110000 | 1111011 | 11110101 | 110110 | 110010 | 0 | 100 | 11101011 | 1010111 | 1000110 |
Color Harmonies of #707BF5
Complementary color
Monochromatic Colors of #707BF5
Black with #707BF5
Text Example
Text Example
White with #707BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707BF5; }
p { color: rgb(112,123,245); }
H1.HeaderClassName
{
color: #707BF5;
}
.AnyTagClassName
{
color: #707BF5;
}
</style>
background-color css
<style>
a { background-color: #707BF5; }
a { background-color: rgb(112,123,245); }
div.DivClassName
{
background-color: #707BF5;
}
.BgClassName
{
background-color: #707BF5;
}
</style>
border-color css
<style>
span { border-color: #707BF5; }
span { border-color: rgb(112,123,245); }
td.TdClassName
{
border-color: #707BF5;
}
.TagClassName
{
border-color: #707BF5;
}
</style>