Shades of Medium Slate Blue #766BEC
Tints of Medium Slate Blue #766BEC
RGB
CMYK
RGB Variations
Color information
#766BEC (or 0x766BEC) is known color: Medium Slate Blue. HEX triplet: 76, 6B and EC. RGB value is (118,107,236). Sum of RGB (Red+Green+Blue) = 118+107+236=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #766BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766BEC is #899413. Grayscale: #7C7C7C. Windows color (decimal): -9016340 or 15494006. OLE color: 15494006.
HSL color Cylindrical-coordinate representation of color #766BEC: hue angle of 245.12º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #766BEC is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 107 | 236 | - |
| CMYK | 0.5 | 0.55 | 0 | 0.07 |
| HSL | 245.12º | 0.77% | 0.67% | - |
| HSV(B) | 245.12º | 0.55% | 0.93% | - |
| XYZ | 27.87 | 20.42 | 81.83 | - |
| YUV | 125 | 190.64 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 236 | 0.5 | 0.55 | 0 | 0.07 | 245.12 | 0.77 | 0.67 |
| Hex | 76 | 6B | EC | 32 | 37 | 0 | 7 | F5 | 4D | 43 |
| Octal | 166 | 153 | 354 | 62 | 67 | 0 | 7 | 365 | 115 | 103 |
| Binary | 1110110 | 1101011 | 11101100 | 110010 | 110111 | 0 | 111 | 11110101 | 1001101 | 1000011 |
Color Harmonies of #766BEC
Complementary color
Monochromatic Colors of #766BEC
Black with #766BEC
Text Example
Text Example
White with #766BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BEC; }
p { color: rgb(118,107,236); }
H1.HeaderClassName
{
color: #766BEC;
}
.AnyTagClassName
{
color: #766BEC;
}
</style>
background-color css
<style>
a { background-color: #766BEC; }
a { background-color: rgb(118,107,236); }
div.DivClassName
{
background-color: #766BEC;
}
.BgClassName
{
background-color: #766BEC;
}
</style>
border-color css
<style>
span { border-color: #766BEC; }
span { border-color: rgb(118,107,236); }
td.TdClassName
{
border-color: #766BEC;
}
.TagClassName
{
border-color: #766BEC;
}
</style>