Shades of Medium Slate Blue #766DDC
Tints of Medium Slate Blue #766DDC
RGB
CMYK
RGB Variations
Color information
#766DDC (or 0x766DDC) is known color: Medium Slate Blue. HEX triplet: 76, 6D and DC. RGB value is (118,109,220). Sum of RGB (Red+Green+Blue) = 118+109+220=447 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.40% from 447); Green value is 109 (42.97% from 255 or 24.38% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #766DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DDC is #899223. Grayscale: #7B7B7B. Windows color (decimal): -9015844 or 14445942. OLE color: 14445942.
HSL color Cylindrical-coordinate representation of color #766DDC: hue angle of 244.86º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766DDC is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 109 | 220 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.14 |
| HSL | 244.86º | 0.61% | 0.65% | - |
| HSV(B) | 244.86º | 0.5% | 0.86% | - |
| XYZ | 25.86 | 19.96 | 70.2 | - |
| YUV | 124.35 | 181.98 | 123.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 220 | 0.46 | 0.50 | 0 | 0.14 | 244.86 | 0.61 | 0.65 |
| Hex | 76 | 6D | DC | 2E | 32 | 0 | E | F5 | 3D | 41 |
| Octal | 166 | 155 | 334 | 56 | 62 | 0 | 16 | 365 | 75 | 101 |
| Binary | 1110110 | 1101101 | 11011100 | 101110 | 110010 | 0 | 1110 | 11110101 | 111101 | 1000001 |
Color Harmonies of #766DDC
Complementary color
Monochromatic Colors of #766DDC
Black with #766DDC
Text Example
Text Example
White with #766DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DDC; }
p { color: rgb(118,109,220); }
H1.HeaderClassName
{
color: #766DDC;
}
.AnyTagClassName
{
color: #766DDC;
}
</style>
background-color css
<style>
a { background-color: #766DDC; }
a { background-color: rgb(118,109,220); }
div.DivClassName
{
background-color: #766DDC;
}
.BgClassName
{
background-color: #766DDC;
}
</style>
border-color css
<style>
span { border-color: #766DDC; }
span { border-color: rgb(118,109,220); }
td.TdClassName
{
border-color: #766DDC;
}
.TagClassName
{
border-color: #766DDC;
}
</style>