Shades of Medium Slate Blue #7768DA
Tints of Medium Slate Blue #7768DA
RGB
CMYK
RGB Variations
Color information
#7768DA (or 0x7768DA) is known color: Medium Slate Blue. HEX triplet: 77, 68 and DA. RGB value is (119,104,218). Sum of RGB (Red+Green+Blue) = 119+104+218=441 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.98% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #7768DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7768DA is #889725. Grayscale: #797979. Windows color (decimal): -8951590 or 14313591. OLE color: 14313591.
HSL color Cylindrical-coordinate representation of color #7768DA: hue angle of 247.89º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7768DA is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 119 | 104 | 218 | - |
| CMYK | 0.45 | 0.52 | 0 | 0.15 |
| HSL | 247.89º | 0.61% | 0.63% | - |
| HSV(B) | 247.89º | 0.52% | 0.85% | - |
| XYZ | 25.21 | 18.88 | 68.65 | - |
| YUV | 121.48 | 182.47 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 104 | 218 | 0.45 | 0.52 | 0 | 0.15 | 247.89 | 0.61 | 0.63 |
| Hex | 77 | 68 | DA | 2D | 34 | 0 | F | F8 | 3D | 3F |
| Octal | 167 | 150 | 332 | 55 | 64 | 0 | 17 | 370 | 75 | 77 |
| Binary | 1110111 | 1101000 | 11011010 | 101101 | 110100 | 0 | 1111 | 11111000 | 111101 | 111111 |
Color Harmonies of #7768DA
Complementary color
Monochromatic Colors of #7768DA
Black with #7768DA
Text Example
Text Example
White with #7768DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7768DA; }
p { color: rgb(119,104,218); }
H1.HeaderClassName
{
color: #7768DA;
}
.AnyTagClassName
{
color: #7768DA;
}
</style>
background-color css
<style>
a { background-color: #7768DA; }
a { background-color: rgb(119,104,218); }
div.DivClassName
{
background-color: #7768DA;
}
.BgClassName
{
background-color: #7768DA;
}
</style>
border-color css
<style>
span { border-color: #7768DA; }
span { border-color: rgb(119,104,218); }
td.TdClassName
{
border-color: #7768DA;
}
.TagClassName
{
border-color: #7768DA;
}
</style>