Shades of Medium Slate Blue #766EF0
Tints of Medium Slate Blue #766EF0
RGB
CMYK
RGB Variations
Color information
#766EF0 (or 0x766EF0) is known color: Medium Slate Blue. HEX triplet: 76, 6E and F0. RGB value is (118,110,240). Sum of RGB (Red+Green+Blue) = 118+110+240=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 240 (94.14% from 255 or 51.28% from 468); Max value from RGB is 240 - color contains mainly: blue. Hex color #766EF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766EF0 is #89910F. Grayscale: #7E7E7E. Windows color (decimal): -9015568 or 15756918. OLE color: 15756918.
HSL color Cylindrical-coordinate representation of color #766EF0: hue angle of 243.69º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766EF0 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 110 | 240 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.06 |
| HSL | 243.69º | 0.81% | 0.69% | - |
| HSV(B) | 243.69º | 0.54% | 0.94% | - |
| XYZ | 28.78 | 21.29 | 85.03 | - |
| YUV | 127.21 | 191.65 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 240 | 0.51 | 0.54 | 0 | 0.06 | 243.69 | 0.81 | 0.69 |
| Hex | 76 | 6E | F0 | 33 | 36 | 0 | 6 | F4 | 51 | 45 |
| Octal | 166 | 156 | 360 | 63 | 66 | 0 | 6 | 364 | 121 | 105 |
| Binary | 1110110 | 1101110 | 11110000 | 110011 | 110110 | 0 | 110 | 11110100 | 1010001 | 1000101 |
Color Harmonies of #766EF0
Complementary color
Monochromatic Colors of #766EF0
Black with #766EF0
Text Example
Text Example
White with #766EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766EF0; }
p { color: rgb(118,110,240); }
H1.HeaderClassName
{
color: #766EF0;
}
.AnyTagClassName
{
color: #766EF0;
}
</style>
background-color css
<style>
a { background-color: #766EF0; }
a { background-color: rgb(118,110,240); }
div.DivClassName
{
background-color: #766EF0;
}
.BgClassName
{
background-color: #766EF0;
}
</style>
border-color css
<style>
span { border-color: #766EF0; }
span { border-color: rgb(118,110,240); }
td.TdClassName
{
border-color: #766EF0;
}
.TagClassName
{
border-color: #766EF0;
}
</style>