Shades of Medium Slate Blue #7666EC
Tints of Medium Slate Blue #7666EC
RGB
CMYK
RGB Variations
Color information
#7666EC (or 0x7666EC) is known color: Medium Slate Blue. HEX triplet: 76, 66 and EC. RGB value is (118,102,236). Sum of RGB (Red+Green+Blue) = 118+102+236=456 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.88% from 456); Green value is 102 (40.23% from 255 or 22.37% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #7666EC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7666EC is #899913. Grayscale: #797979. Windows color (decimal): -9017620 or 15492726. OLE color: 15492726.
HSL color Cylindrical-coordinate representation of color #7666EC: hue angle of 247.16º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7666EC is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 102 | 236 | - |
| CMYK | 0.5 | 0.57 | 0 | 0.07 |
| HSL | 247.16º | 0.78% | 0.66% | - |
| HSV(B) | 247.16º | 0.57% | 0.93% | - |
| XYZ | 27.36 | 19.41 | 81.66 | - |
| YUV | 122.06 | 192.3 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 236 | 0.5 | 0.57 | 0 | 0.07 | 247.16 | 0.78 | 0.66 |
| Hex | 76 | 66 | EC | 32 | 39 | 0 | 7 | F7 | 4E | 42 |
| Octal | 166 | 146 | 354 | 62 | 71 | 0 | 7 | 367 | 116 | 102 |
| Binary | 1110110 | 1100110 | 11101100 | 110010 | 111001 | 0 | 111 | 11110111 | 1001110 | 1000010 |
Color Harmonies of #7666EC
Complementary color
Monochromatic Colors of #7666EC
Black with #7666EC
Text Example
Text Example
White with #7666EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7666EC; }
p { color: rgb(118,102,236); }
H1.HeaderClassName
{
color: #7666EC;
}
.AnyTagClassName
{
color: #7666EC;
}
</style>
background-color css
<style>
a { background-color: #7666EC; }
a { background-color: rgb(118,102,236); }
div.DivClassName
{
background-color: #7666EC;
}
.BgClassName
{
background-color: #7666EC;
}
</style>
border-color css
<style>
span { border-color: #7666EC; }
span { border-color: rgb(118,102,236); }
td.TdClassName
{
border-color: #7666EC;
}
.TagClassName
{
border-color: #7666EC;
}
</style>