Shades of Medium Slate Blue #796CDA
Tints of Medium Slate Blue #796CDA
RGB
CMYK
RGB Variations
Color information
#796CDA (or 0x796CDA) is known color: Medium Slate Blue. HEX triplet: 79, 6C and DA. RGB value is (121,108,218). Sum of RGB (Red+Green+Blue) = 121+108+218=447 (59% of max value = 765). Red value is 121 (47.66% from 255 or 27.07% from 447); Green value is 108 (42.58% from 255 or 24.16% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #796CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #796CDA is #869325. Grayscale: #7C7C7C. Windows color (decimal): -8819494 or 14314617. OLE color: 14314617.
HSL color Cylindrical-coordinate representation of color #796CDA: hue angle of 247.09º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #796CDA is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 121 | 108 | 218 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.15 |
| HSL | 247.09º | 0.6% | 0.64% | - |
| HSV(B) | 247.09º | 0.5% | 0.85% | - |
| XYZ | 25.9 | 19.85 | 68.8 | - |
| YUV | 124.43 | 180.81 | 125.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 108 | 218 | 0.44 | 0.50 | 0 | 0.15 | 247.09 | 0.6 | 0.64 |
| Hex | 79 | 6C | DA | 2C | 32 | 0 | F | F7 | 3C | 40 |
| Octal | 171 | 154 | 332 | 54 | 62 | 0 | 17 | 367 | 74 | 100 |
| Binary | 1111001 | 1101100 | 11011010 | 101100 | 110010 | 0 | 1111 | 11110111 | 111100 | 1000000 |
Color Harmonies of #796CDA
Complementary color
Monochromatic Colors of #796CDA
Black with #796CDA
Text Example
Text Example
White with #796CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #796CDA; }
p { color: rgb(121,108,218); }
H1.HeaderClassName
{
color: #796CDA;
}
.AnyTagClassName
{
color: #796CDA;
}
</style>
background-color css
<style>
a { background-color: #796CDA; }
a { background-color: rgb(121,108,218); }
div.DivClassName
{
background-color: #796CDA;
}
.BgClassName
{
background-color: #796CDA;
}
</style>
border-color css
<style>
span { border-color: #796CDA; }
span { border-color: rgb(121,108,218); }
td.TdClassName
{
border-color: #796CDA;
}
.TagClassName
{
border-color: #796CDA;
}
</style>