Shades of Medium Slate Blue #7A79DF
Tints of Medium Slate Blue #7A79DF
RGB
CMYK
RGB Variations
Color information
#7A79DF (or 0x7A79DF) is known color: Medium Slate Blue. HEX triplet: 7A, 79 and DF. RGB value is (122,121,223). Sum of RGB (Red+Green+Blue) = 122+121+223=466 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.18% from 466); Green value is 121 (47.66% from 255 or 25.97% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #7A79DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A79DF is #858620. Grayscale: #848484. Windows color (decimal): -8750625 or 14645626. OLE color: 14645626.
HSL color Cylindrical-coordinate representation of color #7A79DF: hue angle of 240.59º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A79DF is Cyan = 0.45, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 121 | 223 | - |
| CMYK | 0.45 | 0.46 | 0 | 0.13 |
| HSL | 240.59º | 0.61% | 0.67% | - |
| HSV(B) | 240.59º | 0.46% | 0.87% | - |
| XYZ | 28.18 | 23.14 | 72.79 | - |
| YUV | 132.93 | 178.83 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 223 | 0.45 | 0.46 | 0 | 0.13 | 240.59 | 0.61 | 0.67 |
| Hex | 7A | 79 | DF | 2D | 2E | 0 | D | F1 | 3D | 43 |
| Octal | 172 | 171 | 337 | 55 | 56 | 0 | 15 | 361 | 75 | 103 |
| Binary | 1111010 | 1111001 | 11011111 | 101101 | 101110 | 0 | 1101 | 11110001 | 111101 | 1000011 |
Color Harmonies of #7A79DF
Complementary color
Monochromatic Colors of #7A79DF
Black with #7A79DF
Text Example
Text Example
White with #7A79DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A79DF; }
p { color: rgb(122,121,223); }
H1.HeaderClassName
{
color: #7A79DF;
}
.AnyTagClassName
{
color: #7A79DF;
}
</style>
background-color css
<style>
a { background-color: #7A79DF; }
a { background-color: rgb(122,121,223); }
div.DivClassName
{
background-color: #7A79DF;
}
.BgClassName
{
background-color: #7A79DF;
}
</style>
border-color css
<style>
span { border-color: #7A79DF; }
span { border-color: rgb(122,121,223); }
td.TdClassName
{
border-color: #7A79DF;
}
.TagClassName
{
border-color: #7A79DF;
}
</style>