Shades of Medium Slate Blue #766EDE
Tints of Medium Slate Blue #766EDE
RGB
CMYK
RGB Variations
Color information
#766EDE (or 0x766EDE) is known color: Medium Slate Blue. HEX triplet: 76, 6E and DE. RGB value is (118,110,222). Sum of RGB (Red+Green+Blue) = 118+110+222=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #766EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766EDE is #899121. Grayscale: #7C7C7C. Windows color (decimal): -9015586 or 14577270. OLE color: 14577270.
HSL color Cylindrical-coordinate representation of color #766EDE: hue angle of 244.29º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766EDE is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 110 | 222 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.13 |
| HSL | 244.29º | 0.63% | 0.65% | - |
| HSV(B) | 244.29º | 0.5% | 0.87% | - |
| XYZ | 26.23 | 20.28 | 71.64 | - |
| YUV | 125.16 | 182.65 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 222 | 0.47 | 0.50 | 0 | 0.13 | 244.29 | 0.63 | 0.65 |
| Hex | 76 | 6E | DE | 2F | 32 | 0 | D | F4 | 3F | 41 |
| Octal | 166 | 156 | 336 | 57 | 62 | 0 | 15 | 364 | 77 | 101 |
| Binary | 1110110 | 1101110 | 11011110 | 101111 | 110010 | 0 | 1101 | 11110100 | 111111 | 1000001 |
Color Harmonies of #766EDE
Complementary color
Monochromatic Colors of #766EDE
Black with #766EDE
Text Example
Text Example
White with #766EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766EDE; }
p { color: rgb(118,110,222); }
H1.HeaderClassName
{
color: #766EDE;
}
.AnyTagClassName
{
color: #766EDE;
}
</style>
background-color css
<style>
a { background-color: #766EDE; }
a { background-color: rgb(118,110,222); }
div.DivClassName
{
background-color: #766EDE;
}
.BgClassName
{
background-color: #766EDE;
}
</style>
border-color css
<style>
span { border-color: #766EDE; }
span { border-color: rgb(118,110,222); }
td.TdClassName
{
border-color: #766EDE;
}
.TagClassName
{
border-color: #766EDE;
}
</style>