Shades of Medium Slate Blue #707EEF
Tints of Medium Slate Blue #707EEF
RGB
CMYK
RGB Variations
Color information
#707EEF (or 0x707EEF) is known color: Medium Slate Blue. HEX triplet: 70, 7E and EF. RGB value is (112,126,239). Sum of RGB (Red+Green+Blue) = 112+126+239=477 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.48% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #707EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707EEF is #8F8110. Grayscale: #868686. Windows color (decimal): -9404689 or 15695472. OLE color: 15695472.
HSL color Cylindrical-coordinate representation of color #707EEF: hue angle of 233.39º 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 #707EEF is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 126 | 239 | - |
| CMYK | 0.53 | 0.47 | 0 | 0.06 |
| HSL | 233.39º | 0.8% | 0.69% | - |
| HSV(B) | 233.39º | 0.53% | 0.94% | - |
| XYZ | 29.72 | 24.6 | 84.84 | - |
| YUV | 134.7 | 186.86 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 239 | 0.53 | 0.47 | 0 | 0.06 | 233.39 | 0.8 | 0.69 |
| Hex | 70 | 7E | EF | 35 | 2F | 0 | 6 | E9 | 50 | 45 |
| Octal | 160 | 176 | 357 | 65 | 57 | 0 | 6 | 351 | 120 | 105 |
| Binary | 1110000 | 1111110 | 11101111 | 110101 | 101111 | 0 | 110 | 11101001 | 1010000 | 1000101 |
Color Harmonies of #707EEF
Complementary color
Monochromatic Colors of #707EEF
Black with #707EEF
Text Example
Text Example
White with #707EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707EEF; }
p { color: rgb(112,126,239); }
H1.HeaderClassName
{
color: #707EEF;
}
.AnyTagClassName
{
color: #707EEF;
}
</style>
background-color css
<style>
a { background-color: #707EEF; }
a { background-color: rgb(112,126,239); }
div.DivClassName
{
background-color: #707EEF;
}
.BgClassName
{
background-color: #707EEF;
}
</style>
border-color css
<style>
span { border-color: #707EEF; }
span { border-color: rgb(112,126,239); }
td.TdClassName
{
border-color: #707EEF;
}
.TagClassName
{
border-color: #707EEF;
}
</style>