Shades of Medium Slate Blue #7768DF
Tints of Medium Slate Blue #7768DF
RGB
CMYK
RGB Variations
Color information
#7768DF (or 0x7768DF) is known color: Medium Slate Blue. HEX triplet: 77, 68 and DF. RGB value is (119,104,223). Sum of RGB (Red+Green+Blue) = 119+104+223=446 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.68% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #7768DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7768DF is #889720. Grayscale: #797979. Windows color (decimal): -8951585 or 14641271. OLE color: 14641271.
HSL color Cylindrical-coordinate representation of color #7768DF: hue angle of 247.56º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7768DF is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 104 | 223 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.13 |
| HSL | 247.56º | 0.65% | 0.64% | - |
| HSV(B) | 247.56º | 0.53% | 0.87% | - |
| XYZ | 25.88 | 19.15 | 72.14 | - |
| YUV | 122.05 | 184.97 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 223 | 0.47 | 0.53 | 0 | 0.13 | 247.56 | 0.65 | 0.64 |
| Hex | 77 | 68 | DF | 2F | 35 | 0 | D | F8 | 41 | 40 |
| Octal | 167 | 150 | 337 | 57 | 65 | 0 | 15 | 370 | 101 | 100 |
| Binary | 1110111 | 1101000 | 11011111 | 101111 | 110101 | 0 | 1101 | 11111000 | 1000001 | 1000000 |
Color Harmonies of #7768DF
Complementary color
Monochromatic Colors of #7768DF
Black with #7768DF
Text Example
Text Example
White with #7768DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7768DF; }
p { color: rgb(119,104,223); }
H1.HeaderClassName
{
color: #7768DF;
}
.AnyTagClassName
{
color: #7768DF;
}
</style>
background-color css
<style>
a { background-color: #7768DF; }
a { background-color: rgb(119,104,223); }
div.DivClassName
{
background-color: #7768DF;
}
.BgClassName
{
background-color: #7768DF;
}
</style>
border-color css
<style>
span { border-color: #7768DF; }
span { border-color: rgb(119,104,223); }
td.TdClassName
{
border-color: #7768DF;
}
.TagClassName
{
border-color: #7768DF;
}
</style>