Shades of Medium Slate Blue #794AE6
Tints of Medium Slate Blue #794AE6
RGB
CMYK
RGB Variations
Color information
#794AE6 (or 0x794AE6) is known color: Medium Slate Blue. HEX triplet: 79, 4A and E6. RGB value is (121,74,230). Sum of RGB (Red+Green+Blue) = 121+74+230=425 (56% of max value = 765). Red value is 121 (47.66% from 255 or 28.47% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 230 (90.23% from 255 or 54.12% from 425); Max value from RGB is 230 - color contains mainly: blue. Hex color #794AE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794AE6 is #86B519. Grayscale: #696969. Windows color (decimal): -8828186 or 15092345. OLE color: 15092345.
HSL color Cylindrical-coordinate representation of color #794AE6: hue angle of 258.08º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #794AE6 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 121 | 74 | 230 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.10 |
| HSL | 258.08º | 0.76% | 0.6% | - |
| HSV(B) | 258.08º | 0.68% | 0.9% | - |
| XYZ | 24.62 | 14.68 | 76.4 | - |
| YUV | 105.84 | 198.07 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 74 | 230 | 0.47 | 0.68 | 0 | 0.10 | 258.08 | 0.76 | 0.6 |
| Hex | 79 | 4A | E6 | 2F | 44 | 0 | A | 102 | 4C | 3C |
| Octal | 171 | 112 | 346 | 57 | 104 | 0 | 12 | 402 | 114 | 74 |
| Binary | 1111001 | 1001010 | 11100110 | 101111 | 1000100 | 0 | 1010 | 100000010 | 1001100 | 111100 |
Color Harmonies of #794AE6
Complementary color
Monochromatic Colors of #794AE6
Black with #794AE6
Text Example
Text Example
White with #794AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794AE6; }
p { color: rgb(121,74,230); }
H1.HeaderClassName
{
color: #794AE6;
}
.AnyTagClassName
{
color: #794AE6;
}
</style>
background-color css
<style>
a { background-color: #794AE6; }
a { background-color: rgb(121,74,230); }
div.DivClassName
{
background-color: #794AE6;
}
.BgClassName
{
background-color: #794AE6;
}
</style>
border-color css
<style>
span { border-color: #794AE6; }
span { border-color: rgb(121,74,230); }
td.TdClassName
{
border-color: #794AE6;
}
.TagClassName
{
border-color: #794AE6;
}
</style>