Shades of Medium Slate Blue #7079DD
Tints of Medium Slate Blue #7079DD
RGB
CMYK
RGB Variations
Color information
#7079DD (or 0x7079DD) is known color: Medium Slate Blue. HEX triplet: 70, 79 and DD. RGB value is (112,121,221). Sum of RGB (Red+Green+Blue) = 112+121+221=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 121 (47.66% from 255 or 26.65% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #7079DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7079DD is #8F8622. Grayscale: #818181. Windows color (decimal): -9405987 or 14514544. OLE color: 14514544.
HSL color Cylindrical-coordinate representation of color #7079DD: hue angle of 235.05º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7079DD is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 121 | 221 | - |
| CMYK | 0.49 | 0.45 | 0 | 0.13 |
| HSL | 235.05º | 0.62% | 0.65% | - |
| HSV(B) | 235.05º | 0.49% | 0.87% | - |
| XYZ | 26.57 | 22.34 | 71.32 | - |
| YUV | 129.71 | 179.52 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 121 | 221 | 0.49 | 0.45 | 0 | 0.13 | 235.05 | 0.62 | 0.65 |
| Hex | 70 | 79 | DD | 31 | 2D | 0 | D | EB | 3E | 41 |
| Octal | 160 | 171 | 335 | 61 | 55 | 0 | 15 | 353 | 76 | 101 |
| Binary | 1110000 | 1111001 | 11011101 | 110001 | 101101 | 0 | 1101 | 11101011 | 111110 | 1000001 |
Color Harmonies of #7079DD
Complementary color
Monochromatic Colors of #7079DD
Black with #7079DD
Text Example
Text Example
White with #7079DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7079DD; }
p { color: rgb(112,121,221); }
H1.HeaderClassName
{
color: #7079DD;
}
.AnyTagClassName
{
color: #7079DD;
}
</style>
background-color css
<style>
a { background-color: #7079DD; }
a { background-color: rgb(112,121,221); }
div.DivClassName
{
background-color: #7079DD;
}
.BgClassName
{
background-color: #7079DD;
}
</style>
border-color css
<style>
span { border-color: #7079DD; }
span { border-color: rgb(112,121,221); }
td.TdClassName
{
border-color: #7079DD;
}
.TagClassName
{
border-color: #7079DD;
}
</style>