Shades of Medium Slate Blue #7A79DE
Tints of Medium Slate Blue #7A79DE
RGB
CMYK
RGB Variations
Color information
#7A79DE (or 0x7A79DE) is known color: Medium Slate Blue. HEX triplet: 7A, 79 and DE. RGB value is (122,121,222). Sum of RGB (Red+Green+Blue) = 122+121+222=465 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.24% from 465); Green value is 121 (47.66% from 255 or 26.02% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #7A79DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A79DE is #858621. Grayscale: #848484. Windows color (decimal): -8750626 or 14580090. OLE color: 14580090.
HSL color Cylindrical-coordinate representation of color #7A79DE: hue angle of 240.59º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A79DE is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 122 | 121 | 222 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.13 |
| HSL | 240.59º | 0.6% | 0.67% | - |
| HSV(B) | 240.59º | 0.45% | 0.87% | - |
| XYZ | 28.05 | 23.09 | 72.09 | - |
| YUV | 132.81 | 178.33 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 222 | 0.45 | 0.45 | 0 | 0.13 | 240.59 | 0.6 | 0.67 |
| Hex | 7A | 79 | DE | 2D | 2D | 0 | D | F1 | 3C | 43 |
| Octal | 172 | 171 | 336 | 55 | 55 | 0 | 15 | 361 | 74 | 103 |
| Binary | 1111010 | 1111001 | 11011110 | 101101 | 101101 | 0 | 1101 | 11110001 | 111100 | 1000011 |
Color Harmonies of #7A79DE
Complementary color
Monochromatic Colors of #7A79DE
Black with #7A79DE
Text Example
Text Example
White with #7A79DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A79DE; }
p { color: rgb(122,121,222); }
H1.HeaderClassName
{
color: #7A79DE;
}
.AnyTagClassName
{
color: #7A79DE;
}
</style>
background-color css
<style>
a { background-color: #7A79DE; }
a { background-color: rgb(122,121,222); }
div.DivClassName
{
background-color: #7A79DE;
}
.BgClassName
{
background-color: #7A79DE;
}
</style>
border-color css
<style>
span { border-color: #7A79DE; }
span { border-color: rgb(122,121,222); }
td.TdClassName
{
border-color: #7A79DE;
}
.TagClassName
{
border-color: #7A79DE;
}
</style>