Shades of Medium Slate Blue #7A65F0
Tints of Medium Slate Blue #7A65F0
RGB
CMYK
RGB Variations
Color information
#7A65F0 (or 0x7A65F0) is known color: Medium Slate Blue. HEX triplet: 7A, 65 and F0. RGB value is (122,101,240). Sum of RGB (Red+Green+Blue) = 122+101+240=463 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.35% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 240 (94.14% from 255 or 51.84% from 463); Max value from RGB is 240 - color contains mainly: blue. Hex color #7A65F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A65F0 is #859A0F. Grayscale: #7A7A7A. Windows color (decimal): -8755728 or 15754618. OLE color: 15754618.
HSL color Cylindrical-coordinate representation of color #7A65F0: hue angle of 249.06º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A65F0 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 122 | 101 | 240 | - |
| CMYK | 0.49 | 0.58 | 0 | 0.06 |
| HSL | 249.06º | 0.82% | 0.67% | - |
| HSV(B) | 249.06º | 0.58% | 0.94% | - |
| XYZ | 28.41 | 19.74 | 84.75 | - |
| YUV | 123.13 | 193.96 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 101 | 240 | 0.49 | 0.58 | 0 | 0.06 | 249.06 | 0.82 | 0.67 |
| Hex | 7A | 65 | F0 | 31 | 3A | 0 | 6 | F9 | 52 | 43 |
| Octal | 172 | 145 | 360 | 61 | 72 | 0 | 6 | 371 | 122 | 103 |
| Binary | 1111010 | 1100101 | 11110000 | 110001 | 111010 | 0 | 110 | 11111001 | 1010010 | 1000011 |
Color Harmonies of #7A65F0
Complementary color
Monochromatic Colors of #7A65F0
Black with #7A65F0
Text Example
Text Example
White with #7A65F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A65F0; }
p { color: rgb(122,101,240); }
H1.HeaderClassName
{
color: #7A65F0;
}
.AnyTagClassName
{
color: #7A65F0;
}
</style>
background-color css
<style>
a { background-color: #7A65F0; }
a { background-color: rgb(122,101,240); }
div.DivClassName
{
background-color: #7A65F0;
}
.BgClassName
{
background-color: #7A65F0;
}
</style>
border-color css
<style>
span { border-color: #7A65F0; }
span { border-color: rgb(122,101,240); }
td.TdClassName
{
border-color: #7A65F0;
}
.TagClassName
{
border-color: #7A65F0;
}
</style>