Shades of Medium Slate Blue #766DF6
Tints of Medium Slate Blue #766DF6
RGB
CMYK
RGB Variations
Color information
#766DF6 (or 0x766DF6) is known color: Medium Slate Blue. HEX triplet: 76, 6D and F6. RGB value is (118,109,246). Sum of RGB (Red+Green+Blue) = 118+109+246=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 109 (42.97% from 255 or 23.04% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #766DF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766DF6 is #899209. Grayscale: #7E7E7E. Windows color (decimal): -9015818 or 16149878. OLE color: 16149878.
HSL color Cylindrical-coordinate representation of color #766DF6: hue angle of 243.94º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766DF6 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 109 | 246 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.04 |
| HSL | 243.94º | 0.88% | 0.7% | - |
| HSV(B) | 243.94º | 0.56% | 0.96% | - |
| XYZ | 29.57 | 21.44 | 89.77 | - |
| YUV | 127.31 | 194.98 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 246 | 0.52 | 0.56 | 0 | 0.04 | 243.94 | 0.88 | 0.7 |
| Hex | 76 | 6D | F6 | 34 | 38 | 0 | 4 | F4 | 58 | 46 |
| Octal | 166 | 155 | 366 | 64 | 70 | 0 | 4 | 364 | 130 | 106 |
| Binary | 1110110 | 1101101 | 11110110 | 110100 | 111000 | 0 | 100 | 11110100 | 1011000 | 1000110 |
Color Harmonies of #766DF6
Complementary color
Monochromatic Colors of #766DF6
Black with #766DF6
Text Example
Text Example
White with #766DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DF6; }
p { color: rgb(118,109,246); }
H1.HeaderClassName
{
color: #766DF6;
}
.AnyTagClassName
{
color: #766DF6;
}
</style>
background-color css
<style>
a { background-color: #766DF6; }
a { background-color: rgb(118,109,246); }
div.DivClassName
{
background-color: #766DF6;
}
.BgClassName
{
background-color: #766DF6;
}
</style>
border-color css
<style>
span { border-color: #766DF6; }
span { border-color: rgb(118,109,246); }
td.TdClassName
{
border-color: #766DF6;
}
.TagClassName
{
border-color: #766DF6;
}
</style>