Shades of Medium Slate Blue #7759FF
Tints of Medium Slate Blue #7759FF
RGB
CMYK
RGB Variations
Color information
#7759FF (or 0x7759FF) is known color: Medium Slate Blue. HEX triplet: 77, 59 and FF. RGB value is (119,89,255). Sum of RGB (Red+Green+Blue) = 119+89+255=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #7759FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7759FF is #88A600. Grayscale: #747474. Windows color (decimal): -8955393 or 16734583. OLE color: 16734583.
HSL color Cylindrical-coordinate representation of color #7759FF: hue angle of 250.84º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7759FF is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 89 | 255 | - |
| CMYK | 0.53 | 0.65 | 0 | 0 |
| HSL | 250.84º | 1% | 0.67% | - |
| HSV(B) | 250.84º | 0.65% | 1% | - |
| XYZ | 29.23 | 18.29 | 96.6 | - |
| YUV | 116.89 | 205.94 | 129.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 255 | 0.53 | 0.65 | 0 | 0 | 250.84 | 1 | 0.67 |
| Hex | 77 | 59 | FF | 35 | 41 | 0 | 0 | FB | 64 | 43 |
| Octal | 167 | 131 | 377 | 65 | 101 | 0 | 0 | 373 | 144 | 103 |
| Binary | 1110111 | 1011001 | 11111111 | 110101 | 1000001 | 0 | 0 | 11111011 | 1100100 | 1000011 |
Color Harmonies of #7759FF
Complementary color
Monochromatic Colors of #7759FF
Black with #7759FF
Text Example
Text Example
White with #7759FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7759FF; }
p { color: rgb(119,89,255); }
H1.HeaderClassName
{
color: #7759FF;
}
.AnyTagClassName
{
color: #7759FF;
}
</style>
background-color css
<style>
a { background-color: #7759FF; }
a { background-color: rgb(119,89,255); }
div.DivClassName
{
background-color: #7759FF;
}
.BgClassName
{
background-color: #7759FF;
}
</style>
border-color css
<style>
span { border-color: #7759FF; }
span { border-color: rgb(119,89,255); }
td.TdClassName
{
border-color: #7759FF;
}
.TagClassName
{
border-color: #7759FF;
}
</style>