Shades of Medium Slate Blue #766FDD
Tints of Medium Slate Blue #766FDD
RGB
CMYK
RGB Variations
Color information
#766FDD (or 0x766FDD) is known color: Medium Slate Blue. HEX triplet: 76, 6F and DD. RGB value is (118,111,221). Sum of RGB (Red+Green+Blue) = 118+111+221=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 111 (43.75% from 255 or 24.67% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #766FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766FDD is #899022. Grayscale: #7D7D7D. Windows color (decimal): -9015331 or 14511990. OLE color: 14511990.
HSL color Cylindrical-coordinate representation of color #766FDD: hue angle of 243.82º degrees, saturation: 0.62, 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 #766FDD is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 111 | 221 | - |
| CMYK | 0.47 | 0.50 | 0 | 0.13 |
| HSL | 243.82º | 0.62% | 0.65% | - |
| HSV(B) | 243.82º | 0.5% | 0.87% | - |
| XYZ | 26.21 | 20.44 | 70.97 | - |
| YUV | 125.63 | 181.82 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 111 | 221 | 0.47 | 0.50 | 0 | 0.13 | 243.82 | 0.62 | 0.65 |
| Hex | 76 | 6F | DD | 2F | 32 | 0 | D | F4 | 3E | 41 |
| Octal | 166 | 157 | 335 | 57 | 62 | 0 | 15 | 364 | 76 | 101 |
| Binary | 1110110 | 1101111 | 11011101 | 101111 | 110010 | 0 | 1101 | 11110100 | 111110 | 1000001 |
Color Harmonies of #766FDD
Complementary color
Monochromatic Colors of #766FDD
Black with #766FDD
Text Example
Text Example
White with #766FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766FDD; }
p { color: rgb(118,111,221); }
H1.HeaderClassName
{
color: #766FDD;
}
.AnyTagClassName
{
color: #766FDD;
}
</style>
background-color css
<style>
a { background-color: #766FDD; }
a { background-color: rgb(118,111,221); }
div.DivClassName
{
background-color: #766FDD;
}
.BgClassName
{
background-color: #766FDD;
}
</style>
border-color css
<style>
span { border-color: #766FDD; }
span { border-color: rgb(118,111,221); }
td.TdClassName
{
border-color: #766FDD;
}
.TagClassName
{
border-color: #766FDD;
}
</style>