Shades of Medium Slate Blue #796EDF
Tints of Medium Slate Blue #796EDF
RGB
CMYK
RGB Variations
Color information
#796EDF (or 0x796EDF) is known color: Medium Slate Blue. HEX triplet: 79, 6E and DF. RGB value is (121,110,223). Sum of RGB (Red+Green+Blue) = 121+110+223=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #796EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796EDF is #869120. Grayscale: #7D7D7D. Windows color (decimal): -8818977 or 14642809. OLE color: 14642809.
HSL color Cylindrical-coordinate representation of color #796EDF: hue angle of 245.84º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #796EDF is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 110 | 223 | - |
| CMYK | 0.46 | 0.51 | 0 | 0.13 |
| HSL | 245.84º | 0.64% | 0.65% | - |
| HSV(B) | 245.84º | 0.51% | 0.87% | - |
| XYZ | 26.78 | 20.54 | 72.37 | - |
| YUV | 126.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 110 | 223 | 0.46 | 0.51 | 0 | 0.13 | 245.84 | 0.64 | 0.65 |
| Hex | 79 | 6E | DF | 2E | 33 | 0 | D | F6 | 40 | 41 |
| Octal | 171 | 156 | 337 | 56 | 63 | 0 | 15 | 366 | 100 | 101 |
| Binary | 1111001 | 1101110 | 11011111 | 101110 | 110011 | 0 | 1101 | 11110110 | 1000000 | 1000001 |
Color Harmonies of #796EDF
Complementary color
Monochromatic Colors of #796EDF
Black with #796EDF
Text Example
Text Example
White with #796EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796EDF; }
p { color: rgb(121,110,223); }
H1.HeaderClassName
{
color: #796EDF;
}
.AnyTagClassName
{
color: #796EDF;
}
</style>
background-color css
<style>
a { background-color: #796EDF; }
a { background-color: rgb(121,110,223); }
div.DivClassName
{
background-color: #796EDF;
}
.BgClassName
{
background-color: #796EDF;
}
</style>
border-color css
<style>
span { border-color: #796EDF; }
span { border-color: rgb(121,110,223); }
td.TdClassName
{
border-color: #796EDF;
}
.TagClassName
{
border-color: #796EDF;
}
</style>