Shades of Medium Slate Blue #7963FA
Tints of Medium Slate Blue #7963FA
RGB
CMYK
RGB Variations
Color information
#7963FA (or 0x7963FA) is known color: Medium Slate Blue. HEX triplet: 79, 63 and FA. RGB value is (121,99,250). Sum of RGB (Red+Green+Blue) = 121+99+250=470 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.74% from 470); Green value is 99 (39.06% from 255 or 21.06% from 470); Blue value is 250 (98.05% from 255 or 53.19% from 470); Max value from RGB is 250 - color contains mainly: blue. Hex color #7963FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7963FA is #869C05. Grayscale: #7A7A7A. Windows color (decimal): -8821766 or 16409465. OLE color: 16409465.
HSL color Cylindrical-coordinate representation of color #7963FA: hue angle of 248.74º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7963FA is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 99 | 250 | - |
| CMYK | 0.52 | 0.60 | 0 | 0.02 |
| HSL | 248.74º | 0.94% | 0.68% | - |
| HSV(B) | 248.74º | 0.6% | 0.98% | - |
| XYZ | 29.6 | 19.89 | 92.72 | - |
| YUV | 122.79 | 199.79 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 99 | 250 | 0.52 | 0.60 | 0 | 0.02 | 248.74 | 0.94 | 0.68 |
| Hex | 79 | 63 | FA | 34 | 3C | 0 | 2 | F9 | 5E | 44 |
| Octal | 171 | 143 | 372 | 64 | 74 | 0 | 2 | 371 | 136 | 104 |
| Binary | 1111001 | 1100011 | 11111010 | 110100 | 111100 | 0 | 10 | 11111001 | 1011110 | 1000100 |
Color Harmonies of #7963FA
Complementary color
Monochromatic Colors of #7963FA
Black with #7963FA
Text Example
Text Example
White with #7963FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7963FA; }
p { color: rgb(121,99,250); }
H1.HeaderClassName
{
color: #7963FA;
}
.AnyTagClassName
{
color: #7963FA;
}
</style>
background-color css
<style>
a { background-color: #7963FA; }
a { background-color: rgb(121,99,250); }
div.DivClassName
{
background-color: #7963FA;
}
.BgClassName
{
background-color: #7963FA;
}
</style>
border-color css
<style>
span { border-color: #7963FA; }
span { border-color: rgb(121,99,250); }
td.TdClassName
{
border-color: #7963FA;
}
.TagClassName
{
border-color: #7963FA;
}
</style>