Shades of Medium Slate Blue #7A63FD
Tints of Medium Slate Blue #7A63FD
RGB
CMYK
RGB Variations
Color information
#7A63FD (or 0x7A63FD) is known color: Medium Slate Blue. HEX triplet: 7A, 63 and FD. RGB value is (122,99,253). Sum of RGB (Red+Green+Blue) = 122+99+253=474 (62% of max value = 765). Red value is 122 (48.05% from 255 or 25.74% from 474); Green value is 99 (39.06% from 255 or 20.89% from 474); Blue value is 253 (99.22% from 255 or 53.38% from 474); Max value from RGB is 253 - color contains mainly: blue. Hex color #7A63FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A63FD is #859C02. Grayscale: #7A7A7A. Windows color (decimal): -8756227 or 16606074. OLE color: 16606074.
HSL color Cylindrical-coordinate representation of color #7A63FD: hue angle of 248.96º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A63FD is Cyan = 0.52, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 122 | 99 | 253 | - |
| CMYK | 0.52 | 0.61 | 0 | 0.01 |
| HSL | 248.96º | 0.97% | 0.69% | - |
| HSV(B) | 248.96º | 0.61% | 0.99% | - |
| XYZ | 30.22 | 20.15 | 95.23 | - |
| YUV | 123.43 | 201.12 | 126.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 253 | 0.52 | 0.61 | 0 | 0.01 | 248.96 | 0.97 | 0.69 |
| Hex | 7A | 63 | FD | 34 | 3D | 0 | 1 | F9 | 61 | 45 |
| Octal | 172 | 143 | 375 | 64 | 75 | 0 | 1 | 371 | 141 | 105 |
| Binary | 1111010 | 1100011 | 11111101 | 110100 | 111101 | 0 | 1 | 11111001 | 1100001 | 1000101 |
Color Harmonies of #7A63FD
Complementary color
Monochromatic Colors of #7A63FD
Black with #7A63FD
Text Example
Text Example
White with #7A63FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A63FD; }
p { color: rgb(122,99,253); }
H1.HeaderClassName
{
color: #7A63FD;
}
.AnyTagClassName
{
color: #7A63FD;
}
</style>
background-color css
<style>
a { background-color: #7A63FD; }
a { background-color: rgb(122,99,253); }
div.DivClassName
{
background-color: #7A63FD;
}
.BgClassName
{
background-color: #7A63FD;
}
</style>
border-color css
<style>
span { border-color: #7A63FD; }
span { border-color: rgb(122,99,253); }
td.TdClassName
{
border-color: #7A63FD;
}
.TagClassName
{
border-color: #7A63FD;
}
</style>