Shades of Medium Slate Blue #7861DC
Tints of Medium Slate Blue #7861DC
RGB
CMYK
RGB Variations
Color information
#7861DC (or 0x7861DC) is known color: Medium Slate Blue. HEX triplet: 78, 61 and DC. RGB value is (120,97,220). Sum of RGB (Red+Green+Blue) = 120+97+220=437 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.46% from 437); Green value is 97 (38.28% from 255 or 22.20% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #7861DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7861DC is #879E23. Grayscale: #757575. Windows color (decimal): -8887844 or 14442872. OLE color: 14442872.
HSL color Cylindrical-coordinate representation of color #7861DC: hue angle of 251.22º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7861DC is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 97 | 220 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.14 |
| HSL | 251.22º | 0.64% | 0.62% | - |
| HSV(B) | 251.22º | 0.56% | 0.86% | - |
| XYZ | 24.94 | 17.71 | 69.81 | - |
| YUV | 117.9 | 185.62 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 97 | 220 | 0.45 | 0.56 | 0 | 0.14 | 251.22 | 0.64 | 0.62 |
| Hex | 78 | 61 | DC | 2D | 38 | 0 | E | FB | 40 | 3E |
| Octal | 170 | 141 | 334 | 55 | 70 | 0 | 16 | 373 | 100 | 76 |
| Binary | 1111000 | 1100001 | 11011100 | 101101 | 111000 | 0 | 1110 | 11111011 | 1000000 | 111110 |
Color Harmonies of #7861DC
Complementary color
Monochromatic Colors of #7861DC
Black with #7861DC
Text Example
Text Example
White with #7861DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7861DC; }
p { color: rgb(120,97,220); }
H1.HeaderClassName
{
color: #7861DC;
}
.AnyTagClassName
{
color: #7861DC;
}
</style>
background-color css
<style>
a { background-color: #7861DC; }
a { background-color: rgb(120,97,220); }
div.DivClassName
{
background-color: #7861DC;
}
.BgClassName
{
background-color: #7861DC;
}
</style>
border-color css
<style>
span { border-color: #7861DC; }
span { border-color: rgb(120,97,220); }
td.TdClassName
{
border-color: #7861DC;
}
.TagClassName
{
border-color: #7861DC;
}
</style>