Shades of Medium Slate Blue #794BEF
Tints of Medium Slate Blue #794BEF
RGB
CMYK
RGB Variations
Color information
#794BEF (or 0x794BEF) is known color: Medium Slate Blue. HEX triplet: 79, 4B and EF. RGB value is (121,75,239). Sum of RGB (Red+Green+Blue) = 121+75+239=435 (57% of max value = 765). Red value is 121 (47.66% from 255 or 27.82% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #794BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794BEF is #86B410. Grayscale: #6A6A6A. Windows color (decimal): -8827921 or 15682425. OLE color: 15682425.
HSL color Cylindrical-coordinate representation of color #794BEF: hue angle of 256.83º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #794BEF is Cyan = 0.49, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 121 | 75 | 239 | - |
| CMYK | 0.49 | 0.69 | 0 | 0.06 |
| HSL | 256.83º | 0.84% | 0.62% | - |
| HSV(B) | 256.83º | 0.69% | 0.94% | - |
| XYZ | 25.98 | 15.33 | 83.25 | - |
| YUV | 107.45 | 202.24 | 137.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 75 | 239 | 0.49 | 0.69 | 0 | 0.06 | 256.83 | 0.84 | 0.62 |
| Hex | 79 | 4B | EF | 31 | 45 | 0 | 6 | 101 | 54 | 3E |
| Octal | 171 | 113 | 357 | 61 | 105 | 0 | 6 | 401 | 124 | 76 |
| Binary | 1111001 | 1001011 | 11101111 | 110001 | 1000101 | 0 | 110 | 100000001 | 1010100 | 111110 |
Color Harmonies of #794BEF
Complementary color
Monochromatic Colors of #794BEF
Black with #794BEF
Text Example
Text Example
White with #794BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794BEF; }
p { color: rgb(121,75,239); }
H1.HeaderClassName
{
color: #794BEF;
}
.AnyTagClassName
{
color: #794BEF;
}
</style>
background-color css
<style>
a { background-color: #794BEF; }
a { background-color: rgb(121,75,239); }
div.DivClassName
{
background-color: #794BEF;
}
.BgClassName
{
background-color: #794BEF;
}
</style>
border-color css
<style>
span { border-color: #794BEF; }
span { border-color: rgb(121,75,239); }
td.TdClassName
{
border-color: #794BEF;
}
.TagClassName
{
border-color: #794BEF;
}
</style>