Shades of Medium Slate Blue #794BEE
Tints of Medium Slate Blue #794BEE
RGB
CMYK
RGB Variations
Color information
#794BEE (or 0x794BEE) is known color: Medium Slate Blue. HEX triplet: 79, 4B and EE. RGB value is (121,75,238). Sum of RGB (Red+Green+Blue) = 121+75+238=434 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.88% from 434); Green value is 75 (29.69% from 255 or 17.28% from 434); Blue value is 238 (93.36% from 255 or 54.84% from 434); Max value from RGB is 238 - color contains mainly: blue. Hex color #794BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794BEE is #86B411. Grayscale: #6A6A6A. Windows color (decimal): -8827922 or 15616889. OLE color: 15616889.
HSL color Cylindrical-coordinate representation of color #794BEE: hue angle of 256.93º degrees, saturation: 0.83, 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 #794BEE is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 75 | 238 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.07 |
| HSL | 256.93º | 0.83% | 0.61% | - |
| HSV(B) | 256.93º | 0.68% | 0.93% | - |
| XYZ | 25.83 | 15.27 | 82.47 | - |
| YUV | 107.34 | 201.74 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 75 | 238 | 0.49 | 0.68 | 0 | 0.07 | 256.93 | 0.83 | 0.61 |
| Hex | 79 | 4B | EE | 31 | 44 | 0 | 7 | 101 | 53 | 3D |
| Octal | 171 | 113 | 356 | 61 | 104 | 0 | 7 | 401 | 123 | 75 |
| Binary | 1111001 | 1001011 | 11101110 | 110001 | 1000100 | 0 | 111 | 100000001 | 1010011 | 111101 |
Color Harmonies of #794BEE
Complementary color
Monochromatic Colors of #794BEE
Black with #794BEE
Text Example
Text Example
White with #794BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794BEE; }
p { color: rgb(121,75,238); }
H1.HeaderClassName
{
color: #794BEE;
}
.AnyTagClassName
{
color: #794BEE;
}
</style>
background-color css
<style>
a { background-color: #794BEE; }
a { background-color: rgb(121,75,238); }
div.DivClassName
{
background-color: #794BEE;
}
.BgClassName
{
background-color: #794BEE;
}
</style>
border-color css
<style>
span { border-color: #794BEE; }
span { border-color: rgb(121,75,238); }
td.TdClassName
{
border-color: #794BEE;
}
.TagClassName
{
border-color: #794BEE;
}
</style>