Shades of Medium Slate Blue #794DFC
Tints of Medium Slate Blue #794DFC
RGB
CMYK
RGB Variations
Color information
#794DFC (or 0x794DFC) is known color: Medium Slate Blue. HEX triplet: 79, 4D and FC. RGB value is (121,77,252). Sum of RGB (Red+Green+Blue) = 121+77+252=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #794DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794DFC is #86B203. Grayscale: #6D6D6D. Windows color (decimal): -8827396 or 16534905. OLE color: 16534905.
HSL color Cylindrical-coordinate representation of color #794DFC: hue angle of 255.09º 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 #794DFC is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 77 | 252 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.01 |
| HSL | 255.09º | 0.97% | 0.65% | - |
| HSV(B) | 255.09º | 0.69% | 0.99% | - |
| XYZ | 28.11 | 16.4 | 93.78 | - |
| YUV | 110.11 | 208.08 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 77 | 252 | 0.52 | 0.69 | 0 | 0.01 | 255.09 | 0.97 | 0.65 |
| Hex | 79 | 4D | FC | 34 | 45 | 0 | 1 | FF | 61 | 41 |
| Octal | 171 | 115 | 374 | 64 | 105 | 0 | 1 | 377 | 141 | 101 |
| Binary | 1111001 | 1001101 | 11111100 | 110100 | 1000101 | 0 | 1 | 11111111 | 1100001 | 1000001 |
Color Harmonies of #794DFC
Complementary color
Monochromatic Colors of #794DFC
Black with #794DFC
Text Example
Text Example
White with #794DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794DFC; }
p { color: rgb(121,77,252); }
H1.HeaderClassName
{
color: #794DFC;
}
.AnyTagClassName
{
color: #794DFC;
}
</style>
background-color css
<style>
a { background-color: #794DFC; }
a { background-color: rgb(121,77,252); }
div.DivClassName
{
background-color: #794DFC;
}
.BgClassName
{
background-color: #794DFC;
}
</style>
border-color css
<style>
span { border-color: #794DFC; }
span { border-color: rgb(121,77,252); }
td.TdClassName
{
border-color: #794DFC;
}
.TagClassName
{
border-color: #794DFC;
}
</style>