Shades of Medium Slate Blue #7865EC
Tints of Medium Slate Blue #7865EC
RGB
CMYK
RGB Variations
Color information
#7865EC (or 0x7865EC) is known color: Medium Slate Blue. HEX triplet: 78, 65 and EC. RGB value is (120,101,236). Sum of RGB (Red+Green+Blue) = 120+101+236=457 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.26% from 457); Green value is 101 (39.84% from 255 or 22.10% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #7865EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7865EC is #879A13. Grayscale: #797979. Windows color (decimal): -8886804 or 15492472. OLE color: 15492472.
HSL color Cylindrical-coordinate representation of color #7865EC: hue angle of 248.44º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7865EC is Cyan = 0.49, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 120 | 101 | 236 | - |
| CMYK | 0.49 | 0.57 | 0 | 0.07 |
| HSL | 248.44º | 0.78% | 0.66% | - |
| HSV(B) | 248.44º | 0.57% | 0.93% | - |
| XYZ | 27.54 | 19.36 | 81.64 | - |
| YUV | 122.07 | 192.29 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 101 | 236 | 0.49 | 0.57 | 0 | 0.07 | 248.44 | 0.78 | 0.66 |
| Hex | 78 | 65 | EC | 31 | 39 | 0 | 7 | F8 | 4E | 42 |
| Octal | 170 | 145 | 354 | 61 | 71 | 0 | 7 | 370 | 116 | 102 |
| Binary | 1111000 | 1100101 | 11101100 | 110001 | 111001 | 0 | 111 | 11111000 | 1001110 | 1000010 |
Color Harmonies of #7865EC
Complementary color
Monochromatic Colors of #7865EC
Black with #7865EC
Text Example
Text Example
White with #7865EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7865EC; }
p { color: rgb(120,101,236); }
H1.HeaderClassName
{
color: #7865EC;
}
.AnyTagClassName
{
color: #7865EC;
}
</style>
background-color css
<style>
a { background-color: #7865EC; }
a { background-color: rgb(120,101,236); }
div.DivClassName
{
background-color: #7865EC;
}
.BgClassName
{
background-color: #7865EC;
}
</style>
border-color css
<style>
span { border-color: #7865EC; }
span { border-color: rgb(120,101,236); }
td.TdClassName
{
border-color: #7865EC;
}
.TagClassName
{
border-color: #7865EC;
}
</style>