Shades of Medium Slate Blue #796BDC
Tints of Medium Slate Blue #796BDC
RGB
CMYK
RGB Variations
Color information
#796BDC (or 0x796BDC) is known color: Medium Slate Blue. HEX triplet: 79, 6B and DC. RGB value is (121,107,220). Sum of RGB (Red+Green+Blue) = 121+107+220=448 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.01% from 448); Green value is 107 (42.19% from 255 or 23.88% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #796BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796BDC is #869423. Grayscale: #7B7B7B. Windows color (decimal): -8819748 or 14445433. OLE color: 14445433.
HSL color Cylindrical-coordinate representation of color #796BDC: hue angle of 247.43º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #796BDC is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 107 | 220 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.14 |
| HSL | 247.43º | 0.62% | 0.64% | - |
| HSV(B) | 247.43º | 0.51% | 0.86% | - |
| XYZ | 26.06 | 19.75 | 70.15 | - |
| YUV | 124.07 | 182.14 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 220 | 0.45 | 0.51 | 0 | 0.14 | 247.43 | 0.62 | 0.64 |
| Hex | 79 | 6B | DC | 2D | 33 | 0 | E | F7 | 3E | 40 |
| Octal | 171 | 153 | 334 | 55 | 63 | 0 | 16 | 367 | 76 | 100 |
| Binary | 1111001 | 1101011 | 11011100 | 101101 | 110011 | 0 | 1110 | 11110111 | 111110 | 1000000 |
Color Harmonies of #796BDC
Complementary color
Monochromatic Colors of #796BDC
Black with #796BDC
Text Example
Text Example
White with #796BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796BDC; }
p { color: rgb(121,107,220); }
H1.HeaderClassName
{
color: #796BDC;
}
.AnyTagClassName
{
color: #796BDC;
}
</style>
background-color css
<style>
a { background-color: #796BDC; }
a { background-color: rgb(121,107,220); }
div.DivClassName
{
background-color: #796BDC;
}
.BgClassName
{
background-color: #796BDC;
}
</style>
border-color css
<style>
span { border-color: #796BDC; }
span { border-color: rgb(121,107,220); }
td.TdClassName
{
border-color: #796BDC;
}
.TagClassName
{
border-color: #796BDC;
}
</style>