Shades of Medium Slate Blue #7764EF
Tints of Medium Slate Blue #7764EF
RGB
CMYK
RGB Variations
Color information
#7764EF (or 0x7764EF) is known color: Medium Slate Blue. HEX triplet: 77, 64 and EF. RGB value is (119,100,239). Sum of RGB (Red+Green+Blue) = 119+100+239=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 100 (39.45% from 255 or 21.83% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #7764EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7764EF is #889B10. Grayscale: #787878. Windows color (decimal): -8952593 or 15688823. OLE color: 15688823.
HSL color Cylindrical-coordinate representation of color #7764EF: hue angle of 248.2º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7764EF is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 119 | 100 | 239 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.06 |
| HSL | 248.2º | 0.81% | 0.66% | - |
| HSV(B) | 248.2º | 0.58% | 0.94% | - |
| XYZ | 27.74 | 19.27 | 83.92 | - |
| YUV | 121.53 | 194.29 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 100 | 239 | 0.50 | 0.58 | 0 | 0.06 | 248.2 | 0.81 | 0.66 |
| Hex | 77 | 64 | EF | 32 | 3A | 0 | 6 | F8 | 51 | 42 |
| Octal | 167 | 144 | 357 | 62 | 72 | 0 | 6 | 370 | 121 | 102 |
| Binary | 1110111 | 1100100 | 11101111 | 110010 | 111010 | 0 | 110 | 11111000 | 1010001 | 1000010 |
Color Harmonies of #7764EF
Complementary color
Monochromatic Colors of #7764EF
Black with #7764EF
Text Example
Text Example
White with #7764EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7764EF; }
p { color: rgb(119,100,239); }
H1.HeaderClassName
{
color: #7764EF;
}
.AnyTagClassName
{
color: #7764EF;
}
</style>
background-color css
<style>
a { background-color: #7764EF; }
a { background-color: rgb(119,100,239); }
div.DivClassName
{
background-color: #7764EF;
}
.BgClassName
{
background-color: #7764EF;
}
</style>
border-color css
<style>
span { border-color: #7764EF; }
span { border-color: rgb(119,100,239); }
td.TdClassName
{
border-color: #7764EF;
}
.TagClassName
{
border-color: #7764EF;
}
</style>