Shades of Medium Slate Blue #7A61EE
Tints of Medium Slate Blue #7A61EE
RGB
CMYK
RGB Variations
Color information
#7A61EE (or 0x7A61EE) is known color: Medium Slate Blue. HEX triplet: 7A, 61 and EE. RGB value is (122,97,238). Sum of RGB (Red+Green+Blue) = 122+97+238=457 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.70% from 457); Green value is 97 (38.28% from 255 or 21.23% from 457); Blue value is 238 (93.36% from 255 or 52.08% from 457); Max value from RGB is 238 - color contains mainly: blue. Hex color #7A61EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A61EE is #859E11. Grayscale: #787878. Windows color (decimal): -8756754 or 15622522. OLE color: 15622522.
HSL color Cylindrical-coordinate representation of color #7A61EE: hue angle of 250.64º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A61EE is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 97 | 238 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.07 |
| HSL | 250.64º | 0.81% | 0.66% | - |
| HSV(B) | 250.64º | 0.59% | 0.93% | - |
| XYZ | 27.73 | 18.86 | 83.07 | - |
| YUV | 120.55 | 194.28 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 97 | 238 | 0.49 | 0.59 | 0 | 0.07 | 250.64 | 0.81 | 0.66 |
| Hex | 7A | 61 | EE | 31 | 3B | 0 | 7 | FB | 51 | 42 |
| Octal | 172 | 141 | 356 | 61 | 73 | 0 | 7 | 373 | 121 | 102 |
| Binary | 1111010 | 1100001 | 11101110 | 110001 | 111011 | 0 | 111 | 11111011 | 1010001 | 1000010 |
Color Harmonies of #7A61EE
Complementary color
Monochromatic Colors of #7A61EE
Black with #7A61EE
Text Example
Text Example
White with #7A61EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A61EE; }
p { color: rgb(122,97,238); }
H1.HeaderClassName
{
color: #7A61EE;
}
.AnyTagClassName
{
color: #7A61EE;
}
</style>
background-color css
<style>
a { background-color: #7A61EE; }
a { background-color: rgb(122,97,238); }
div.DivClassName
{
background-color: #7A61EE;
}
.BgClassName
{
background-color: #7A61EE;
}
</style>
border-color css
<style>
span { border-color: #7A61EE; }
span { border-color: rgb(122,97,238); }
td.TdClassName
{
border-color: #7A61EE;
}
.TagClassName
{
border-color: #7A61EE;
}
</style>