Shades of Medium Slate Blue #7865DB
Tints of Medium Slate Blue #7865DB
RGB
CMYK
RGB Variations
Color information
#7865DB (or 0x7865DB) is known color: Medium Slate Blue. HEX triplet: 78, 65 and DB. RGB value is (120,101,219). Sum of RGB (Red+Green+Blue) = 120+101+219=440 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.27% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #7865DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7865DB is #879A24. Grayscale: #777777. Windows color (decimal): -8886821 or 14378360. OLE color: 14378360.
HSL color Cylindrical-coordinate representation of color #7865DB: hue angle of 249.66º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7865DB is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 101 | 219 | - |
| CMYK | 0.45 | 0.54 | 0 | 0.14 |
| HSL | 249.66º | 0.62% | 0.63% | - |
| HSV(B) | 249.66º | 0.54% | 0.86% | - |
| XYZ | 25.19 | 18.41 | 69.24 | - |
| YUV | 120.13 | 183.79 | 127.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 219 | 0.45 | 0.54 | 0 | 0.14 | 249.66 | 0.62 | 0.63 |
| Hex | 78 | 65 | DB | 2D | 36 | 0 | E | FA | 3E | 3F |
| Octal | 170 | 145 | 333 | 55 | 66 | 0 | 16 | 372 | 76 | 77 |
| Binary | 1111000 | 1100101 | 11011011 | 101101 | 110110 | 0 | 1110 | 11111010 | 111110 | 111111 |
Color Harmonies of #7865DB
Complementary color
Monochromatic Colors of #7865DB
Black with #7865DB
Text Example
Text Example
White with #7865DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7865DB; }
p { color: rgb(120,101,219); }
H1.HeaderClassName
{
color: #7865DB;
}
.AnyTagClassName
{
color: #7865DB;
}
</style>
background-color css
<style>
a { background-color: #7865DB; }
a { background-color: rgb(120,101,219); }
div.DivClassName
{
background-color: #7865DB;
}
.BgClassName
{
background-color: #7865DB;
}
</style>
border-color css
<style>
span { border-color: #7865DB; }
span { border-color: rgb(120,101,219); }
td.TdClassName
{
border-color: #7865DB;
}
.TagClassName
{
border-color: #7865DB;
}
</style>