Shades of Medium Slate Blue #794CED
Tints of Medium Slate Blue #794CED
RGB
CMYK
RGB Variations
Color information
#794CED (or 0x794CED) is known color: Medium Slate Blue. HEX triplet: 79, 4C and ED. RGB value is (121,76,237). Sum of RGB (Red+Green+Blue) = 121+76+237=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #794CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794CED is #86B312. Grayscale: #6B6B6B. Windows color (decimal): -8827667 or 15551609. OLE color: 15551609.
HSL color Cylindrical-coordinate representation of color #794CED: hue angle of 256.77º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #794CED is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 76 | 237 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.07 |
| HSL | 256.77º | 0.82% | 0.61% | - |
| HSV(B) | 256.77º | 0.68% | 0.93% | - |
| XYZ | 25.76 | 15.35 | 81.73 | - |
| YUV | 107.81 | 200.91 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 237 | 0.49 | 0.68 | 0 | 0.07 | 256.77 | 0.82 | 0.61 |
| Hex | 79 | 4C | ED | 31 | 44 | 0 | 7 | 101 | 52 | 3D |
| Octal | 171 | 114 | 355 | 61 | 104 | 0 | 7 | 401 | 122 | 75 |
| Binary | 1111001 | 1001100 | 11101101 | 110001 | 1000100 | 0 | 111 | 100000001 | 1010010 | 111101 |
Color Harmonies of #794CED
Complementary color
Monochromatic Colors of #794CED
Black with #794CED
Text Example
Text Example
White with #794CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794CED; }
p { color: rgb(121,76,237); }
H1.HeaderClassName
{
color: #794CED;
}
.AnyTagClassName
{
color: #794CED;
}
</style>
background-color css
<style>
a { background-color: #794CED; }
a { background-color: rgb(121,76,237); }
div.DivClassName
{
background-color: #794CED;
}
.BgClassName
{
background-color: #794CED;
}
</style>
border-color css
<style>
span { border-color: #794CED; }
span { border-color: rgb(121,76,237); }
td.TdClassName
{
border-color: #794CED;
}
.TagClassName
{
border-color: #794CED;
}
</style>