Shades of Medium Slate Blue #766FED
Tints of Medium Slate Blue #766FED
RGB
CMYK
RGB Variations
Color information
#766FED (or 0x766FED) is known color: Medium Slate Blue. HEX triplet: 76, 6F and ED. RGB value is (118,111,237). Sum of RGB (Red+Green+Blue) = 118+111+237=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 237 (92.97% from 255 or 50.86% from 466); Max value from RGB is 237 - color contains mainly: blue. Hex color #766FED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FED is #899012. Grayscale: #7E7E7E. Windows color (decimal): -9015315 or 15560566. OLE color: 15560566.
HSL color Cylindrical-coordinate representation of color #766FED: hue angle of 243.33º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #766FED is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 111 | 237 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.07 |
| HSL | 243.33º | 0.78% | 0.68% | - |
| HSV(B) | 243.33º | 0.53% | 0.93% | - |
| XYZ | 28.44 | 21.33 | 82.74 | - |
| YUV | 127.46 | 189.82 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 237 | 0.50 | 0.53 | 0 | 0.07 | 243.33 | 0.78 | 0.68 |
| Hex | 76 | 6F | ED | 32 | 35 | 0 | 7 | F3 | 4E | 44 |
| Octal | 166 | 157 | 355 | 62 | 65 | 0 | 7 | 363 | 116 | 104 |
| Binary | 1110110 | 1101111 | 11101101 | 110010 | 110101 | 0 | 111 | 11110011 | 1001110 | 1000100 |
Color Harmonies of #766FED
Complementary color
Monochromatic Colors of #766FED
Black with #766FED
Text Example
Text Example
White with #766FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FED; }
p { color: rgb(118,111,237); }
H1.HeaderClassName
{
color: #766FED;
}
.AnyTagClassName
{
color: #766FED;
}
</style>
background-color css
<style>
a { background-color: #766FED; }
a { background-color: rgb(118,111,237); }
div.DivClassName
{
background-color: #766FED;
}
.BgClassName
{
background-color: #766FED;
}
</style>
border-color css
<style>
span { border-color: #766FED; }
span { border-color: rgb(118,111,237); }
td.TdClassName
{
border-color: #766FED;
}
.TagClassName
{
border-color: #766FED;
}
</style>