Shades of Medium Slate Blue #766DDD
Tints of Medium Slate Blue #766DDD
RGB
CMYK
RGB Variations
Color information
#766DDD (or 0x766DDD) is known color: Medium Slate Blue. HEX triplet: 76, 6D and DD. RGB value is (118,109,221). Sum of RGB (Red+Green+Blue) = 118+109+221=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #766DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766DDD is #899222. Grayscale: #7C7C7C. Windows color (decimal): -9015843 or 14511478. OLE color: 14511478.
HSL color Cylindrical-coordinate representation of color #766DDD: hue angle of 244.82º degrees, saturation: 0.62, 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 #766DDD is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 109 | 221 | - |
| CMYK | 0.47 | 0.51 | 0 | 0.13 |
| HSL | 244.82º | 0.62% | 0.65% | - |
| HSV(B) | 244.82º | 0.51% | 0.87% | - |
| XYZ | 25.99 | 20.01 | 70.9 | - |
| YUV | 124.46 | 182.48 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 109 | 221 | 0.47 | 0.51 | 0 | 0.13 | 244.82 | 0.62 | 0.65 |
| Hex | 76 | 6D | DD | 2F | 33 | 0 | D | F5 | 3E | 41 |
| Octal | 166 | 155 | 335 | 57 | 63 | 0 | 15 | 365 | 76 | 101 |
| Binary | 1110110 | 1101101 | 11011101 | 101111 | 110011 | 0 | 1101 | 11110101 | 111110 | 1000001 |
Color Harmonies of #766DDD
Complementary color
Monochromatic Colors of #766DDD
Black with #766DDD
Text Example
Text Example
White with #766DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766DDD; }
p { color: rgb(118,109,221); }
H1.HeaderClassName
{
color: #766DDD;
}
.AnyTagClassName
{
color: #766DDD;
}
</style>
background-color css
<style>
a { background-color: #766DDD; }
a { background-color: rgb(118,109,221); }
div.DivClassName
{
background-color: #766DDD;
}
.BgClassName
{
background-color: #766DDD;
}
</style>
border-color css
<style>
span { border-color: #766DDD; }
span { border-color: rgb(118,109,221); }
td.TdClassName
{
border-color: #766DDD;
}
.TagClassName
{
border-color: #766DDD;
}
</style>