Shades of Medium Slate Blue #797CDF
Tints of Medium Slate Blue #797CDF
RGB
CMYK
RGB Variations
Color information
#797CDF (or 0x797CDF) is known color: Medium Slate Blue. HEX triplet: 79, 7C and DF. RGB value is (121,124,223). Sum of RGB (Red+Green+Blue) = 121+124+223=468 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.85% from 468); Green value is 124 (48.83% from 255 or 26.50% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #797CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797CDF is #868320. Grayscale: #858585. Windows color (decimal): -8815393 or 14646393. OLE color: 14646393.
HSL color Cylindrical-coordinate representation of color #797CDF: hue angle of 238.24º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #797CDF is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 124 | 223 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.13 |
| HSL | 238.24º | 0.61% | 0.67% | - |
| HSV(B) | 238.24º | 0.46% | 0.87% | - |
| XYZ | 28.41 | 23.81 | 72.91 | - |
| YUV | 134.39 | 178.01 | 118.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 124 | 223 | 0.46 | 0.44 | 0 | 0.13 | 238.24 | 0.61 | 0.67 |
| Hex | 79 | 7C | DF | 2E | 2C | 0 | D | EE | 3D | 43 |
| Octal | 171 | 174 | 337 | 56 | 54 | 0 | 15 | 356 | 75 | 103 |
| Binary | 1111001 | 1111100 | 11011111 | 101110 | 101100 | 0 | 1101 | 11101110 | 111101 | 1000011 |
Color Harmonies of #797CDF
Complementary color
Monochromatic Colors of #797CDF
Black with #797CDF
Text Example
Text Example
White with #797CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797CDF; }
p { color: rgb(121,124,223); }
H1.HeaderClassName
{
color: #797CDF;
}
.AnyTagClassName
{
color: #797CDF;
}
</style>
background-color css
<style>
a { background-color: #797CDF; }
a { background-color: rgb(121,124,223); }
div.DivClassName
{
background-color: #797CDF;
}
.BgClassName
{
background-color: #797CDF;
}
</style>
border-color css
<style>
span { border-color: #797CDF; }
span { border-color: rgb(121,124,223); }
td.TdClassName
{
border-color: #797CDF;
}
.TagClassName
{
border-color: #797CDF;
}
</style>