Shades of Medium Slate Blue #764EFE
Tints of Medium Slate Blue #764EFE
RGB
CMYK
RGB Variations
Color information
#764EFE (or 0x764EFE) is known color: Medium Slate Blue. HEX triplet: 76, 4E and FE. RGB value is (118,78,254). Sum of RGB (Red+Green+Blue) = 118+78+254=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 78 (30.86% from 255 or 17.33% from 450); Blue value is 254 (99.61% from 255 or 56.44% from 450); Max value from RGB is 254 - color contains mainly: blue. Hex color #764EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764EFE is #89B101. Grayscale: #6D6D6D. Windows color (decimal): -9023746 or 16666230. OLE color: 16666230.
HSL color Cylindrical-coordinate representation of color #764EFE: hue angle of 253.64º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #764EFE is Cyan = 0.54, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 78 | 254 | - |
| CMYK | 0.54 | 0.69 | 0 | 0.00 |
| HSL | 253.64º | 0.99% | 0.65% | - |
| HSV(B) | 253.64º | 0.69% | 1% | - |
| XYZ | 28.09 | 16.46 | 95.46 | - |
| YUV | 110.02 | 209.25 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 78 | 254 | 0.54 | 0.69 | 0 | 0.00 | 253.64 | 0.99 | 0.65 |
| Hex | 76 | 4E | FE | 36 | 45 | 0 | 0 | FE | 63 | 41 |
| Octal | 166 | 116 | 376 | 66 | 105 | 0 | 0 | 376 | 143 | 101 |
| Binary | 1110110 | 1001110 | 11111110 | 110110 | 1000101 | 0 | 0 | 11111110 | 1100011 | 1000001 |
Color Harmonies of #764EFE
Complementary color
Monochromatic Colors of #764EFE
Black with #764EFE
Text Example
Text Example
White with #764EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764EFE; }
p { color: rgb(118,78,254); }
H1.HeaderClassName
{
color: #764EFE;
}
.AnyTagClassName
{
color: #764EFE;
}
</style>
background-color css
<style>
a { background-color: #764EFE; }
a { background-color: rgb(118,78,254); }
div.DivClassName
{
background-color: #764EFE;
}
.BgClassName
{
background-color: #764EFE;
}
</style>
border-color css
<style>
span { border-color: #764EFE; }
span { border-color: rgb(118,78,254); }
td.TdClassName
{
border-color: #764EFE;
}
.TagClassName
{
border-color: #764EFE;
}
</style>