Shades of Medium Slate Blue #7A66EC
Tints of Medium Slate Blue #7A66EC
RGB
CMYK
RGB Variations
Color information
#7A66EC (or 0x7A66EC) is known color: Medium Slate Blue. HEX triplet: 7A, 66 and EC. RGB value is (122,102,236). Sum of RGB (Red+Green+Blue) = 122+102+236=460 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.52% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 236 (92.58% from 255 or 51.30% from 460); Max value from RGB is 236 - color contains mainly: blue. Hex color #7A66EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A66EC is #859913. Grayscale: #7A7A7A. Windows color (decimal): -8755476 or 15492730. OLE color: 15492730.
HSL color Cylindrical-coordinate representation of color #7A66EC: hue angle of 248.96º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A66EC is Cyan = 0.48, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 122 | 102 | 236 | - |
| CMYK | 0.48 | 0.57 | 0 | 0.07 |
| HSL | 248.96º | 0.78% | 0.66% | - |
| HSV(B) | 248.96º | 0.57% | 0.93% | - |
| XYZ | 27.92 | 19.7 | 81.69 | - |
| YUV | 123.26 | 191.63 | 127.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 236 | 0.48 | 0.57 | 0 | 0.07 | 248.96 | 0.78 | 0.66 |
| Hex | 7A | 66 | EC | 30 | 39 | 0 | 7 | F9 | 4E | 42 |
| Octal | 172 | 146 | 354 | 60 | 71 | 0 | 7 | 371 | 116 | 102 |
| Binary | 1111010 | 1100110 | 11101100 | 110000 | 111001 | 0 | 111 | 11111001 | 1001110 | 1000010 |
Color Harmonies of #7A66EC
Complementary color
Monochromatic Colors of #7A66EC
Black with #7A66EC
Text Example
Text Example
White with #7A66EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A66EC; }
p { color: rgb(122,102,236); }
H1.HeaderClassName
{
color: #7A66EC;
}
.AnyTagClassName
{
color: #7A66EC;
}
</style>
background-color css
<style>
a { background-color: #7A66EC; }
a { background-color: rgb(122,102,236); }
div.DivClassName
{
background-color: #7A66EC;
}
.BgClassName
{
background-color: #7A66EC;
}
</style>
border-color css
<style>
span { border-color: #7A66EC; }
span { border-color: rgb(122,102,236); }
td.TdClassName
{
border-color: #7A66EC;
}
.TagClassName
{
border-color: #7A66EC;
}
</style>