Shades of Medium Slate Blue #7079E7
Tints of Medium Slate Blue #7079E7
RGB
CMYK
RGB Variations
Color information
#7079E7 (or 0x7079E7) is known color: Medium Slate Blue. HEX triplet: 70, 79 and E7. RGB value is (112,121,231). Sum of RGB (Red+Green+Blue) = 112+121+231=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 121 (47.66% from 255 or 26.08% from 464); Blue value is 231 (90.62% from 255 or 49.78% from 464); Max value from RGB is 231 - color contains mainly: blue. Hex color #7079E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7079E7 is #8F8618. Grayscale: #828282. Windows color (decimal): -9405977 or 15169904. OLE color: 15169904.
HSL color Cylindrical-coordinate representation of color #7079E7: hue angle of 235.46º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7079E7 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 121 | 231 | - |
| CMYK | 0.52 | 0.48 | 0 | 0.09 |
| HSL | 235.46º | 0.71% | 0.67% | - |
| HSV(B) | 235.46º | 0.52% | 0.91% | - |
| XYZ | 27.94 | 22.89 | 78.55 | - |
| YUV | 130.85 | 184.52 | 114.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 231 | 0.52 | 0.48 | 0 | 0.09 | 235.46 | 0.71 | 0.67 |
| Hex | 70 | 79 | E7 | 34 | 30 | 0 | 9 | EB | 47 | 43 |
| Octal | 160 | 171 | 347 | 64 | 60 | 0 | 11 | 353 | 107 | 103 |
| Binary | 1110000 | 1111001 | 11100111 | 110100 | 110000 | 0 | 1001 | 11101011 | 1000111 | 1000011 |
Color Harmonies of #7079E7
Complementary color
Monochromatic Colors of #7079E7
Black with #7079E7
Text Example
Text Example
White with #7079E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7079E7; }
p { color: rgb(112,121,231); }
H1.HeaderClassName
{
color: #7079E7;
}
.AnyTagClassName
{
color: #7079E7;
}
</style>
background-color css
<style>
a { background-color: #7079E7; }
a { background-color: rgb(112,121,231); }
div.DivClassName
{
background-color: #7079E7;
}
.BgClassName
{
background-color: #7079E7;
}
</style>
border-color css
<style>
span { border-color: #7079E7; }
span { border-color: rgb(112,121,231); }
td.TdClassName
{
border-color: #7079E7;
}
.TagClassName
{
border-color: #7079E7;
}
</style>