Shades of Medium Slate Blue #766DF7
Tints of Medium Slate Blue #766DF7
RGB
CMYK
RGB Variations
Color information
#766DF7 (or 0x766DF7) is known color: Medium Slate Blue. HEX triplet: 76, 6D and F7. RGB value is (118,109,247). Sum of RGB (Red+Green+Blue) = 118+109+247=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #766DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766DF7 is #899208. Grayscale: #7E7E7E. Windows color (decimal): -9015817 or 16215414. OLE color: 16215414.
HSL color Cylindrical-coordinate representation of color #766DF7: hue angle of 243.91º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #766DF7 is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 118 | 109 | 247 | - |
| CMYK | 0.52 | 0.56 | 0 | 0.03 |
| HSL | 243.91º | 0.9% | 0.7% | - |
| HSV(B) | 243.91º | 0.56% | 0.97% | - |
| XYZ | 29.73 | 21.5 | 90.58 | - |
| YUV | 127.42 | 195.48 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 247 | 0.52 | 0.56 | 0 | 0.03 | 243.91 | 0.9 | 0.7 |
| Hex | 76 | 6D | F7 | 34 | 38 | 0 | 3 | F4 | 5A | 46 |
| Octal | 166 | 155 | 367 | 64 | 70 | 0 | 3 | 364 | 132 | 106 |
| Binary | 1110110 | 1101101 | 11110111 | 110100 | 111000 | 0 | 11 | 11110100 | 1011010 | 1000110 |
Color Harmonies of #766DF7
Complementary color
Monochromatic Colors of #766DF7
Black with #766DF7
Text Example
Text Example
White with #766DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DF7; }
p { color: rgb(118,109,247); }
H1.HeaderClassName
{
color: #766DF7;
}
.AnyTagClassName
{
color: #766DF7;
}
</style>
background-color css
<style>
a { background-color: #766DF7; }
a { background-color: rgb(118,109,247); }
div.DivClassName
{
background-color: #766DF7;
}
.BgClassName
{
background-color: #766DF7;
}
</style>
border-color css
<style>
span { border-color: #766DF7; }
span { border-color: rgb(118,109,247); }
td.TdClassName
{
border-color: #766DF7;
}
.TagClassName
{
border-color: #766DF7;
}
</style>