Shades of Medium Slate Blue #7A5FF7
Tints of Medium Slate Blue #7A5FF7
RGB
CMYK
RGB Variations
Color information
#7A5FF7 (or 0x7A5FF7) is known color: Medium Slate Blue. HEX triplet: 7A, 5F and F7. RGB value is (122,95,247). Sum of RGB (Red+Green+Blue) = 122+95+247=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 247 (96.88% from 255 or 53.23% from 464); Max value from RGB is 247 - color contains mainly: blue. Hex color #7A5FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A5FF7 is #85A008. Grayscale: #777777. Windows color (decimal): -8757257 or 16211834. OLE color: 16211834.
HSL color Cylindrical-coordinate representation of color #7A5FF7: hue angle of 250.66º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7A5FF7 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 122 | 95 | 247 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.03 |
| HSL | 250.66º | 0.9% | 0.67% | - |
| HSV(B) | 250.66º | 0.62% | 0.97% | - |
| XYZ | 28.91 | 19.04 | 90.15 | - |
| YUV | 120.4 | 199.45 | 129.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 247 | 0.51 | 0.62 | 0 | 0.03 | 250.66 | 0.9 | 0.67 |
| Hex | 7A | 5F | F7 | 33 | 3E | 0 | 3 | FB | 5A | 43 |
| Octal | 172 | 137 | 367 | 63 | 76 | 0 | 3 | 373 | 132 | 103 |
| Binary | 1111010 | 1011111 | 11110111 | 110011 | 111110 | 0 | 11 | 11111011 | 1011010 | 1000011 |
Color Harmonies of #7A5FF7
Complementary color
Monochromatic Colors of #7A5FF7
Black with #7A5FF7
Text Example
Text Example
White with #7A5FF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5FF7; }
p { color: rgb(122,95,247); }
H1.HeaderClassName
{
color: #7A5FF7;
}
.AnyTagClassName
{
color: #7A5FF7;
}
</style>
background-color css
<style>
a { background-color: #7A5FF7; }
a { background-color: rgb(122,95,247); }
div.DivClassName
{
background-color: #7A5FF7;
}
.BgClassName
{
background-color: #7A5FF7;
}
</style>
border-color css
<style>
span { border-color: #7A5FF7; }
span { border-color: rgb(122,95,247); }
td.TdClassName
{
border-color: #7A5FF7;
}
.TagClassName
{
border-color: #7A5FF7;
}
</style>