Shades of Medium Slate Blue #794EFF
Tints of Medium Slate Blue #794EFF
RGB
CMYK
RGB Variations
Color information
#794EFF (or 0x794EFF) is known color: Medium Slate Blue. HEX triplet: 79, 4E and FF. RGB value is (121,78,255). Sum of RGB (Red+Green+Blue) = 121+78+255=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 78 (30.86% from 255 or 17.18% from 454); Blue value is 255 (100% from 255 or 56.17% from 454); Max value from RGB is 255 - color contains mainly: blue. Hex color #794EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794EFF is #86B100. Grayscale: #6E6E6E. Windows color (decimal): -8827137 or 16731769. OLE color: 16731769.
HSL color Cylindrical-coordinate representation of color #794EFF: hue angle of 254.58º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #794EFF is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 78 | 255 | - |
| CMYK | 0.53 | 0.69 | 0 | 0 |
| HSL | 254.58º | 1% | 0.65% | - |
| HSV(B) | 254.58º | 0.69% | 1% | - |
| XYZ | 28.66 | 16.73 | 96.33 | - |
| YUV | 111.04 | 209.25 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 255 | 0.53 | 0.69 | 0 | 0 | 254.58 | 1 | 0.65 |
| Hex | 79 | 4E | FF | 35 | 45 | 0 | 0 | FF | 64 | 41 |
| Octal | 171 | 116 | 377 | 65 | 105 | 0 | 0 | 377 | 144 | 101 |
| Binary | 1111001 | 1001110 | 11111111 | 110101 | 1000101 | 0 | 0 | 11111111 | 1100100 | 1000001 |
Color Harmonies of #794EFF
Complementary color
Monochromatic Colors of #794EFF
Black with #794EFF
Text Example
Text Example
White with #794EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794EFF; }
p { color: rgb(121,78,255); }
H1.HeaderClassName
{
color: #794EFF;
}
.AnyTagClassName
{
color: #794EFF;
}
</style>
background-color css
<style>
a { background-color: #794EFF; }
a { background-color: rgb(121,78,255); }
div.DivClassName
{
background-color: #794EFF;
}
.BgClassName
{
background-color: #794EFF;
}
</style>
border-color css
<style>
span { border-color: #794EFF; }
span { border-color: rgb(121,78,255); }
td.TdClassName
{
border-color: #794EFF;
}
.TagClassName
{
border-color: #794EFF;
}
</style>