Shades of Medium Slate Blue #775DFF
Tints of Medium Slate Blue #775DFF
RGB
CMYK
RGB Variations
Color information
#775DFF (or 0x775DFF) is known color: Medium Slate Blue. HEX triplet: 77, 5D and FF. RGB value is (119,93,255). Sum of RGB (Red+Green+Blue) = 119+93+255=467 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.48% from 467); Green value is 93 (36.72% from 255 or 19.91% from 467); Blue value is 255 (100% from 255 or 54.60% from 467); Max value from RGB is 255 - color contains mainly: blue. Hex color #775DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775DFF is #88A200. Grayscale: #767676. Windows color (decimal): -8954369 or 16735607. OLE color: 16735607.
HSL color Cylindrical-coordinate representation of color #775DFF: hue angle of 249.63º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #775DFF is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 119 | 93 | 255 | - |
| CMYK | 0.53 | 0.64 | 0 | 0 |
| HSL | 249.63º | 1% | 0.68% | - |
| HSV(B) | 249.63º | 0.64% | 1% | - |
| XYZ | 29.57 | 18.97 | 96.71 | - |
| YUV | 119.24 | 204.61 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 255 | 0.53 | 0.64 | 0 | 0 | 249.63 | 1 | 0.68 |
| Hex | 77 | 5D | FF | 35 | 40 | 0 | 0 | FA | 64 | 44 |
| Octal | 167 | 135 | 377 | 65 | 100 | 0 | 0 | 372 | 144 | 104 |
| Binary | 1110111 | 1011101 | 11111111 | 110101 | 1000000 | 0 | 0 | 11111010 | 1100100 | 1000100 |
Color Harmonies of #775DFF
Complementary color
Monochromatic Colors of #775DFF
Black with #775DFF
Text Example
Text Example
White with #775DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775DFF; }
p { color: rgb(119,93,255); }
H1.HeaderClassName
{
color: #775DFF;
}
.AnyTagClassName
{
color: #775DFF;
}
</style>
background-color css
<style>
a { background-color: #775DFF; }
a { background-color: rgb(119,93,255); }
div.DivClassName
{
background-color: #775DFF;
}
.BgClassName
{
background-color: #775DFF;
}
</style>
border-color css
<style>
span { border-color: #775DFF; }
span { border-color: rgb(119,93,255); }
td.TdClassName
{
border-color: #775DFF;
}
.TagClassName
{
border-color: #775DFF;
}
</style>