Shades of Medium Slate Blue #766EEF
Tints of Medium Slate Blue #766EEF
RGB
CMYK
RGB Variations
Color information
#766EEF (or 0x766EEF) is known color: Medium Slate Blue. HEX triplet: 76, 6E and EF. RGB value is (118,110,239). Sum of RGB (Red+Green+Blue) = 118+110+239=467 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.27% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 239 (93.75% from 255 or 51.18% from 467); Max value from RGB is 239 - color contains mainly: blue. Hex color #766EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766EEF is #899110. Grayscale: #7E7E7E. Windows color (decimal): -9015569 or 15691382. OLE color: 15691382.
HSL color Cylindrical-coordinate representation of color #766EEF: hue angle of 243.72º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766EEF is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 110 | 239 | - |
| CMYK | 0.51 | 0.54 | 0 | 0.06 |
| HSL | 243.72º | 0.8% | 0.68% | - |
| HSV(B) | 243.72º | 0.54% | 0.94% | - |
| XYZ | 28.63 | 21.24 | 84.25 | - |
| YUV | 127.1 | 191.15 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 239 | 0.51 | 0.54 | 0 | 0.06 | 243.72 | 0.8 | 0.68 |
| Hex | 76 | 6E | EF | 33 | 36 | 0 | 6 | F4 | 50 | 44 |
| Octal | 166 | 156 | 357 | 63 | 66 | 0 | 6 | 364 | 120 | 104 |
| Binary | 1110110 | 1101110 | 11101111 | 110011 | 110110 | 0 | 110 | 11110100 | 1010000 | 1000100 |
Color Harmonies of #766EEF
Complementary color
Monochromatic Colors of #766EEF
Black with #766EEF
Text Example
Text Example
White with #766EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766EEF; }
p { color: rgb(118,110,239); }
H1.HeaderClassName
{
color: #766EEF;
}
.AnyTagClassName
{
color: #766EEF;
}
</style>
background-color css
<style>
a { background-color: #766EEF; }
a { background-color: rgb(118,110,239); }
div.DivClassName
{
background-color: #766EEF;
}
.BgClassName
{
background-color: #766EEF;
}
</style>
border-color css
<style>
span { border-color: #766EEF; }
span { border-color: rgb(118,110,239); }
td.TdClassName
{
border-color: #766EEF;
}
.TagClassName
{
border-color: #766EEF;
}
</style>