Shades of Medium Slate Blue #766CD9
Tints of Medium Slate Blue #766CD9
RGB
CMYK
RGB Variations
Color information
#766CD9 (or 0x766CD9) is known color: Medium Slate Blue. HEX triplet: 76, 6C and D9. RGB value is (118,108,217). Sum of RGB (Red+Green+Blue) = 118+108+217=443 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.64% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #766CD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CD9 is #899326. Grayscale: #7A7A7A. Windows color (decimal): -9016103 or 14249078. OLE color: 14249078.
HSL color Cylindrical-coordinate representation of color #766CD9: hue angle of 245.5º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #766CD9 is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 108 | 217 | - |
| CMYK | 0.46 | 0.50 | 0 | 0.15 |
| HSL | 245.5º | 0.59% | 0.64% | - |
| HSV(B) | 245.5º | 0.5% | 0.85% | - |
| XYZ | 25.36 | 19.59 | 68.09 | - |
| YUV | 123.42 | 180.81 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 217 | 0.46 | 0.50 | 0 | 0.15 | 245.5 | 0.59 | 0.64 |
| Hex | 76 | 6C | D9 | 2E | 32 | 0 | F | F6 | 3B | 40 |
| Octal | 166 | 154 | 331 | 56 | 62 | 0 | 17 | 366 | 73 | 100 |
| Binary | 1110110 | 1101100 | 11011001 | 101110 | 110010 | 0 | 1111 | 11110110 | 111011 | 1000000 |
Color Harmonies of #766CD9
Complementary color
Monochromatic Colors of #766CD9
Black with #766CD9
Text Example
Text Example
White with #766CD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CD9; }
p { color: rgb(118,108,217); }
H1.HeaderClassName
{
color: #766CD9;
}
.AnyTagClassName
{
color: #766CD9;
}
</style>
background-color css
<style>
a { background-color: #766CD9; }
a { background-color: rgb(118,108,217); }
div.DivClassName
{
background-color: #766CD9;
}
.BgClassName
{
background-color: #766CD9;
}
</style>
border-color css
<style>
span { border-color: #766CD9; }
span { border-color: rgb(118,108,217); }
td.TdClassName
{
border-color: #766CD9;
}
.TagClassName
{
border-color: #766CD9;
}
</style>