Shades of Medium Slate Blue #796FDD
Tints of Medium Slate Blue #796FDD
RGB
CMYK
RGB Variations
Color information
#796FDD (or 0x796FDD) is known color: Medium Slate Blue. HEX triplet: 79, 6F and DD. RGB value is (121,111,221). Sum of RGB (Red+Green+Blue) = 121+111+221=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #796FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796FDD is #869022. Grayscale: #7E7E7E. Windows color (decimal): -8818723 or 14511993. OLE color: 14511993.
HSL color Cylindrical-coordinate representation of color #796FDD: hue angle of 245.45º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #796FDD is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 111 | 221 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.13 |
| HSL | 245.45º | 0.62% | 0.65% | - |
| HSV(B) | 245.45º | 0.5% | 0.87% | - |
| XYZ | 26.62 | 20.65 | 70.99 | - |
| YUV | 126.53 | 181.31 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 111 | 221 | 0.45 | 0.50 | 0 | 0.13 | 245.45 | 0.62 | 0.65 |
| Hex | 79 | 6F | DD | 2D | 32 | 0 | D | F5 | 3E | 41 |
| Octal | 171 | 157 | 335 | 55 | 62 | 0 | 15 | 365 | 76 | 101 |
| Binary | 1111001 | 1101111 | 11011101 | 101101 | 110010 | 0 | 1101 | 11110101 | 111110 | 1000001 |
Color Harmonies of #796FDD
Complementary color
Monochromatic Colors of #796FDD
Black with #796FDD
Text Example
Text Example
White with #796FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796FDD; }
p { color: rgb(121,111,221); }
H1.HeaderClassName
{
color: #796FDD;
}
.AnyTagClassName
{
color: #796FDD;
}
</style>
background-color css
<style>
a { background-color: #796FDD; }
a { background-color: rgb(121,111,221); }
div.DivClassName
{
background-color: #796FDD;
}
.BgClassName
{
background-color: #796FDD;
}
</style>
border-color css
<style>
span { border-color: #796FDD; }
span { border-color: rgb(121,111,221); }
td.TdClassName
{
border-color: #796FDD;
}
.TagClassName
{
border-color: #796FDD;
}
</style>