Shades of Medium Slate Blue #766EDF
Tints of Medium Slate Blue #766EDF
RGB
CMYK
RGB Variations
Color information
#766EDF (or 0x766EDF) is known color: Medium Slate Blue. HEX triplet: 76, 6E and DF. RGB value is (118,110,223). Sum of RGB (Red+Green+Blue) = 118+110+223=451 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.16% from 451); Green value is 110 (43.36% from 255 or 24.39% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #766EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766EDF is #899120. Grayscale: #7C7C7C. Windows color (decimal): -9015585 or 14642806. OLE color: 14642806.
HSL color Cylindrical-coordinate representation of color #766EDF: hue angle of 244.25º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #766EDF is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 110 | 223 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.13 |
| HSL | 244.25º | 0.64% | 0.65% | - |
| HSV(B) | 244.25º | 0.51% | 0.87% | - |
| XYZ | 26.37 | 20.33 | 72.35 | - |
| YUV | 125.27 | 183.15 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 110 | 223 | 0.47 | 0.51 | 0 | 0.13 | 244.25 | 0.64 | 0.65 |
| Hex | 76 | 6E | DF | 2F | 33 | 0 | D | F4 | 40 | 41 |
| Octal | 166 | 156 | 337 | 57 | 63 | 0 | 15 | 364 | 100 | 101 |
| Binary | 1110110 | 1101110 | 11011111 | 101111 | 110011 | 0 | 1101 | 11110100 | 1000000 | 1000001 |
Color Harmonies of #766EDF
Complementary color
Monochromatic Colors of #766EDF
Black with #766EDF
Text Example
Text Example
White with #766EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766EDF; }
p { color: rgb(118,110,223); }
H1.HeaderClassName
{
color: #766EDF;
}
.AnyTagClassName
{
color: #766EDF;
}
</style>
background-color css
<style>
a { background-color: #766EDF; }
a { background-color: rgb(118,110,223); }
div.DivClassName
{
background-color: #766EDF;
}
.BgClassName
{
background-color: #766EDF;
}
</style>
border-color css
<style>
span { border-color: #766EDF; }
span { border-color: rgb(118,110,223); }
td.TdClassName
{
border-color: #766EDF;
}
.TagClassName
{
border-color: #766EDF;
}
</style>