Shades of Medium Slate Blue #7A66F0
Tints of Medium Slate Blue #7A66F0
RGB
CMYK
RGB Variations
Color information
#7A66F0 (or 0x7A66F0) is known color: Medium Slate Blue. HEX triplet: 7A, 66 and F0. RGB value is (122,102,240). Sum of RGB (Red+Green+Blue) = 122+102+240=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 240 (94.14% from 255 or 51.72% from 464); Max value from RGB is 240 - color contains mainly: blue. Hex color #7A66F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A66F0 is #85990F. Grayscale: #7B7B7B. Windows color (decimal): -8755472 or 15754874. OLE color: 15754874.
HSL color Cylindrical-coordinate representation of color #7A66F0: hue angle of 248.7º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7A66F0 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 102 | 240 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.06 |
| HSL | 248.7º | 0.82% | 0.67% | - |
| HSV(B) | 248.7º | 0.58% | 0.94% | - |
| XYZ | 28.51 | 19.93 | 84.78 | - |
| YUV | 123.71 | 193.63 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 240 | 0.49 | 0.58 | 0 | 0.06 | 248.7 | 0.82 | 0.67 |
| Hex | 7A | 66 | F0 | 31 | 3A | 0 | 6 | F9 | 52 | 43 |
| Octal | 172 | 146 | 360 | 61 | 72 | 0 | 6 | 371 | 122 | 103 |
| Binary | 1111010 | 1100110 | 11110000 | 110001 | 111010 | 0 | 110 | 11111001 | 1010010 | 1000011 |
Color Harmonies of #7A66F0
Complementary color
Monochromatic Colors of #7A66F0
Black with #7A66F0
Text Example
Text Example
White with #7A66F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A66F0; }
p { color: rgb(122,102,240); }
H1.HeaderClassName
{
color: #7A66F0;
}
.AnyTagClassName
{
color: #7A66F0;
}
</style>
background-color css
<style>
a { background-color: #7A66F0; }
a { background-color: rgb(122,102,240); }
div.DivClassName
{
background-color: #7A66F0;
}
.BgClassName
{
background-color: #7A66F0;
}
</style>
border-color css
<style>
span { border-color: #7A66F0; }
span { border-color: rgb(122,102,240); }
td.TdClassName
{
border-color: #7A66F0;
}
.TagClassName
{
border-color: #7A66F0;
}
</style>