Shades of Medium Slate Blue #707BF3
Tints of Medium Slate Blue #707BF3
RGB
CMYK
RGB Variations
Color information
#707BF3 (or 0x707BF3) is known color: Medium Slate Blue. HEX triplet: 70, 7B and F3. RGB value is (112,123,243). Sum of RGB (Red+Green+Blue) = 112+123+243=478 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.43% from 478); Green value is 123 (48.44% from 255 or 25.73% from 478); Blue value is 243 (95.31% from 255 or 50.84% from 478); Max value from RGB is 243 - color contains mainly: blue. Hex color #707BF3 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707BF3 is #8F840C. Grayscale: #848484. Windows color (decimal): -9405453 or 15956848. OLE color: 15956848.
HSL color Cylindrical-coordinate representation of color #707BF3: hue angle of 234.96º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #707BF3 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 112 | 123 | 243 | - |
| CMYK | 0.54 | 0.49 | 0 | 0.05 |
| HSL | 234.96º | 0.85% | 0.7% | - |
| HSV(B) | 234.96º | 0.54% | 0.95% | - |
| XYZ | 29.94 | 24.08 | 87.86 | - |
| YUV | 133.39 | 189.86 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 243 | 0.54 | 0.49 | 0 | 0.05 | 234.96 | 0.85 | 0.7 |
| Hex | 70 | 7B | F3 | 36 | 31 | 0 | 5 | EB | 55 | 46 |
| Octal | 160 | 173 | 363 | 66 | 61 | 0 | 5 | 353 | 125 | 106 |
| Binary | 1110000 | 1111011 | 11110011 | 110110 | 110001 | 0 | 101 | 11101011 | 1010101 | 1000110 |
Color Harmonies of #707BF3
Complementary color
Monochromatic Colors of #707BF3
Black with #707BF3
Text Example
Text Example
White with #707BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707BF3; }
p { color: rgb(112,123,243); }
H1.HeaderClassName
{
color: #707BF3;
}
.AnyTagClassName
{
color: #707BF3;
}
</style>
background-color css
<style>
a { background-color: #707BF3; }
a { background-color: rgb(112,123,243); }
div.DivClassName
{
background-color: #707BF3;
}
.BgClassName
{
background-color: #707BF3;
}
</style>
border-color css
<style>
span { border-color: #707BF3; }
span { border-color: rgb(112,123,243); }
td.TdClassName
{
border-color: #707BF3;
}
.TagClassName
{
border-color: #707BF3;
}
</style>