Shades of Medium Slate Blue #7965DF
Tints of Medium Slate Blue #7965DF
RGB
CMYK
RGB Variations
Color information
#7965DF (or 0x7965DF) is known color: Medium Slate Blue. HEX triplet: 79, 65 and DF. RGB value is (121,101,223). Sum of RGB (Red+Green+Blue) = 121+101+223=445 (58% of max value = 765). Red value is 121 (47.66% from 255 or 27.19% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #7965DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7965DF is #869A20. Grayscale: #787878. Windows color (decimal): -8821281 or 14640505. OLE color: 14640505.
HSL color Cylindrical-coordinate representation of color #7965DF: hue angle of 249.84º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7965DF is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 121 | 101 | 223 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.13 |
| HSL | 249.84º | 0.66% | 0.64% | - |
| HSV(B) | 249.84º | 0.55% | 0.87% | - |
| XYZ | 25.86 | 18.7 | 72.06 | - |
| YUV | 120.89 | 185.63 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 101 | 223 | 0.46 | 0.55 | 0 | 0.13 | 249.84 | 0.66 | 0.64 |
| Hex | 79 | 65 | DF | 2E | 37 | 0 | D | FA | 42 | 40 |
| Octal | 171 | 145 | 337 | 56 | 67 | 0 | 15 | 372 | 102 | 100 |
| Binary | 1111001 | 1100101 | 11011111 | 101110 | 110111 | 0 | 1101 | 11111010 | 1000010 | 1000000 |
Color Harmonies of #7965DF
Complementary color
Monochromatic Colors of #7965DF
Black with #7965DF
Text Example
Text Example
White with #7965DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7965DF; }
p { color: rgb(121,101,223); }
H1.HeaderClassName
{
color: #7965DF;
}
.AnyTagClassName
{
color: #7965DF;
}
</style>
background-color css
<style>
a { background-color: #7965DF; }
a { background-color: rgb(121,101,223); }
div.DivClassName
{
background-color: #7965DF;
}
.BgClassName
{
background-color: #7965DF;
}
</style>
border-color css
<style>
span { border-color: #7965DF; }
span { border-color: rgb(121,101,223); }
td.TdClassName
{
border-color: #7965DF;
}
.TagClassName
{
border-color: #7965DF;
}
</style>