Shades of Medium Slate Blue #764FED
Tints of Medium Slate Blue #764FED
RGB
CMYK
RGB Variations
Color information
#764FED (or 0x764FED) is known color: Medium Slate Blue. HEX triplet: 76, 4F and ED. RGB value is (118,79,237). Sum of RGB (Red+Green+Blue) = 118+79+237=434 (57% of max value = 765). Red value is 118 (46.48% from 255 or 27.19% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 237 (92.97% from 255 or 54.61% from 434); Max value from RGB is 237 - color contains mainly: blue. Hex color #764FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #764FED is #89B012. Grayscale: #6C6C6C. Windows color (decimal): -9023507 or 15552374. OLE color: 15552374.
HSL color Cylindrical-coordinate representation of color #764FED: hue angle of 254.81º 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 #764FED is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 79 | 237 | - |
| CMYK | 0.50 | 0.67 | 0 | 0.07 |
| HSL | 254.81º | 0.81% | 0.62% | - |
| HSV(B) | 254.81º | 0.67% | 0.93% | - |
| XYZ | 25.55 | 15.56 | 81.78 | - |
| YUV | 108.67 | 200.42 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 79 | 237 | 0.50 | 0.67 | 0 | 0.07 | 254.81 | 0.81 | 0.62 |
| Hex | 76 | 4F | ED | 32 | 43 | 0 | 7 | FF | 51 | 3E |
| Octal | 166 | 117 | 355 | 62 | 103 | 0 | 7 | 377 | 121 | 76 |
| Binary | 1110110 | 1001111 | 11101101 | 110010 | 1000011 | 0 | 111 | 11111111 | 1010001 | 111110 |
Color Harmonies of #764FED
Complementary color
Monochromatic Colors of #764FED
Black with #764FED
Text Example
Text Example
White with #764FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #764FED; }
p { color: rgb(118,79,237); }
H1.HeaderClassName
{
color: #764FED;
}
.AnyTagClassName
{
color: #764FED;
}
</style>
background-color css
<style>
a { background-color: #764FED; }
a { background-color: rgb(118,79,237); }
div.DivClassName
{
background-color: #764FED;
}
.BgClassName
{
background-color: #764FED;
}
</style>
border-color css
<style>
span { border-color: #764FED; }
span { border-color: rgb(118,79,237); }
td.TdClassName
{
border-color: #764FED;
}
.TagClassName
{
border-color: #764FED;
}
</style>