Shades of Medium Slate Blue #796BEC
Tints of Medium Slate Blue #796BEC
RGB
CMYK
RGB Variations
Color information
#796BEC (or 0x796BEC) is known color: Medium Slate Blue. HEX triplet: 79, 6B and EC. RGB value is (121,107,236). Sum of RGB (Red+Green+Blue) = 121+107+236=464 (61% of max value = 765). Red value is 121 (47.66% from 255 or 26.08% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #796BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #796BEC is #869413. Grayscale: #7D7D7D. Windows color (decimal): -8819732 or 15494009. OLE color: 15494009.
HSL color Cylindrical-coordinate representation of color #796BEC: hue angle of 246.51º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #796BEC is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 121 | 107 | 236 | - |
| CMYK | 0.49 | 0.55 | 0 | 0.07 |
| HSL | 246.51º | 0.77% | 0.67% | - |
| HSV(B) | 246.51º | 0.55% | 0.93% | - |
| XYZ | 28.28 | 20.64 | 81.85 | - |
| YUV | 125.89 | 190.14 | 124.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 107 | 236 | 0.49 | 0.55 | 0 | 0.07 | 246.51 | 0.77 | 0.67 |
| Hex | 79 | 6B | EC | 31 | 37 | 0 | 7 | F7 | 4D | 43 |
| Octal | 171 | 153 | 354 | 61 | 67 | 0 | 7 | 367 | 115 | 103 |
| Binary | 1111001 | 1101011 | 11101100 | 110001 | 110111 | 0 | 111 | 11110111 | 1001101 | 1000011 |
Color Harmonies of #796BEC
Complementary color
Monochromatic Colors of #796BEC
Black with #796BEC
Text Example
Text Example
White with #796BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796BEC; }
p { color: rgb(121,107,236); }
H1.HeaderClassName
{
color: #796BEC;
}
.AnyTagClassName
{
color: #796BEC;
}
</style>
background-color css
<style>
a { background-color: #796BEC; }
a { background-color: rgb(121,107,236); }
div.DivClassName
{
background-color: #796BEC;
}
.BgClassName
{
background-color: #796BEC;
}
</style>
border-color css
<style>
span { border-color: #796BEC; }
span { border-color: rgb(121,107,236); }
td.TdClassName
{
border-color: #796BEC;
}
.TagClassName
{
border-color: #796BEC;
}
</style>