Shades of Medium Slate Blue #7A66EA
Tints of Medium Slate Blue #7A66EA
RGB
CMYK
RGB Variations
Color information
#7A66EA (or 0x7A66EA) is known color: Medium Slate Blue. HEX triplet: 7A, 66 and EA. RGB value is (122,102,234). Sum of RGB (Red+Green+Blue) = 122+102+234=458 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.64% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #7A66EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A66EA is #859915. Grayscale: #7A7A7A. Windows color (decimal): -8755478 or 15361658. OLE color: 15361658.
HSL color Cylindrical-coordinate representation of color #7A66EA: hue angle of 249.09º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A66EA is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 122 | 102 | 234 | - |
| CMYK | 0.48 | 0.56 | 0 | 0.08 |
| HSL | 249.09º | 0.76% | 0.66% | - |
| HSV(B) | 249.09º | 0.56% | 0.92% | - |
| XYZ | 27.63 | 19.58 | 80.17 | - |
| YUV | 123.03 | 190.63 | 127.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 234 | 0.48 | 0.56 | 0 | 0.08 | 249.09 | 0.76 | 0.66 |
| Hex | 7A | 66 | EA | 30 | 38 | 0 | 8 | F9 | 4C | 42 |
| Octal | 172 | 146 | 352 | 60 | 70 | 0 | 10 | 371 | 114 | 102 |
| Binary | 1111010 | 1100110 | 11101010 | 110000 | 111000 | 0 | 1000 | 11111001 | 1001100 | 1000010 |
Color Harmonies of #7A66EA
Complementary color
Monochromatic Colors of #7A66EA
Black with #7A66EA
Text Example
Text Example
White with #7A66EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A66EA; }
p { color: rgb(122,102,234); }
H1.HeaderClassName
{
color: #7A66EA;
}
.AnyTagClassName
{
color: #7A66EA;
}
</style>
background-color css
<style>
a { background-color: #7A66EA; }
a { background-color: rgb(122,102,234); }
div.DivClassName
{
background-color: #7A66EA;
}
.BgClassName
{
background-color: #7A66EA;
}
</style>
border-color css
<style>
span { border-color: #7A66EA; }
span { border-color: rgb(122,102,234); }
td.TdClassName
{
border-color: #7A66EA;
}
.TagClassName
{
border-color: #7A66EA;
}
</style>