Shades of Medium Slate Blue #7864DF
Tints of Medium Slate Blue #7864DF
RGB
CMYK
RGB Variations
Color information
#7864DF (or 0x7864DF) is known color: Medium Slate Blue. HEX triplet: 78, 64 and DF. RGB value is (120,100,223). Sum of RGB (Red+Green+Blue) = 120+100+223=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #7864DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7864DF is #879B20. Grayscale: #777777. Windows color (decimal): -8887073 or 14640248. OLE color: 14640248.
HSL color Cylindrical-coordinate representation of color #7864DF: hue angle of 249.76º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7864DF is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 100 | 223 | - |
| CMYK | 0.46 | 0.55 | 0 | 0.13 |
| HSL | 249.76º | 0.66% | 0.63% | - |
| HSV(B) | 249.76º | 0.55% | 0.87% | - |
| XYZ | 25.62 | 18.44 | 72.02 | - |
| YUV | 120 | 186.13 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 100 | 223 | 0.46 | 0.55 | 0 | 0.13 | 249.76 | 0.66 | 0.63 |
| Hex | 78 | 64 | DF | 2E | 37 | 0 | D | FA | 42 | 3F |
| Octal | 170 | 144 | 337 | 56 | 67 | 0 | 15 | 372 | 102 | 77 |
| Binary | 1111000 | 1100100 | 11011111 | 101110 | 110111 | 0 | 1101 | 11111010 | 1000010 | 111111 |
Color Harmonies of #7864DF
Complementary color
Monochromatic Colors of #7864DF
Black with #7864DF
Text Example
Text Example
White with #7864DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7864DF; }
p { color: rgb(120,100,223); }
H1.HeaderClassName
{
color: #7864DF;
}
.AnyTagClassName
{
color: #7864DF;
}
</style>
background-color css
<style>
a { background-color: #7864DF; }
a { background-color: rgb(120,100,223); }
div.DivClassName
{
background-color: #7864DF;
}
.BgClassName
{
background-color: #7864DF;
}
</style>
border-color css
<style>
span { border-color: #7864DF; }
span { border-color: rgb(120,100,223); }
td.TdClassName
{
border-color: #7864DF;
}
.TagClassName
{
border-color: #7864DF;
}
</style>