Shades of Medium Slate Blue #7766DC
Tints of Medium Slate Blue #7766DC
RGB
CMYK
RGB Variations
Color information
#7766DC (or 0x7766DC) is known color: Medium Slate Blue. HEX triplet: 77, 66 and DC. RGB value is (119,102,220). Sum of RGB (Red+Green+Blue) = 119+102+220=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #7766DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7766DC is #889923. Grayscale: #787878. Windows color (decimal): -8952100 or 14444151. OLE color: 14444151.
HSL color Cylindrical-coordinate representation of color #7766DC: hue angle of 248.64º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7766DC is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 102 | 220 | - |
| CMYK | 0.46 | 0.54 | 0 | 0.14 |
| HSL | 248.64º | 0.63% | 0.63% | - |
| HSV(B) | 248.64º | 0.54% | 0.86% | - |
| XYZ | 25.28 | 18.59 | 69.97 | - |
| YUV | 120.54 | 184.13 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 102 | 220 | 0.46 | 0.54 | 0 | 0.14 | 248.64 | 0.63 | 0.63 |
| Hex | 77 | 66 | DC | 2E | 36 | 0 | E | F9 | 3F | 3F |
| Octal | 167 | 146 | 334 | 56 | 66 | 0 | 16 | 371 | 77 | 77 |
| Binary | 1110111 | 1100110 | 11011100 | 101110 | 110110 | 0 | 1110 | 11111001 | 111111 | 111111 |
Color Harmonies of #7766DC
Complementary color
Monochromatic Colors of #7766DC
Black with #7766DC
Text Example
Text Example
White with #7766DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7766DC; }
p { color: rgb(119,102,220); }
H1.HeaderClassName
{
color: #7766DC;
}
.AnyTagClassName
{
color: #7766DC;
}
</style>
background-color css
<style>
a { background-color: #7766DC; }
a { background-color: rgb(119,102,220); }
div.DivClassName
{
background-color: #7766DC;
}
.BgClassName
{
background-color: #7766DC;
}
</style>
border-color css
<style>
span { border-color: #7766DC; }
span { border-color: rgb(119,102,220); }
td.TdClassName
{
border-color: #7766DC;
}
.TagClassName
{
border-color: #7766DC;
}
</style>