Shades of Medium Slate Blue #794DFF
Tints of Medium Slate Blue #794DFF
RGB
CMYK
RGB Variations
Color information
#794DFF (or 0x794DFF) is known color: Medium Slate Blue. HEX triplet: 79, 4D and FF. RGB value is (121,77,255). Sum of RGB (Red+Green+Blue) = 121+77+255=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 77 (30.47% from 255 or 17.00% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #794DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794DFF is #86B200. Grayscale: #6D6D6D. Windows color (decimal): -8827393 or 16731513. OLE color: 16731513.
HSL color Cylindrical-coordinate representation of color #794DFF: hue angle of 254.83º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #794DFF is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 77 | 255 | - |
| CMYK | 0.53 | 0.70 | 0 | 0 |
| HSL | 254.83º | 1% | 0.65% | - |
| HSV(B) | 254.83º | 0.7% | 1% | - |
| XYZ | 28.59 | 16.59 | 96.3 | - |
| YUV | 110.45 | 209.58 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 255 | 0.53 | 0.70 | 0 | 0 | 254.83 | 1 | 0.65 |
| Hex | 79 | 4D | FF | 35 | 46 | 0 | 0 | FF | 64 | 41 |
| Octal | 171 | 115 | 377 | 65 | 106 | 0 | 0 | 377 | 144 | 101 |
| Binary | 1111001 | 1001101 | 11111111 | 110101 | 1000110 | 0 | 0 | 11111111 | 1100100 | 1000001 |
Color Harmonies of #794DFF
Complementary color
Monochromatic Colors of #794DFF
Black with #794DFF
Text Example
Text Example
White with #794DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794DFF; }
p { color: rgb(121,77,255); }
H1.HeaderClassName
{
color: #794DFF;
}
.AnyTagClassName
{
color: #794DFF;
}
</style>
background-color css
<style>
a { background-color: #794DFF; }
a { background-color: rgb(121,77,255); }
div.DivClassName
{
background-color: #794DFF;
}
.BgClassName
{
background-color: #794DFF;
}
</style>
border-color css
<style>
span { border-color: #794DFF; }
span { border-color: rgb(121,77,255); }
td.TdClassName
{
border-color: #794DFF;
}
.TagClassName
{
border-color: #794DFF;
}
</style>