Shades of Medium Slate Blue #796CDC
Tints of Medium Slate Blue #796CDC
RGB
CMYK
RGB Variations
Color information
#796CDC (or 0x796CDC) is known color: Medium Slate Blue. HEX triplet: 79, 6C and DC. RGB value is (121,108,220). Sum of RGB (Red+Green+Blue) = 121+108+220=449 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.95% from 449); Green value is 108 (42.58% from 255 or 24.05% from 449); Blue value is 220 (86.33% from 255 or 49.00% from 449); Max value from RGB is 220 - color contains mainly: blue. Hex color #796CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CDC is #869323. Grayscale: #7C7C7C. Windows color (decimal): -8819492 or 14445689. OLE color: 14445689.
HSL color Cylindrical-coordinate representation of color #796CDC: hue angle of 246.96º 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 #796CDC is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 108 | 220 | - |
| CMYK | 0.45 | 0.51 | 0 | 0.14 |
| HSL | 246.96º | 0.62% | 0.64% | - |
| HSV(B) | 246.96º | 0.51% | 0.86% | - |
| XYZ | 26.17 | 19.96 | 70.18 | - |
| YUV | 124.66 | 181.81 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 220 | 0.45 | 0.51 | 0 | 0.14 | 246.96 | 0.62 | 0.64 |
| Hex | 79 | 6C | DC | 2D | 33 | 0 | E | F7 | 3E | 40 |
| Octal | 171 | 154 | 334 | 55 | 63 | 0 | 16 | 367 | 76 | 100 |
| Binary | 1111001 | 1101100 | 11011100 | 101101 | 110011 | 0 | 1110 | 11110111 | 111110 | 1000000 |
Color Harmonies of #796CDC
Complementary color
Monochromatic Colors of #796CDC
Black with #796CDC
Text Example
Text Example
White with #796CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796CDC; }
p { color: rgb(121,108,220); }
H1.HeaderClassName
{
color: #796CDC;
}
.AnyTagClassName
{
color: #796CDC;
}
</style>
background-color css
<style>
a { background-color: #796CDC; }
a { background-color: rgb(121,108,220); }
div.DivClassName
{
background-color: #796CDC;
}
.BgClassName
{
background-color: #796CDC;
}
</style>
border-color css
<style>
span { border-color: #796CDC; }
span { border-color: rgb(121,108,220); }
td.TdClassName
{
border-color: #796CDC;
}
.TagClassName
{
border-color: #796CDC;
}
</style>