Shades of Medium Slate Blue #7A69EC
Tints of Medium Slate Blue #7A69EC
RGB
CMYK
RGB Variations
Color information
#7A69EC (or 0x7A69EC) is known color: Medium Slate Blue. HEX triplet: 7A, 69 and EC. RGB value is (122,105,236). Sum of RGB (Red+Green+Blue) = 122+105+236=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 236 (92.58% from 255 or 50.97% from 463); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A69EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A69EC is #859613. Grayscale: #7C7C7C. Windows color (decimal): -8754708 or 15493498. OLE color: 15493498.
HSL color Cylindrical-coordinate representation of color #7A69EC: hue angle of 247.79º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A69EC is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 105 | 236 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.07 |
| HSL | 247.79º | 0.78% | 0.67% | - |
| HSV(B) | 247.79º | 0.56% | 0.93% | - |
| XYZ | 28.22 | 20.3 | 81.79 | - |
| YUV | 125.02 | 190.63 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 105 | 236 | 0.48 | 0.56 | 0 | 0.07 | 247.79 | 0.78 | 0.67 |
| Hex | 7A | 69 | EC | 30 | 38 | 0 | 7 | F8 | 4E | 43 |
| Octal | 172 | 151 | 354 | 60 | 70 | 0 | 7 | 370 | 116 | 103 |
| Binary | 1111010 | 1101001 | 11101100 | 110000 | 111000 | 0 | 111 | 11111000 | 1001110 | 1000011 |
Color Harmonies of #7A69EC
Complementary color
Monochromatic Colors of #7A69EC
Black with #7A69EC
Text Example
Text Example
White with #7A69EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A69EC; }
p { color: rgb(122,105,236); }
H1.HeaderClassName
{
color: #7A69EC;
}
.AnyTagClassName
{
color: #7A69EC;
}
</style>
background-color css
<style>
a { background-color: #7A69EC; }
a { background-color: rgb(122,105,236); }
div.DivClassName
{
background-color: #7A69EC;
}
.BgClassName
{
background-color: #7A69EC;
}
</style>
border-color css
<style>
span { border-color: #7A69EC; }
span { border-color: rgb(122,105,236); }
td.TdClassName
{
border-color: #7A69EC;
}
.TagClassName
{
border-color: #7A69EC;
}
</style>