Shades of Medium Slate Blue #7868DF
Tints of Medium Slate Blue #7868DF
RGB
CMYK
RGB Variations
Color information
#7868DF (or 0x7868DF) is known color: Medium Slate Blue. HEX triplet: 78, 68 and DF. RGB value is (120,104,223). Sum of RGB (Red+Green+Blue) = 120+104+223=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #7868DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7868DF is #879720. Grayscale: #797979. Windows color (decimal): -8886049 or 14641272. OLE color: 14641272.
HSL color Cylindrical-coordinate representation of color #7868DF: hue angle of 248.07º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7868DF is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 104 | 223 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.13 |
| HSL | 248.07º | 0.65% | 0.64% | - |
| HSV(B) | 248.07º | 0.53% | 0.87% | - |
| XYZ | 26.02 | 19.22 | 72.15 | - |
| YUV | 122.35 | 184.8 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 223 | 0.46 | 0.53 | 0 | 0.13 | 248.07 | 0.65 | 0.64 |
| Hex | 78 | 68 | DF | 2E | 35 | 0 | D | F8 | 41 | 40 |
| Octal | 170 | 150 | 337 | 56 | 65 | 0 | 15 | 370 | 101 | 100 |
| Binary | 1111000 | 1101000 | 11011111 | 101110 | 110101 | 0 | 1101 | 11111000 | 1000001 | 1000000 |
Color Harmonies of #7868DF
Complementary color
Monochromatic Colors of #7868DF
Black with #7868DF
Text Example
Text Example
White with #7868DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7868DF; }
p { color: rgb(120,104,223); }
H1.HeaderClassName
{
color: #7868DF;
}
.AnyTagClassName
{
color: #7868DF;
}
</style>
background-color css
<style>
a { background-color: #7868DF; }
a { background-color: rgb(120,104,223); }
div.DivClassName
{
background-color: #7868DF;
}
.BgClassName
{
background-color: #7868DF;
}
</style>
border-color css
<style>
span { border-color: #7868DF; }
span { border-color: rgb(120,104,223); }
td.TdClassName
{
border-color: #7868DF;
}
.TagClassName
{
border-color: #7868DF;
}
</style>