Shades of Medium Slate Blue #764EFF
Tints of Medium Slate Blue #764EFF
RGB
CMYK
RGB Variations
Color information
#764EFF (or 0x764EFF) is known color: Medium Slate Blue. HEX triplet: 76, 4E and FF. RGB value is (118,78,255). Sum of RGB (Red+Green+Blue) = 118+78+255=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #764EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764EFF is #89B100. Grayscale: #6D6D6D. Windows color (decimal): -9023745 or 16731766. OLE color: 16731766.
HSL color Cylindrical-coordinate representation of color #764EFF: hue angle of 253.56º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764EFF is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 78 | 255 | - |
| CMYK | 0.54 | 0.69 | 0 | 0 |
| HSL | 253.56º | 1% | 0.65% | - |
| HSV(B) | 253.56º | 0.69% | 1% | - |
| XYZ | 28.25 | 16.52 | 96.31 | - |
| YUV | 110.14 | 209.75 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 255 | 0.54 | 0.69 | 0 | 0 | 253.56 | 1 | 0.65 |
| Hex | 76 | 4E | FF | 36 | 45 | 0 | 0 | FE | 64 | 41 |
| Octal | 166 | 116 | 377 | 66 | 105 | 0 | 0 | 376 | 144 | 101 |
| Binary | 1110110 | 1001110 | 11111111 | 110110 | 1000101 | 0 | 0 | 11111110 | 1100100 | 1000001 |
Color Harmonies of #764EFF
Complementary color
Monochromatic Colors of #764EFF
Black with #764EFF
Text Example
Text Example
White with #764EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764EFF; }
p { color: rgb(118,78,255); }
H1.HeaderClassName
{
color: #764EFF;
}
.AnyTagClassName
{
color: #764EFF;
}
</style>
background-color css
<style>
a { background-color: #764EFF; }
a { background-color: rgb(118,78,255); }
div.DivClassName
{
background-color: #764EFF;
}
.BgClassName
{
background-color: #764EFF;
}
</style>
border-color css
<style>
span { border-color: #764EFF; }
span { border-color: rgb(118,78,255); }
td.TdClassName
{
border-color: #764EFF;
}
.TagClassName
{
border-color: #764EFF;
}
</style>