Shades of Medium Slate Blue #796FDC
Tints of Medium Slate Blue #796FDC
RGB
CMYK
RGB Variations
Color information
#796FDC (or 0x796FDC) is known color: Medium Slate Blue. HEX triplet: 79, 6F and DC. RGB value is (121,111,220). Sum of RGB (Red+Green+Blue) = 121+111+220=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #796FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796FDC is #869023. Grayscale: #7D7D7D. Windows color (decimal): -8818724 or 14446457. OLE color: 14446457.
HSL color Cylindrical-coordinate representation of color #796FDC: hue angle of 245.5º 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 #796FDC is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 111 | 220 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.14 |
| HSL | 245.5º | 0.61% | 0.65% | - |
| HSV(B) | 245.5º | 0.5% | 0.86% | - |
| XYZ | 26.49 | 20.6 | 70.29 | - |
| YUV | 126.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 220 | 0.45 | 0.50 | 0 | 0.14 | 245.5 | 0.61 | 0.65 |
| Hex | 79 | 6F | DC | 2D | 32 | 0 | E | F6 | 3D | 41 |
| Octal | 171 | 157 | 334 | 55 | 62 | 0 | 16 | 366 | 75 | 101 |
| Binary | 1111001 | 1101111 | 11011100 | 101101 | 110010 | 0 | 1110 | 11110110 | 111101 | 1000001 |
Color Harmonies of #796FDC
Complementary color
Monochromatic Colors of #796FDC
Black with #796FDC
Text Example
Text Example
White with #796FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796FDC; }
p { color: rgb(121,111,220); }
H1.HeaderClassName
{
color: #796FDC;
}
.AnyTagClassName
{
color: #796FDC;
}
</style>
background-color css
<style>
a { background-color: #796FDC; }
a { background-color: rgb(121,111,220); }
div.DivClassName
{
background-color: #796FDC;
}
.BgClassName
{
background-color: #796FDC;
}
</style>
border-color css
<style>
span { border-color: #796FDC; }
span { border-color: rgb(121,111,220); }
td.TdClassName
{
border-color: #796FDC;
}
.TagClassName
{
border-color: #796FDC;
}
</style>