Shades of Medium Slate Blue #7766DE
Tints of Medium Slate Blue #7766DE
RGB
CMYK
RGB Variations
Color information
#7766DE (or 0x7766DE) is known color: Medium Slate Blue. HEX triplet: 77, 66 and DE. RGB value is (119,102,222). Sum of RGB (Red+Green+Blue) = 119+102+222=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #7766DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7766DE is #889921. Grayscale: #787878. Windows color (decimal): -8952098 or 14575223. OLE color: 14575223.
HSL color Cylindrical-coordinate representation of color #7766DE: hue angle of 248.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7766DE is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 102 | 222 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.13 |
| HSL | 248.5º | 0.65% | 0.64% | - |
| HSV(B) | 248.5º | 0.54% | 0.87% | - |
| XYZ | 25.54 | 18.7 | 71.37 | - |
| YUV | 120.76 | 185.13 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 222 | 0.46 | 0.54 | 0 | 0.13 | 248.5 | 0.65 | 0.64 |
| Hex | 77 | 66 | DE | 2E | 36 | 0 | D | F9 | 41 | 40 |
| Octal | 167 | 146 | 336 | 56 | 66 | 0 | 15 | 371 | 101 | 100 |
| Binary | 1110111 | 1100110 | 11011110 | 101110 | 110110 | 0 | 1101 | 11111001 | 1000001 | 1000000 |
Color Harmonies of #7766DE
Complementary color
Monochromatic Colors of #7766DE
Black with #7766DE
Text Example
Text Example
White with #7766DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7766DE; }
p { color: rgb(119,102,222); }
H1.HeaderClassName
{
color: #7766DE;
}
.AnyTagClassName
{
color: #7766DE;
}
</style>
background-color css
<style>
a { background-color: #7766DE; }
a { background-color: rgb(119,102,222); }
div.DivClassName
{
background-color: #7766DE;
}
.BgClassName
{
background-color: #7766DE;
}
</style>
border-color css
<style>
span { border-color: #7766DE; }
span { border-color: rgb(119,102,222); }
td.TdClassName
{
border-color: #7766DE;
}
.TagClassName
{
border-color: #7766DE;
}
</style>