Shades of Medium Slate Blue #796ADC
Tints of Medium Slate Blue #796ADC
RGB
CMYK
RGB Variations
Color information
#796ADC (or 0x796ADC) is known color: Medium Slate Blue. HEX triplet: 79, 6A and DC. RGB value is (121,106,220). Sum of RGB (Red+Green+Blue) = 121+106+220=447 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.07% from 447); Green value is 106 (41.80% from 255 or 23.71% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #796ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796ADC is #869523. Grayscale: #7B7B7B. Windows color (decimal): -8820004 or 14445177. OLE color: 14445177.
HSL color Cylindrical-coordinate representation of color #796ADC: hue angle of 247.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #796ADC is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 121 | 106 | 220 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.14 |
| HSL | 247.89º | 0.62% | 0.64% | - |
| HSV(B) | 247.89º | 0.52% | 0.86% | - |
| XYZ | 25.96 | 19.54 | 70.11 | - |
| YUV | 123.48 | 182.47 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 106 | 220 | 0.45 | 0.52 | 0 | 0.14 | 247.89 | 0.62 | 0.64 |
| Hex | 79 | 6A | DC | 2D | 34 | 0 | E | F8 | 3E | 40 |
| Octal | 171 | 152 | 334 | 55 | 64 | 0 | 16 | 370 | 76 | 100 |
| Binary | 1111001 | 1101010 | 11011100 | 101101 | 110100 | 0 | 1110 | 11111000 | 111110 | 1000000 |
Color Harmonies of #796ADC
Complementary color
Monochromatic Colors of #796ADC
Black with #796ADC
Text Example
Text Example
White with #796ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796ADC; }
p { color: rgb(121,106,220); }
H1.HeaderClassName
{
color: #796ADC;
}
.AnyTagClassName
{
color: #796ADC;
}
</style>
background-color css
<style>
a { background-color: #796ADC; }
a { background-color: rgb(121,106,220); }
div.DivClassName
{
background-color: #796ADC;
}
.BgClassName
{
background-color: #796ADC;
}
</style>
border-color css
<style>
span { border-color: #796ADC; }
span { border-color: rgb(121,106,220); }
td.TdClassName
{
border-color: #796ADC;
}
.TagClassName
{
border-color: #796ADC;
}
</style>