Shades of Medium Slate Blue #766DED
Tints of Medium Slate Blue #766DED
RGB
CMYK
RGB Variations
Color information
#766DED (or 0x766DED) is known color: Medium Slate Blue. HEX triplet: 76, 6D and ED. RGB value is (118,109,237). Sum of RGB (Red+Green+Blue) = 118+109+237=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 237 (92.97% from 255 or 51.08% from 464); Max value from RGB is 237 - color contains mainly: blue. Hex color #766DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766DED is #899212. Grayscale: #7D7D7D. Windows color (decimal): -9015827 or 15560054. OLE color: 15560054.
HSL color Cylindrical-coordinate representation of color #766DED: hue angle of 244.22º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766DED is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 109 | 237 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.07 |
| HSL | 244.22º | 0.78% | 0.68% | - |
| HSV(B) | 244.22º | 0.54% | 0.93% | - |
| XYZ | 28.23 | 20.9 | 82.67 | - |
| YUV | 126.28 | 190.48 | 122.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 237 | 0.50 | 0.54 | 0 | 0.07 | 244.22 | 0.78 | 0.68 |
| Hex | 76 | 6D | ED | 32 | 36 | 0 | 7 | F4 | 4E | 44 |
| Octal | 166 | 155 | 355 | 62 | 66 | 0 | 7 | 364 | 116 | 104 |
| Binary | 1110110 | 1101101 | 11101101 | 110010 | 110110 | 0 | 111 | 11110100 | 1001110 | 1000100 |
Color Harmonies of #766DED
Complementary color
Monochromatic Colors of #766DED
Black with #766DED
Text Example
Text Example
White with #766DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DED; }
p { color: rgb(118,109,237); }
H1.HeaderClassName
{
color: #766DED;
}
.AnyTagClassName
{
color: #766DED;
}
</style>
background-color css
<style>
a { background-color: #766DED; }
a { background-color: rgb(118,109,237); }
div.DivClassName
{
background-color: #766DED;
}
.BgClassName
{
background-color: #766DED;
}
</style>
border-color css
<style>
span { border-color: #766DED; }
span { border-color: rgb(118,109,237); }
td.TdClassName
{
border-color: #766DED;
}
.TagClassName
{
border-color: #766DED;
}
</style>