Shades of Medium Slate Blue #7079DF
Tints of Medium Slate Blue #7079DF
RGB
CMYK
RGB Variations
Color information
#7079DF (or 0x7079DF) is known color: Medium Slate Blue. HEX triplet: 70, 79 and DF. RGB value is (112,121,223). Sum of RGB (Red+Green+Blue) = 112+121+223=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 121 (47.66% from 255 or 26.54% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #7079DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7079DF is #8F8620. Grayscale: #818181. Windows color (decimal): -9405985 or 14645616. OLE color: 14645616.
HSL color Cylindrical-coordinate representation of color #7079DF: hue angle of 235.14º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7079DF is Cyan = 0.50, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 121 | 223 | - |
| CMYK | 0.50 | 0.46 | 0 | 0.13 |
| HSL | 235.14º | 0.63% | 0.66% | - |
| HSV(B) | 235.14º | 0.5% | 0.87% | - |
| XYZ | 26.84 | 22.45 | 72.73 | - |
| YUV | 129.94 | 180.52 | 115.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 223 | 0.50 | 0.46 | 0 | 0.13 | 235.14 | 0.63 | 0.66 |
| Hex | 70 | 79 | DF | 32 | 2E | 0 | D | EB | 3F | 42 |
| Octal | 160 | 171 | 337 | 62 | 56 | 0 | 15 | 353 | 77 | 102 |
| Binary | 1110000 | 1111001 | 11011111 | 110010 | 101110 | 0 | 1101 | 11101011 | 111111 | 1000010 |
Color Harmonies of #7079DF
Complementary color
Monochromatic Colors of #7079DF
Black with #7079DF
Text Example
Text Example
White with #7079DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7079DF; }
p { color: rgb(112,121,223); }
H1.HeaderClassName
{
color: #7079DF;
}
.AnyTagClassName
{
color: #7079DF;
}
</style>
background-color css
<style>
a { background-color: #7079DF; }
a { background-color: rgb(112,121,223); }
div.DivClassName
{
background-color: #7079DF;
}
.BgClassName
{
background-color: #7079DF;
}
</style>
border-color css
<style>
span { border-color: #7079DF; }
span { border-color: rgb(112,121,223); }
td.TdClassName
{
border-color: #7079DF;
}
.TagClassName
{
border-color: #7079DF;
}
</style>