Shades of Medium Slate Blue #766FEF
Tints of Medium Slate Blue #766FEF
RGB
CMYK
RGB Variations
Color information
#766FEF (or 0x766FEF) is known color: Medium Slate Blue. HEX triplet: 76, 6F and EF. RGB value is (118,111,239). Sum of RGB (Red+Green+Blue) = 118+111+239=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 239 (93.75% from 255 or 51.07% from 468); Max value from RGB is 239 - color contains mainly: blue. Hex color #766FEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766FEF is #899010. Grayscale: #7F7F7F. Windows color (decimal): -9015313 or 15691638. OLE color: 15691638.
HSL color Cylindrical-coordinate representation of color #766FEF: hue angle of 243.28º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766FEF is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 111 | 239 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.06 |
| HSL | 243.28º | 0.8% | 0.69% | - |
| HSV(B) | 243.28º | 0.54% | 0.94% | - |
| XYZ | 28.74 | 21.45 | 84.29 | - |
| YUV | 127.69 | 190.82 | 121.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 239 | 0.51 | 0.54 | 0 | 0.06 | 243.28 | 0.8 | 0.69 |
| Hex | 76 | 6F | EF | 33 | 36 | 0 | 6 | F3 | 50 | 45 |
| Octal | 166 | 157 | 357 | 63 | 66 | 0 | 6 | 363 | 120 | 105 |
| Binary | 1110110 | 1101111 | 11101111 | 110011 | 110110 | 0 | 110 | 11110011 | 1010000 | 1000101 |
Color Harmonies of #766FEF
Complementary color
Monochromatic Colors of #766FEF
Black with #766FEF
Text Example
Text Example
White with #766FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FEF; }
p { color: rgb(118,111,239); }
H1.HeaderClassName
{
color: #766FEF;
}
.AnyTagClassName
{
color: #766FEF;
}
</style>
background-color css
<style>
a { background-color: #766FEF; }
a { background-color: rgb(118,111,239); }
div.DivClassName
{
background-color: #766FEF;
}
.BgClassName
{
background-color: #766FEF;
}
</style>
border-color css
<style>
span { border-color: #766FEF; }
span { border-color: rgb(118,111,239); }
td.TdClassName
{
border-color: #766FEF;
}
.TagClassName
{
border-color: #766FEF;
}
</style>