Shades of Medium Slate Blue #794BEB
Tints of Medium Slate Blue #794BEB
RGB
CMYK
RGB Variations
Color information
#794BEB (or 0x794BEB) is known color: Medium Slate Blue. HEX triplet: 79, 4B and EB. RGB value is (121,75,235). Sum of RGB (Red+Green+Blue) = 121+75+235=431 (57% of max value = 765). Red value is 121 (47.66% from 255 or 28.07% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 235 (92.19% from 255 or 54.52% from 431); Max value from RGB is 235 - color contains mainly: blue. Hex color #794BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794BEB is #86B414. Grayscale: #6A6A6A. Windows color (decimal): -8827925 or 15420281. OLE color: 15420281.
HSL color Cylindrical-coordinate representation of color #794BEB: hue angle of 257.25º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #794BEB is Cyan = 0.49, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 121 | 75 | 235 | - |
| CMYK | 0.49 | 0.68 | 0 | 0.08 |
| HSL | 257.25º | 0.8% | 0.61% | - |
| HSV(B) | 257.25º | 0.68% | 0.92% | - |
| XYZ | 25.4 | 15.1 | 80.17 | - |
| YUV | 106.99 | 200.24 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 75 | 235 | 0.49 | 0.68 | 0 | 0.08 | 257.25 | 0.8 | 0.61 |
| Hex | 79 | 4B | EB | 31 | 44 | 0 | 8 | 101 | 50 | 3D |
| Octal | 171 | 113 | 353 | 61 | 104 | 0 | 10 | 401 | 120 | 75 |
| Binary | 1111001 | 1001011 | 11101011 | 110001 | 1000100 | 0 | 1000 | 100000001 | 1010000 | 111101 |
Color Harmonies of #794BEB
Complementary color
Monochromatic Colors of #794BEB
Black with #794BEB
Text Example
Text Example
White with #794BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794BEB; }
p { color: rgb(121,75,235); }
H1.HeaderClassName
{
color: #794BEB;
}
.AnyTagClassName
{
color: #794BEB;
}
</style>
background-color css
<style>
a { background-color: #794BEB; }
a { background-color: rgb(121,75,235); }
div.DivClassName
{
background-color: #794BEB;
}
.BgClassName
{
background-color: #794BEB;
}
</style>
border-color css
<style>
span { border-color: #794BEB; }
span { border-color: rgb(121,75,235); }
td.TdClassName
{
border-color: #794BEB;
}
.TagClassName
{
border-color: #794BEB;
}
</style>