Shades of Medium Slate Blue #766EEE
Tints of Medium Slate Blue #766EEE
RGB
CMYK
RGB Variations
Color information
#766EEE (or 0x766EEE) is known color: Medium Slate Blue. HEX triplet: 76, 6E and EE. RGB value is (118,110,238). Sum of RGB (Red+Green+Blue) = 118+110+238=466 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.32% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #766EEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #766EEE is #899111. Grayscale: #7E7E7E. Windows color (decimal): -9015570 or 15625846. OLE color: 15625846.
HSL color Cylindrical-coordinate representation of color #766EEE: hue angle of 243.75º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #766EEE is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 110 | 238 | - |
| CMYK | 0.50 | 0.54 | 0 | 0.07 |
| HSL | 243.75º | 0.79% | 0.68% | - |
| HSV(B) | 243.75º | 0.54% | 0.93% | - |
| XYZ | 28.48 | 21.18 | 83.48 | - |
| YUV | 126.98 | 190.65 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 238 | 0.50 | 0.54 | 0 | 0.07 | 243.75 | 0.79 | 0.68 |
| Hex | 76 | 6E | EE | 32 | 36 | 0 | 7 | F4 | 4F | 44 |
| Octal | 166 | 156 | 356 | 62 | 66 | 0 | 7 | 364 | 117 | 104 |
| Binary | 1110110 | 1101110 | 11101110 | 110010 | 110110 | 0 | 111 | 11110100 | 1001111 | 1000100 |
Color Harmonies of #766EEE
Complementary color
Monochromatic Colors of #766EEE
Black with #766EEE
Text Example
Text Example
White with #766EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766EEE; }
p { color: rgb(118,110,238); }
H1.HeaderClassName
{
color: #766EEE;
}
.AnyTagClassName
{
color: #766EEE;
}
</style>
background-color css
<style>
a { background-color: #766EEE; }
a { background-color: rgb(118,110,238); }
div.DivClassName
{
background-color: #766EEE;
}
.BgClassName
{
background-color: #766EEE;
}
</style>
border-color css
<style>
span { border-color: #766EEE; }
span { border-color: rgb(118,110,238); }
td.TdClassName
{
border-color: #766EEE;
}
.TagClassName
{
border-color: #766EEE;
}
</style>