Shades of Medium Slate Blue #7078EF
Tints of Medium Slate Blue #7078EF
RGB
CMYK
RGB Variations
Color information
#7078EF (or 0x7078EF) is known color: Medium Slate Blue. HEX triplet: 70, 78 and EF. RGB value is (112,120,239). Sum of RGB (Red+Green+Blue) = 112+120+239=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 120 (47.27% from 255 or 25.48% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #7078EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7078EF is #8F8710. Grayscale: #828282. Windows color (decimal): -9406225 or 15693936. OLE color: 15693936.
HSL color Cylindrical-coordinate representation of color #7078EF: hue angle of 236.22º 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 #7078EF is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 120 | 239 | - |
| CMYK | 0.53 | 0.50 | 0 | 0.06 |
| HSL | 236.22º | 0.8% | 0.69% | - |
| HSV(B) | 236.22º | 0.53% | 0.94% | - |
| XYZ | 28.98 | 23.11 | 84.59 | - |
| YUV | 131.17 | 188.85 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 120 | 239 | 0.53 | 0.50 | 0 | 0.06 | 236.22 | 0.8 | 0.69 |
| Hex | 70 | 78 | EF | 35 | 32 | 0 | 6 | EC | 50 | 45 |
| Octal | 160 | 170 | 357 | 65 | 62 | 0 | 6 | 354 | 120 | 105 |
| Binary | 1110000 | 1111000 | 11101111 | 110101 | 110010 | 0 | 110 | 11101100 | 1010000 | 1000101 |
Color Harmonies of #7078EF
Complementary color
Monochromatic Colors of #7078EF
Black with #7078EF
Text Example
Text Example
White with #7078EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7078EF; }
p { color: rgb(112,120,239); }
H1.HeaderClassName
{
color: #7078EF;
}
.AnyTagClassName
{
color: #7078EF;
}
</style>
background-color css
<style>
a { background-color: #7078EF; }
a { background-color: rgb(112,120,239); }
div.DivClassName
{
background-color: #7078EF;
}
.BgClassName
{
background-color: #7078EF;
}
</style>
border-color css
<style>
span { border-color: #7078EF; }
span { border-color: rgb(112,120,239); }
td.TdClassName
{
border-color: #7078EF;
}
.TagClassName
{
border-color: #7078EF;
}
</style>