Shades of Medium Slate Blue #766EEC
Tints of Medium Slate Blue #766EEC
RGB
CMYK
RGB Variations
Color information
#766EEC (or 0x766EEC) is known color: Medium Slate Blue. HEX triplet: 76, 6E and EC. RGB value is (118,110,236). Sum of RGB (Red+Green+Blue) = 118+110+236=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #766EEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766EEC is #899113. Grayscale: #7E7E7E. Windows color (decimal): -9015572 or 15494774. OLE color: 15494774.
HSL color Cylindrical-coordinate representation of color #766EEC: hue angle of 243.81º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #766EEC is Cyan = 0.5, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 110 | 236 | - |
| CMYK | 0.5 | 0.53 | 0 | 0.07 |
| HSL | 243.81º | 0.77% | 0.68% | - |
| HSV(B) | 243.81º | 0.53% | 0.93% | - |
| XYZ | 28.19 | 21.06 | 81.94 | - |
| YUV | 126.76 | 189.65 | 121.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 236 | 0.5 | 0.53 | 0 | 0.07 | 243.81 | 0.77 | 0.68 |
| Hex | 76 | 6E | EC | 32 | 35 | 0 | 7 | F4 | 4D | 44 |
| Octal | 166 | 156 | 354 | 62 | 65 | 0 | 7 | 364 | 115 | 104 |
| Binary | 1110110 | 1101110 | 11101100 | 110010 | 110101 | 0 | 111 | 11110100 | 1001101 | 1000100 |
Color Harmonies of #766EEC
Complementary color
Monochromatic Colors of #766EEC
Black with #766EEC
Text Example
Text Example
White with #766EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766EEC; }
p { color: rgb(118,110,236); }
H1.HeaderClassName
{
color: #766EEC;
}
.AnyTagClassName
{
color: #766EEC;
}
</style>
background-color css
<style>
a { background-color: #766EEC; }
a { background-color: rgb(118,110,236); }
div.DivClassName
{
background-color: #766EEC;
}
.BgClassName
{
background-color: #766EEC;
}
</style>
border-color css
<style>
span { border-color: #766EEC; }
span { border-color: rgb(118,110,236); }
td.TdClassName
{
border-color: #766EEC;
}
.TagClassName
{
border-color: #766EEC;
}
</style>