Shades of Medium Slate Blue #794BFD
Tints of Medium Slate Blue #794BFD
RGB
CMYK
RGB Variations
Color information
#794BFD (or 0x794BFD) is known color: Medium Slate Blue. HEX triplet: 79, 4B and FD. RGB value is (121,75,253). Sum of RGB (Red+Green+Blue) = 121+75+253=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 75 (29.69% from 255 or 16.70% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #794BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #794BFD is #86B402. Grayscale: #6C6C6C. Windows color (decimal): -8827907 or 16599929. OLE color: 16599929.
HSL color Cylindrical-coordinate representation of color #794BFD: hue angle of 255.51º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #794BFD is Cyan = 0.52, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 121 | 75 | 253 | - |
| CMYK | 0.52 | 0.70 | 0 | 0.01 |
| HSL | 255.51º | 0.98% | 0.64% | - |
| HSV(B) | 255.51º | 0.7% | 0.99% | - |
| XYZ | 28.13 | 16.19 | 94.57 | - |
| YUV | 109.05 | 209.24 | 136.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 75 | 253 | 0.52 | 0.70 | 0 | 0.01 | 255.51 | 0.98 | 0.64 |
| Hex | 79 | 4B | FD | 34 | 46 | 0 | 1 | 100 | 62 | 40 |
| Octal | 171 | 113 | 375 | 64 | 106 | 0 | 1 | 400 | 142 | 100 |
| Binary | 1111001 | 1001011 | 11111101 | 110100 | 1000110 | 0 | 1 | 100000000 | 1100010 | 1000000 |
Color Harmonies of #794BFD
Complementary color
Monochromatic Colors of #794BFD
Black with #794BFD
Text Example
Text Example
White with #794BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #794BFD; }
p { color: rgb(121,75,253); }
H1.HeaderClassName
{
color: #794BFD;
}
.AnyTagClassName
{
color: #794BFD;
}
</style>
background-color css
<style>
a { background-color: #794BFD; }
a { background-color: rgb(121,75,253); }
div.DivClassName
{
background-color: #794BFD;
}
.BgClassName
{
background-color: #794BFD;
}
</style>
border-color css
<style>
span { border-color: #794BFD; }
span { border-color: rgb(121,75,253); }
td.TdClassName
{
border-color: #794BFD;
}
.TagClassName
{
border-color: #794BFD;
}
</style>