Shades of Medium Slate Blue #7868DB
Tints of Medium Slate Blue #7868DB
RGB
CMYK
RGB Variations
Color information
#7868DB (or 0x7868DB) is known color: Medium Slate Blue. HEX triplet: 78, 68 and DB. RGB value is (120,104,219). Sum of RGB (Red+Green+Blue) = 120+104+219=443 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.09% from 443); Green value is 104 (41.02% from 255 or 23.48% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #7868DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7868DB is #879724. Grayscale: #797979. Windows color (decimal): -8886053 or 14379128. OLE color: 14379128.
HSL color Cylindrical-coordinate representation of color #7868DB: hue angle of 248.35º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7868DB is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 104 | 219 | - |
| CMYK | 0.45 | 0.53 | 0 | 0.14 |
| HSL | 248.35º | 0.61% | 0.63% | - |
| HSV(B) | 248.35º | 0.53% | 0.86% | - |
| XYZ | 25.48 | 19.01 | 69.34 | - |
| YUV | 121.89 | 182.8 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 104 | 219 | 0.45 | 0.53 | 0 | 0.14 | 248.35 | 0.61 | 0.63 |
| Hex | 78 | 68 | DB | 2D | 35 | 0 | E | F8 | 3D | 3F |
| Octal | 170 | 150 | 333 | 55 | 65 | 0 | 16 | 370 | 75 | 77 |
| Binary | 1111000 | 1101000 | 11011011 | 101101 | 110101 | 0 | 1110 | 11111000 | 111101 | 111111 |
Color Harmonies of #7868DB
Complementary color
Monochromatic Colors of #7868DB
Black with #7868DB
Text Example
Text Example
White with #7868DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7868DB; }
p { color: rgb(120,104,219); }
H1.HeaderClassName
{
color: #7868DB;
}
.AnyTagClassName
{
color: #7868DB;
}
</style>
background-color css
<style>
a { background-color: #7868DB; }
a { background-color: rgb(120,104,219); }
div.DivClassName
{
background-color: #7868DB;
}
.BgClassName
{
background-color: #7868DB;
}
</style>
border-color css
<style>
span { border-color: #7868DB; }
span { border-color: rgb(120,104,219); }
td.TdClassName
{
border-color: #7868DB;
}
.TagClassName
{
border-color: #7868DB;
}
</style>