Shades of Medium Slate Blue #7768DB
Tints of Medium Slate Blue #7768DB
RGB
CMYK
RGB Variations
Color information
#7768DB (or 0x7768DB) is known color: Medium Slate Blue. HEX triplet: 77, 68 and DB. RGB value is (119,104,219). Sum of RGB (Red+Green+Blue) = 119+104+219=442 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.92% from 442); Green value is 104 (41.02% from 255 or 23.53% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #7768DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7768DB is #889724. Grayscale: #797979. Windows color (decimal): -8951589 or 14379127. OLE color: 14379127.
HSL color Cylindrical-coordinate representation of color #7768DB: hue angle of 247.83º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7768DB is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 119 | 104 | 219 | - |
| CMYK | 0.46 | 0.53 | 0 | 0.14 |
| HSL | 247.83º | 0.61% | 0.63% | - |
| HSV(B) | 247.83º | 0.53% | 0.86% | - |
| XYZ | 25.34 | 18.94 | 69.34 | - |
| YUV | 121.6 | 182.97 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 219 | 0.46 | 0.53 | 0 | 0.14 | 247.83 | 0.61 | 0.63 |
| Hex | 77 | 68 | DB | 2E | 35 | 0 | E | F8 | 3D | 3F |
| Octal | 167 | 150 | 333 | 56 | 65 | 0 | 16 | 370 | 75 | 77 |
| Binary | 1110111 | 1101000 | 11011011 | 101110 | 110101 | 0 | 1110 | 11111000 | 111101 | 111111 |
Color Harmonies of #7768DB
Complementary color
Monochromatic Colors of #7768DB
Black with #7768DB
Text Example
Text Example
White with #7768DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7768DB; }
p { color: rgb(119,104,219); }
H1.HeaderClassName
{
color: #7768DB;
}
.AnyTagClassName
{
color: #7768DB;
}
</style>
background-color css
<style>
a { background-color: #7768DB; }
a { background-color: rgb(119,104,219); }
div.DivClassName
{
background-color: #7768DB;
}
.BgClassName
{
background-color: #7768DB;
}
</style>
border-color css
<style>
span { border-color: #7768DB; }
span { border-color: rgb(119,104,219); }
td.TdClassName
{
border-color: #7768DB;
}
.TagClassName
{
border-color: #7768DB;
}
</style>