Shades of Medium Slate Blue #7759DF
Tints of Medium Slate Blue #7759DF
RGB
CMYK
RGB Variations
Color information
#7759DF (or 0x7759DF) is known color: Medium Slate Blue. HEX triplet: 77, 59 and DF. RGB value is (119,89,223). Sum of RGB (Red+Green+Blue) = 119+89+223=431 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.61% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 223 (87.5% from 255 or 51.74% from 431); Max value from RGB is 223 - color contains mainly: blue. Hex color #7759DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7759DF is #88A620. Grayscale: #707070. Windows color (decimal): -8955425 or 14637431. OLE color: 14637431.
HSL color Cylindrical-coordinate representation of color #7759DF: hue angle of 253.43º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7759DF is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 119 | 89 | 223 | - |
| CMYK | 0.47 | 0.60 | 0 | 0.13 |
| HSL | 253.43º | 0.68% | 0.61% | - |
| HSV(B) | 253.43º | 0.6% | 0.87% | - |
| XYZ | 24.5 | 16.39 | 71.69 | - |
| YUV | 113.25 | 189.94 | 132.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 223 | 0.47 | 0.60 | 0 | 0.13 | 253.43 | 0.68 | 0.61 |
| Hex | 77 | 59 | DF | 2F | 3C | 0 | D | FD | 44 | 3D |
| Octal | 167 | 131 | 337 | 57 | 74 | 0 | 15 | 375 | 104 | 75 |
| Binary | 1110111 | 1011001 | 11011111 | 101111 | 111100 | 0 | 1101 | 11111101 | 1000100 | 111101 |
Color Harmonies of #7759DF
Complementary color
Monochromatic Colors of #7759DF
Black with #7759DF
Text Example
Text Example
White with #7759DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7759DF; }
p { color: rgb(119,89,223); }
H1.HeaderClassName
{
color: #7759DF;
}
.AnyTagClassName
{
color: #7759DF;
}
</style>
background-color css
<style>
a { background-color: #7759DF; }
a { background-color: rgb(119,89,223); }
div.DivClassName
{
background-color: #7759DF;
}
.BgClassName
{
background-color: #7759DF;
}
</style>
border-color css
<style>
span { border-color: #7759DF; }
span { border-color: rgb(119,89,223); }
td.TdClassName
{
border-color: #7759DF;
}
.TagClassName
{
border-color: #7759DF;
}
</style>