Shades of Medium Slate Blue #794FFA
Tints of Medium Slate Blue #794FFA
RGB
CMYK
RGB Variations
Color information
#794FFA (or 0x794FFA) is known color: Medium Slate Blue. HEX triplet: 79, 4F and FA. RGB value is (121,79,250). Sum of RGB (Red+Green+Blue) = 121+79+250=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 79 (31.25% from 255 or 17.56% from 450); Blue value is 250 (98.05% from 255 or 55.56% from 450); Max value from RGB is 250 - color contains mainly: blue. Hex color #794FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794FFA is #86B005. Grayscale: #6E6E6E. Windows color (decimal): -8826886 or 16404345. OLE color: 16404345.
HSL color Cylindrical-coordinate representation of color #794FFA: hue angle of 254.74º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #794FFA is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 121 | 79 | 250 | - |
| CMYK | 0.52 | 0.68 | 0 | 0.02 |
| HSL | 254.74º | 0.94% | 0.65% | - |
| HSV(B) | 254.74º | 0.68% | 0.98% | - |
| XYZ | 27.94 | 16.56 | 92.17 | - |
| YUV | 111.05 | 206.41 | 135.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 79 | 250 | 0.52 | 0.68 | 0 | 0.02 | 254.74 | 0.94 | 0.65 |
| Hex | 79 | 4F | FA | 34 | 44 | 0 | 2 | FF | 5E | 41 |
| Octal | 171 | 117 | 372 | 64 | 104 | 0 | 2 | 377 | 136 | 101 |
| Binary | 1111001 | 1001111 | 11111010 | 110100 | 1000100 | 0 | 10 | 11111111 | 1011110 | 1000001 |
Color Harmonies of #794FFA
Complementary color
Monochromatic Colors of #794FFA
Black with #794FFA
Text Example
Text Example
White with #794FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794FFA; }
p { color: rgb(121,79,250); }
H1.HeaderClassName
{
color: #794FFA;
}
.AnyTagClassName
{
color: #794FFA;
}
</style>
background-color css
<style>
a { background-color: #794FFA; }
a { background-color: rgb(121,79,250); }
div.DivClassName
{
background-color: #794FFA;
}
.BgClassName
{
background-color: #794FFA;
}
</style>
border-color css
<style>
span { border-color: #794FFA; }
span { border-color: rgb(121,79,250); }
td.TdClassName
{
border-color: #794FFA;
}
.TagClassName
{
border-color: #794FFA;
}
</style>