Shades of Medium Slate Blue #766DE7
Tints of Medium Slate Blue #766DE7
RGB
CMYK
RGB Variations
Color information
#766DE7 (or 0x766DE7) is known color: Medium Slate Blue. HEX triplet: 76, 6D and E7. RGB value is (118,109,231). Sum of RGB (Red+Green+Blue) = 118+109+231=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 231 (90.62% from 255 or 50.44% from 458); Max value from RGB is 231 - color contains mainly: blue. Hex color #766DE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766DE7 is #899218. Grayscale: #7D7D7D. Windows color (decimal): -9015833 or 15166838. OLE color: 15166838.
HSL color Cylindrical-coordinate representation of color #766DE7: hue angle of 244.43º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #766DE7 is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 109 | 231 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.09 |
| HSL | 244.43º | 0.72% | 0.67% | - |
| HSV(B) | 244.43º | 0.53% | 0.91% | - |
| XYZ | 27.36 | 20.56 | 78.13 | - |
| YUV | 125.6 | 187.48 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 231 | 0.49 | 0.53 | 0 | 0.09 | 244.43 | 0.72 | 0.67 |
| Hex | 76 | 6D | E7 | 31 | 35 | 0 | 9 | F4 | 48 | 43 |
| Octal | 166 | 155 | 347 | 61 | 65 | 0 | 11 | 364 | 110 | 103 |
| Binary | 1110110 | 1101101 | 11100111 | 110001 | 110101 | 0 | 1001 | 11110100 | 1001000 | 1000011 |
Color Harmonies of #766DE7
Complementary color
Monochromatic Colors of #766DE7
Black with #766DE7
Text Example
Text Example
White with #766DE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DE7; }
p { color: rgb(118,109,231); }
H1.HeaderClassName
{
color: #766DE7;
}
.AnyTagClassName
{
color: #766DE7;
}
</style>
background-color css
<style>
a { background-color: #766DE7; }
a { background-color: rgb(118,109,231); }
div.DivClassName
{
background-color: #766DE7;
}
.BgClassName
{
background-color: #766DE7;
}
</style>
border-color css
<style>
span { border-color: #766DE7; }
span { border-color: rgb(118,109,231); }
td.TdClassName
{
border-color: #766DE7;
}
.TagClassName
{
border-color: #766DE7;
}
</style>