Shades of Medium Slate Blue #794CFF
Tints of Medium Slate Blue #794CFF
RGB
CMYK
RGB Variations
Color information
#794CFF (or 0x794CFF) is known color: Medium Slate Blue. HEX triplet: 79, 4C and FF. RGB value is (121,76,255). Sum of RGB (Red+Green+Blue) = 121+76+255=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #794CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794CFF is #86B300. Grayscale: #6D6D6D. Windows color (decimal): -8827649 or 16731257. OLE color: 16731257.
HSL color Cylindrical-coordinate representation of color #794CFF: hue angle of 255.08º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #794CFF is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 121 | 76 | 255 | - |
| CMYK | 0.53 | 0.70 | 0 | 0 |
| HSL | 255.08º | 1% | 0.65% | - |
| HSV(B) | 255.08º | 0.7% | 1% | - |
| XYZ | 28.52 | 16.45 | 96.28 | - |
| YUV | 109.86 | 209.91 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 76 | 255 | 0.53 | 0.70 | 0 | 0 | 255.08 | 1 | 0.65 |
| Hex | 79 | 4C | FF | 35 | 46 | 0 | 0 | FF | 64 | 41 |
| Octal | 171 | 114 | 377 | 65 | 106 | 0 | 0 | 377 | 144 | 101 |
| Binary | 1111001 | 1001100 | 11111111 | 110101 | 1000110 | 0 | 0 | 11111111 | 1100100 | 1000001 |
Color Harmonies of #794CFF
Complementary color
Monochromatic Colors of #794CFF
Black with #794CFF
Text Example
Text Example
White with #794CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794CFF; }
p { color: rgb(121,76,255); }
H1.HeaderClassName
{
color: #794CFF;
}
.AnyTagClassName
{
color: #794CFF;
}
</style>
background-color css
<style>
a { background-color: #794CFF; }
a { background-color: rgb(121,76,255); }
div.DivClassName
{
background-color: #794CFF;
}
.BgClassName
{
background-color: #794CFF;
}
</style>
border-color css
<style>
span { border-color: #794CFF; }
span { border-color: rgb(121,76,255); }
td.TdClassName
{
border-color: #794CFF;
}
.TagClassName
{
border-color: #794CFF;
}
</style>