Shades of Medium Slate Blue #766FEB
Tints of Medium Slate Blue #766FEB
RGB
CMYK
RGB Variations
Color information
#766FEB (or 0x766FEB) is known color: Medium Slate Blue. HEX triplet: 76, 6F and EB. RGB value is (118,111,235). Sum of RGB (Red+Green+Blue) = 118+111+235=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 235 (92.19% from 255 or 50.65% from 464); Max value from RGB is 235 - color contains mainly: blue. Hex color #766FEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FEB is #899014. Grayscale: #7E7E7E. Windows color (decimal): -9015317 or 15429494. OLE color: 15429494.
HSL color Cylindrical-coordinate representation of color #766FEB: hue angle of 243.39º 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 #766FEB is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 118 | 111 | 235 | - |
| CMYK | 0.50 | 0.53 | 0 | 0.08 |
| HSL | 243.39º | 0.76% | 0.68% | - |
| HSV(B) | 243.39º | 0.53% | 0.92% | - |
| XYZ | 28.15 | 21.22 | 81.21 | - |
| YUV | 127.23 | 188.82 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 235 | 0.50 | 0.53 | 0 | 0.08 | 243.39 | 0.76 | 0.68 |
| Hex | 76 | 6F | EB | 32 | 35 | 0 | 8 | F3 | 4C | 44 |
| Octal | 166 | 157 | 353 | 62 | 65 | 0 | 10 | 363 | 114 | 104 |
| Binary | 1110110 | 1101111 | 11101011 | 110010 | 110101 | 0 | 1000 | 11110011 | 1001100 | 1000100 |
Color Harmonies of #766FEB
Complementary color
Monochromatic Colors of #766FEB
Black with #766FEB
Text Example
Text Example
White with #766FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FEB; }
p { color: rgb(118,111,235); }
H1.HeaderClassName
{
color: #766FEB;
}
.AnyTagClassName
{
color: #766FEB;
}
</style>
background-color css
<style>
a { background-color: #766FEB; }
a { background-color: rgb(118,111,235); }
div.DivClassName
{
background-color: #766FEB;
}
.BgClassName
{
background-color: #766FEB;
}
</style>
border-color css
<style>
span { border-color: #766FEB; }
span { border-color: rgb(118,111,235); }
td.TdClassName
{
border-color: #766FEB;
}
.TagClassName
{
border-color: #766FEB;
}
</style>