Shades of Medium Slate Blue #764FEC
Tints of Medium Slate Blue #764FEC
RGB
CMYK
RGB Variations
Color information
#764FEC (or 0x764FEC) is known color: Medium Slate Blue. HEX triplet: 76, 4F and EC. RGB value is (118,79,236). Sum of RGB (Red+Green+Blue) = 118+79+236=433 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.25% from 433); Green value is 79 (31.25% from 255 or 18.24% from 433); Blue value is 236 (92.58% from 255 or 54.50% from 433); Max value from RGB is 236 - color contains mainly: blue. Hex color #764FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764FEC is #89B013. Grayscale: #6B6B6B. Windows color (decimal): -9023508 or 15486838. OLE color: 15486838.
HSL color Cylindrical-coordinate representation of color #764FEC: hue angle of 254.9º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #764FEC is Cyan = 0.5, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 79 | 236 | - |
| CMYK | 0.5 | 0.67 | 0 | 0.07 |
| HSL | 254.9º | 0.81% | 0.62% | - |
| HSV(B) | 254.9º | 0.67% | 0.93% | - |
| XYZ | 25.41 | 15.5 | 81.01 | - |
| YUV | 108.56 | 199.92 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 236 | 0.5 | 0.67 | 0 | 0.07 | 254.9 | 0.81 | 0.62 |
| Hex | 76 | 4F | EC | 32 | 43 | 0 | 7 | FF | 51 | 3E |
| Octal | 166 | 117 | 354 | 62 | 103 | 0 | 7 | 377 | 121 | 76 |
| Binary | 1110110 | 1001111 | 11101100 | 110010 | 1000011 | 0 | 111 | 11111111 | 1010001 | 111110 |
Color Harmonies of #764FEC
Complementary color
Monochromatic Colors of #764FEC
Black with #764FEC
Text Example
Text Example
White with #764FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FEC; }
p { color: rgb(118,79,236); }
H1.HeaderClassName
{
color: #764FEC;
}
.AnyTagClassName
{
color: #764FEC;
}
</style>
background-color css
<style>
a { background-color: #764FEC; }
a { background-color: rgb(118,79,236); }
div.DivClassName
{
background-color: #764FEC;
}
.BgClassName
{
background-color: #764FEC;
}
</style>
border-color css
<style>
span { border-color: #764FEC; }
span { border-color: rgb(118,79,236); }
td.TdClassName
{
border-color: #764FEC;
}
.TagClassName
{
border-color: #764FEC;
}
</style>