Shades of Medium Slate Blue #7666EB
Tints of Medium Slate Blue #7666EB
RGB
CMYK
RGB Variations
Color information
#7666EB (or 0x7666EB) is known color: Medium Slate Blue. HEX triplet: 76, 66 and EB. RGB value is (118,102,235). Sum of RGB (Red+Green+Blue) = 118+102+235=455 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.93% from 455); Green value is 102 (40.23% from 255 or 22.42% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #7666EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7666EB is #899914. Grayscale: #797979. Windows color (decimal): -9017621 or 15427190. OLE color: 15427190.
HSL color Cylindrical-coordinate representation of color #7666EB: hue angle of 247.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7666EB is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 102 | 235 | - |
| CMYK | 0.50 | 0.57 | 0 | 0.08 |
| HSL | 247.22º | 0.77% | 0.66% | - |
| HSV(B) | 247.22º | 0.57% | 0.92% | - |
| XYZ | 27.22 | 19.35 | 80.9 | - |
| YUV | 121.95 | 191.8 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 102 | 235 | 0.50 | 0.57 | 0 | 0.08 | 247.22 | 0.77 | 0.66 |
| Hex | 76 | 66 | EB | 32 | 39 | 0 | 8 | F7 | 4D | 42 |
| Octal | 166 | 146 | 353 | 62 | 71 | 0 | 10 | 367 | 115 | 102 |
| Binary | 1110110 | 1100110 | 11101011 | 110010 | 111001 | 0 | 1000 | 11110111 | 1001101 | 1000010 |
Color Harmonies of #7666EB
Complementary color
Monochromatic Colors of #7666EB
Black with #7666EB
Text Example
Text Example
White with #7666EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7666EB; }
p { color: rgb(118,102,235); }
H1.HeaderClassName
{
color: #7666EB;
}
.AnyTagClassName
{
color: #7666EB;
}
</style>
background-color css
<style>
a { background-color: #7666EB; }
a { background-color: rgb(118,102,235); }
div.DivClassName
{
background-color: #7666EB;
}
.BgClassName
{
background-color: #7666EB;
}
</style>
border-color css
<style>
span { border-color: #7666EB; }
span { border-color: rgb(118,102,235); }
td.TdClassName
{
border-color: #7666EB;
}
.TagClassName
{
border-color: #7666EB;
}
</style>