Shades of Medium Slate Blue #707BEF
Tints of Medium Slate Blue #707BEF
RGB
CMYK
RGB Variations
Color information
#707BEF (or 0x707BEF) is known color: Medium Slate Blue. HEX triplet: 70, 7B and EF. RGB value is (112,123,239). Sum of RGB (Red+Green+Blue) = 112+123+239=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 123 (48.44% from 255 or 25.95% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #707BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707BEF is #8F8410. Grayscale: #848484. Windows color (decimal): -9405457 or 15694704. OLE color: 15694704.
HSL color Cylindrical-coordinate representation of color #707BEF: hue angle of 234.8º degrees, saturation: 0.8, 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 #707BEF is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 123 | 239 | - |
| CMYK | 0.53 | 0.49 | 0 | 0.06 |
| HSL | 234.8º | 0.8% | 0.69% | - |
| HSV(B) | 234.8º | 0.53% | 0.94% | - |
| XYZ | 29.35 | 23.84 | 84.72 | - |
| YUV | 132.94 | 187.86 | 113.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 239 | 0.53 | 0.49 | 0 | 0.06 | 234.8 | 0.8 | 0.69 |
| Hex | 70 | 7B | EF | 35 | 31 | 0 | 6 | EB | 50 | 45 |
| Octal | 160 | 173 | 357 | 65 | 61 | 0 | 6 | 353 | 120 | 105 |
| Binary | 1110000 | 1111011 | 11101111 | 110101 | 110001 | 0 | 110 | 11101011 | 1010000 | 1000101 |
Color Harmonies of #707BEF
Complementary color
Monochromatic Colors of #707BEF
Black with #707BEF
Text Example
Text Example
White with #707BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707BEF; }
p { color: rgb(112,123,239); }
H1.HeaderClassName
{
color: #707BEF;
}
.AnyTagClassName
{
color: #707BEF;
}
</style>
background-color css
<style>
a { background-color: #707BEF; }
a { background-color: rgb(112,123,239); }
div.DivClassName
{
background-color: #707BEF;
}
.BgClassName
{
background-color: #707BEF;
}
</style>
border-color css
<style>
span { border-color: #707BEF; }
span { border-color: rgb(112,123,239); }
td.TdClassName
{
border-color: #707BEF;
}
.TagClassName
{
border-color: #707BEF;
}
</style>