Shades of Medium Slate Blue #7A79E0
Tints of Medium Slate Blue #7A79E0
RGB
CMYK
RGB Variations
Color information
#7A79E0 (or 0x7A79E0) is known color: Medium Slate Blue. HEX triplet: 7A, 79 and E0. RGB value is (122,121,224). Sum of RGB (Red+Green+Blue) = 122+121+224=467 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.12% from 467); Green value is 121 (47.66% from 255 or 25.91% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #7A79E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A79E0 is #85861F. Grayscale: #848484. Windows color (decimal): -8750624 or 14711162. OLE color: 14711162.
HSL color Cylindrical-coordinate representation of color #7A79E0: hue angle of 240.58º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A79E0 is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 122 | 121 | 224 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.12 |
| HSL | 240.58º | 0.62% | 0.68% | - |
| HSV(B) | 240.58º | 0.46% | 0.88% | - |
| XYZ | 28.32 | 23.19 | 73.51 | - |
| YUV | 133.04 | 179.33 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 121 | 224 | 0.46 | 0.46 | 0 | 0.12 | 240.58 | 0.62 | 0.68 |
| Hex | 7A | 79 | E0 | 2E | 2E | 0 | C | F1 | 3E | 44 |
| Octal | 172 | 171 | 340 | 56 | 56 | 0 | 14 | 361 | 76 | 104 |
| Binary | 1111010 | 1111001 | 11100000 | 101110 | 101110 | 0 | 1100 | 11110001 | 111110 | 1000100 |
Color Harmonies of #7A79E0
Complementary color
Monochromatic Colors of #7A79E0
Black with #7A79E0
Text Example
Text Example
White with #7A79E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A79E0; }
p { color: rgb(122,121,224); }
H1.HeaderClassName
{
color: #7A79E0;
}
.AnyTagClassName
{
color: #7A79E0;
}
</style>
background-color css
<style>
a { background-color: #7A79E0; }
a { background-color: rgb(122,121,224); }
div.DivClassName
{
background-color: #7A79E0;
}
.BgClassName
{
background-color: #7A79E0;
}
</style>
border-color css
<style>
span { border-color: #7A79E0; }
span { border-color: rgb(122,121,224); }
td.TdClassName
{
border-color: #7A79E0;
}
.TagClassName
{
border-color: #7A79E0;
}
</style>