Shades of Medium Slate Blue #775DED
Tints of Medium Slate Blue #775DED
RGB
CMYK
RGB Variations
Color information
#775DED (or 0x775DED) is known color: Medium Slate Blue. HEX triplet: 77, 5D and ED. RGB value is (119,93,237). Sum of RGB (Red+Green+Blue) = 119+93+237=449 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.50% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #775DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775DED is #88A212. Grayscale: #747474. Windows color (decimal): -8954387 or 15555959. OLE color: 15555959.
HSL color Cylindrical-coordinate representation of color #775DED: hue angle of 250.83º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #775DED is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 93 | 237 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.07 |
| HSL | 250.83º | 0.8% | 0.65% | - |
| HSV(B) | 250.83º | 0.61% | 0.93% | - |
| XYZ | 26.81 | 17.87 | 82.16 | - |
| YUV | 117.19 | 195.61 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 93 | 237 | 0.50 | 0.61 | 0 | 0.07 | 250.83 | 0.8 | 0.65 |
| Hex | 77 | 5D | ED | 32 | 3D | 0 | 7 | FB | 50 | 41 |
| Octal | 167 | 135 | 355 | 62 | 75 | 0 | 7 | 373 | 120 | 101 |
| Binary | 1110111 | 1011101 | 11101101 | 110010 | 111101 | 0 | 111 | 11111011 | 1010000 | 1000001 |
Color Harmonies of #775DED
Complementary color
Monochromatic Colors of #775DED
Black with #775DED
Text Example
Text Example
White with #775DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775DED; }
p { color: rgb(119,93,237); }
H1.HeaderClassName
{
color: #775DED;
}
.AnyTagClassName
{
color: #775DED;
}
</style>
background-color css
<style>
a { background-color: #775DED; }
a { background-color: rgb(119,93,237); }
div.DivClassName
{
background-color: #775DED;
}
.BgClassName
{
background-color: #775DED;
}
</style>
border-color css
<style>
span { border-color: #775DED; }
span { border-color: rgb(119,93,237); }
td.TdClassName
{
border-color: #775DED;
}
.TagClassName
{
border-color: #775DED;
}
</style>