Shades of Medium Slate Blue #7765EC
Tints of Medium Slate Blue #7765EC
RGB
CMYK
RGB Variations
Color information
#7765EC (or 0x7765EC) is known color: Medium Slate Blue. HEX triplet: 77, 65 and EC. RGB value is (119,101,236). Sum of RGB (Red+Green+Blue) = 119+101+236=456 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.10% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #7765EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7765EC is #889A13. Grayscale: #797979. Windows color (decimal): -8952340 or 15492471. OLE color: 15492471.
HSL color Cylindrical-coordinate representation of color #7765EC: hue angle of 248º 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 #7765EC is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 101 | 236 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.07 |
| HSL | 248º | 0.78% | 0.66% | - |
| HSV(B) | 248º | 0.57% | 0.93% | - |
| XYZ | 27.4 | 19.29 | 81.64 | - |
| YUV | 121.77 | 192.46 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 101 | 236 | 0.50 | 0.57 | 0 | 0.07 | 248 | 0.78 | 0.66 |
| Hex | 77 | 65 | EC | 32 | 39 | 0 | 7 | F8 | 4E | 42 |
| Octal | 167 | 145 | 354 | 62 | 71 | 0 | 7 | 370 | 116 | 102 |
| Binary | 1110111 | 1100101 | 11101100 | 110010 | 111001 | 0 | 111 | 11111000 | 1001110 | 1000010 |
Color Harmonies of #7765EC
Complementary color
Monochromatic Colors of #7765EC
Black with #7765EC
Text Example
Text Example
White with #7765EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7765EC; }
p { color: rgb(119,101,236); }
H1.HeaderClassName
{
color: #7765EC;
}
.AnyTagClassName
{
color: #7765EC;
}
</style>
background-color css
<style>
a { background-color: #7765EC; }
a { background-color: rgb(119,101,236); }
div.DivClassName
{
background-color: #7765EC;
}
.BgClassName
{
background-color: #7765EC;
}
</style>
border-color css
<style>
span { border-color: #7765EC; }
span { border-color: rgb(119,101,236); }
td.TdClassName
{
border-color: #7765EC;
}
.TagClassName
{
border-color: #7765EC;
}
</style>