Shades of Medium Slate Blue #794EFE
Tints of Medium Slate Blue #794EFE
RGB
CMYK
RGB Variations
Color information
#794EFE (or 0x794EFE) is known color: Medium Slate Blue. HEX triplet: 79, 4E and FE. RGB value is (121,78,254). Sum of RGB (Red+Green+Blue) = 121+78+254=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 78 (30.86% from 255 or 17.22% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #794EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #794EFE is #86B101. Grayscale: #6E6E6E. Windows color (decimal): -8827138 or 16666233. OLE color: 16666233.
HSL color Cylindrical-coordinate representation of color #794EFE: hue angle of 254.66º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #794EFE is Cyan = 0.52, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 121 | 78 | 254 | - |
| CMYK | 0.52 | 0.69 | 0 | 0.00 |
| HSL | 254.66º | 0.99% | 0.65% | - |
| HSV(B) | 254.66º | 0.69% | 1% | - |
| XYZ | 28.5 | 16.67 | 95.48 | - |
| YUV | 110.92 | 208.75 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 78 | 254 | 0.52 | 0.69 | 0 | 0.00 | 254.66 | 0.99 | 0.65 |
| Hex | 79 | 4E | FE | 34 | 45 | 0 | 0 | FF | 63 | 41 |
| Octal | 171 | 116 | 376 | 64 | 105 | 0 | 0 | 377 | 143 | 101 |
| Binary | 1111001 | 1001110 | 11111110 | 110100 | 1000101 | 0 | 0 | 11111111 | 1100011 | 1000001 |
Color Harmonies of #794EFE
Complementary color
Monochromatic Colors of #794EFE
Black with #794EFE
Text Example
Text Example
White with #794EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794EFE; }
p { color: rgb(121,78,254); }
H1.HeaderClassName
{
color: #794EFE;
}
.AnyTagClassName
{
color: #794EFE;
}
</style>
background-color css
<style>
a { background-color: #794EFE; }
a { background-color: rgb(121,78,254); }
div.DivClassName
{
background-color: #794EFE;
}
.BgClassName
{
background-color: #794EFE;
}
</style>
border-color css
<style>
span { border-color: #794EFE; }
span { border-color: rgb(121,78,254); }
td.TdClassName
{
border-color: #794EFE;
}
.TagClassName
{
border-color: #794EFE;
}
</style>