Shades of Medium Slate Blue #797BDF
Tints of Medium Slate Blue #797BDF
RGB
CMYK
RGB Variations
Color information
#797BDF (or 0x797BDF) is known color: Medium Slate Blue. HEX triplet: 79, 7B and DF. RGB value is (121,123,223). Sum of RGB (Red+Green+Blue) = 121+123+223=467 (61% of max value = 765). Red value is 121 (47.66% from 255 or 25.91% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #797BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #797BDF is #868420. Grayscale: #858585. Windows color (decimal): -8815649 or 14646137. OLE color: 14646137.
HSL color Cylindrical-coordinate representation of color #797BDF: hue angle of 238.82º 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 #797BDF is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 123 | 223 | - |
| CMYK | 0.46 | 0.45 | 0 | 0.13 |
| HSL | 238.82º | 0.61% | 0.67% | - |
| HSV(B) | 238.82º | 0.46% | 0.87% | - |
| XYZ | 28.29 | 23.56 | 72.87 | - |
| YUV | 133.8 | 178.34 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 123 | 223 | 0.46 | 0.45 | 0 | 0.13 | 238.82 | 0.61 | 0.67 |
| Hex | 79 | 7B | DF | 2E | 2D | 0 | D | EF | 3D | 43 |
| Octal | 171 | 173 | 337 | 56 | 55 | 0 | 15 | 357 | 75 | 103 |
| Binary | 1111001 | 1111011 | 11011111 | 101110 | 101101 | 0 | 1101 | 11101111 | 111101 | 1000011 |
Color Harmonies of #797BDF
Complementary color
Monochromatic Colors of #797BDF
Black with #797BDF
Text Example
Text Example
White with #797BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #797BDF; }
p { color: rgb(121,123,223); }
H1.HeaderClassName
{
color: #797BDF;
}
.AnyTagClassName
{
color: #797BDF;
}
</style>
background-color css
<style>
a { background-color: #797BDF; }
a { background-color: rgb(121,123,223); }
div.DivClassName
{
background-color: #797BDF;
}
.BgClassName
{
background-color: #797BDF;
}
</style>
border-color css
<style>
span { border-color: #797BDF; }
span { border-color: rgb(121,123,223); }
td.TdClassName
{
border-color: #797BDF;
}
.TagClassName
{
border-color: #797BDF;
}
</style>