Shades of Medium Slate Blue #796DDC
Tints of Medium Slate Blue #796DDC
RGB
CMYK
RGB Variations
Color information
#796DDC (or 0x796DDC) is known color: Medium Slate Blue. HEX triplet: 79, 6D and DC. RGB value is (121,109,220). Sum of RGB (Red+Green+Blue) = 121+109+220=450 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.89% from 450); Green value is 109 (42.97% from 255 or 24.22% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #796DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796DDC is #869223. Grayscale: #7C7C7C. Windows color (decimal): -8819236 or 14445945. OLE color: 14445945.
HSL color Cylindrical-coordinate representation of color #796DDC: hue angle of 246.49º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #796DDC is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 109 | 220 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.14 |
| HSL | 246.49º | 0.61% | 0.65% | - |
| HSV(B) | 246.49º | 0.5% | 0.86% | - |
| XYZ | 26.27 | 20.17 | 70.22 | - |
| YUV | 125.24 | 181.48 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 109 | 220 | 0.45 | 0.50 | 0 | 0.14 | 246.49 | 0.61 | 0.65 |
| Hex | 79 | 6D | DC | 2D | 32 | 0 | E | F6 | 3D | 41 |
| Octal | 171 | 155 | 334 | 55 | 62 | 0 | 16 | 366 | 75 | 101 |
| Binary | 1111001 | 1101101 | 11011100 | 101101 | 110010 | 0 | 1110 | 11110110 | 111101 | 1000001 |
Color Harmonies of #796DDC
Complementary color
Monochromatic Colors of #796DDC
Black with #796DDC
Text Example
Text Example
White with #796DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796DDC; }
p { color: rgb(121,109,220); }
H1.HeaderClassName
{
color: #796DDC;
}
.AnyTagClassName
{
color: #796DDC;
}
</style>
background-color css
<style>
a { background-color: #796DDC; }
a { background-color: rgb(121,109,220); }
div.DivClassName
{
background-color: #796DDC;
}
.BgClassName
{
background-color: #796DDC;
}
</style>
border-color css
<style>
span { border-color: #796DDC; }
span { border-color: rgb(121,109,220); }
td.TdClassName
{
border-color: #796DDC;
}
.TagClassName
{
border-color: #796DDC;
}
</style>