Shades of Medium Slate Blue #775CED
Tints of Medium Slate Blue #775CED
RGB
CMYK
RGB Variations
Color information
#775CED (or 0x775CED) is known color: Medium Slate Blue. HEX triplet: 77, 5C and ED. RGB value is (119,92,237). Sum of RGB (Red+Green+Blue) = 119+92+237=448 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.56% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #775CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #775CED is #88A312. Grayscale: #747474. Windows color (decimal): -8954643 or 15555703. OLE color: 15555703.
HSL color Cylindrical-coordinate representation of color #775CED: hue angle of 251.17º 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 #775CED is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 92 | 237 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.07 |
| HSL | 251.17º | 0.8% | 0.65% | - |
| HSV(B) | 251.17º | 0.61% | 0.93% | - |
| XYZ | 26.72 | 17.69 | 82.13 | - |
| YUV | 116.6 | 195.95 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 92 | 237 | 0.50 | 0.61 | 0 | 0.07 | 251.17 | 0.8 | 0.65 |
| Hex | 77 | 5C | ED | 32 | 3D | 0 | 7 | FB | 50 | 41 |
| Octal | 167 | 134 | 355 | 62 | 75 | 0 | 7 | 373 | 120 | 101 |
| Binary | 1110111 | 1011100 | 11101101 | 110010 | 111101 | 0 | 111 | 11111011 | 1010000 | 1000001 |
Color Harmonies of #775CED
Complementary color
Monochromatic Colors of #775CED
Black with #775CED
Text Example
Text Example
White with #775CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775CED; }
p { color: rgb(119,92,237); }
H1.HeaderClassName
{
color: #775CED;
}
.AnyTagClassName
{
color: #775CED;
}
</style>
background-color css
<style>
a { background-color: #775CED; }
a { background-color: rgb(119,92,237); }
div.DivClassName
{
background-color: #775CED;
}
.BgClassName
{
background-color: #775CED;
}
</style>
border-color css
<style>
span { border-color: #775CED; }
span { border-color: rgb(119,92,237); }
td.TdClassName
{
border-color: #775CED;
}
.TagClassName
{
border-color: #775CED;
}
</style>