Shades of Medium Slate Blue #7759FA
Tints of Medium Slate Blue #7759FA
RGB
CMYK
RGB Variations
Color information
#7759FA (or 0x7759FA) is known color: Medium Slate Blue. HEX triplet: 77, 59 and FA. RGB value is (119,89,250). Sum of RGB (Red+Green+Blue) = 119+89+250=458 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.98% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 250 (98.05% from 255 or 54.59% from 458); Max value from RGB is 250 - color contains mainly: blue. Hex color #7759FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7759FA is #88A605. Grayscale: #737373. Windows color (decimal): -8955398 or 16406903. OLE color: 16406903.
HSL color Cylindrical-coordinate representation of color #7759FA: hue angle of 251.18º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7759FA is Cyan = 0.52, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 119 | 89 | 250 | - |
| CMYK | 0.52 | 0.64 | 0 | 0.02 |
| HSL | 251.18º | 0.94% | 0.66% | - |
| HSV(B) | 251.18º | 0.64% | 0.98% | - |
| XYZ | 28.44 | 17.97 | 92.41 | - |
| YUV | 116.32 | 203.44 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 89 | 250 | 0.52 | 0.64 | 0 | 0.02 | 251.18 | 0.94 | 0.66 |
| Hex | 77 | 59 | FA | 34 | 40 | 0 | 2 | FB | 5E | 42 |
| Octal | 167 | 131 | 372 | 64 | 100 | 0 | 2 | 373 | 136 | 102 |
| Binary | 1110111 | 1011001 | 11111010 | 110100 | 1000000 | 0 | 10 | 11111011 | 1011110 | 1000010 |
Color Harmonies of #7759FA
Complementary color
Monochromatic Colors of #7759FA
Black with #7759FA
Text Example
Text Example
White with #7759FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7759FA; }
p { color: rgb(119,89,250); }
H1.HeaderClassName
{
color: #7759FA;
}
.AnyTagClassName
{
color: #7759FA;
}
</style>
background-color css
<style>
a { background-color: #7759FA; }
a { background-color: rgb(119,89,250); }
div.DivClassName
{
background-color: #7759FA;
}
.BgClassName
{
background-color: #7759FA;
}
</style>
border-color css
<style>
span { border-color: #7759FA; }
span { border-color: rgb(119,89,250); }
td.TdClassName
{
border-color: #7759FA;
}
.TagClassName
{
border-color: #7759FA;
}
</style>