Shades of Medium Slate Blue #794EFC
Tints of Medium Slate Blue #794EFC
RGB
CMYK
RGB Variations
Color information
#794EFC (or 0x794EFC) is known color: Medium Slate Blue. HEX triplet: 79, 4E and FC. RGB value is (121,78,252). Sum of RGB (Red+Green+Blue) = 121+78+252=451 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.83% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #794EFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794EFC is #86B103. Grayscale: #6E6E6E. Windows color (decimal): -8827140 or 16535161. OLE color: 16535161.
HSL color Cylindrical-coordinate representation of color #794EFC: hue angle of 254.83º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #794EFC is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 78 | 252 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.01 |
| HSL | 254.83º | 0.97% | 0.65% | - |
| HSV(B) | 254.83º | 0.69% | 0.99% | - |
| XYZ | 28.18 | 16.54 | 93.8 | - |
| YUV | 110.69 | 207.75 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 252 | 0.52 | 0.69 | 0 | 0.01 | 254.83 | 0.97 | 0.65 |
| Hex | 79 | 4E | FC | 34 | 45 | 0 | 1 | FF | 61 | 41 |
| Octal | 171 | 116 | 374 | 64 | 105 | 0 | 1 | 377 | 141 | 101 |
| Binary | 1111001 | 1001110 | 11111100 | 110100 | 1000101 | 0 | 1 | 11111111 | 1100001 | 1000001 |
Color Harmonies of #794EFC
Complementary color
Monochromatic Colors of #794EFC
Black with #794EFC
Text Example
Text Example
White with #794EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794EFC; }
p { color: rgb(121,78,252); }
H1.HeaderClassName
{
color: #794EFC;
}
.AnyTagClassName
{
color: #794EFC;
}
</style>
background-color css
<style>
a { background-color: #794EFC; }
a { background-color: rgb(121,78,252); }
div.DivClassName
{
background-color: #794EFC;
}
.BgClassName
{
background-color: #794EFC;
}
</style>
border-color css
<style>
span { border-color: #794EFC; }
span { border-color: rgb(121,78,252); }
td.TdClassName
{
border-color: #794EFC;
}
.TagClassName
{
border-color: #794EFC;
}
</style>