Shades of Medium Slate Blue #766EEB
Tints of Medium Slate Blue #766EEB
RGB
CMYK
RGB Variations
Color information
#766EEB (or 0x766EEB) is known color: Medium Slate Blue. HEX triplet: 76, 6E and EB. RGB value is (118,110,235). Sum of RGB (Red+Green+Blue) = 118+110+235=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 110 (43.36% from 255 or 23.76% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #766EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766EEB is #899114. Grayscale: #7E7E7E. Windows color (decimal): -9015573 or 15429238. OLE color: 15429238.
HSL color Cylindrical-coordinate representation of color #766EEB: hue angle of 243.84º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #766EEB is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 110 | 235 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.08 |
| HSL | 243.84º | 0.76% | 0.68% | - |
| HSV(B) | 243.84º | 0.53% | 0.92% | - |
| XYZ | 28.04 | 21 | 81.17 | - |
| YUV | 126.64 | 189.15 | 121.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 235 | 0.50 | 0.53 | 0 | 0.08 | 243.84 | 0.76 | 0.68 |
| Hex | 76 | 6E | EB | 32 | 35 | 0 | 8 | F4 | 4C | 44 |
| Octal | 166 | 156 | 353 | 62 | 65 | 0 | 10 | 364 | 114 | 104 |
| Binary | 1110110 | 1101110 | 11101011 | 110010 | 110101 | 0 | 1000 | 11110100 | 1001100 | 1000100 |
Color Harmonies of #766EEB
Complementary color
Monochromatic Colors of #766EEB
Black with #766EEB
Text Example
Text Example
White with #766EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766EEB; }
p { color: rgb(118,110,235); }
H1.HeaderClassName
{
color: #766EEB;
}
.AnyTagClassName
{
color: #766EEB;
}
</style>
background-color css
<style>
a { background-color: #766EEB; }
a { background-color: rgb(118,110,235); }
div.DivClassName
{
background-color: #766EEB;
}
.BgClassName
{
background-color: #766EEB;
}
</style>
border-color css
<style>
span { border-color: #766EEB; }
span { border-color: rgb(118,110,235); }
td.TdClassName
{
border-color: #766EEB;
}
.TagClassName
{
border-color: #766EEB;
}
</style>