Shades of Medium Slate Blue #7757ED
Tints of Medium Slate Blue #7757ED
RGB
CMYK
RGB Variations
Color information
#7757ED (or 0x7757ED) is known color: Medium Slate Blue. HEX triplet: 77, 57 and ED. RGB value is (119,87,237). Sum of RGB (Red+Green+Blue) = 119+87+237=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 87 (34.38% from 255 or 19.64% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #7757ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7757ED is #88A812. Grayscale: #717171. Windows color (decimal): -8955923 or 15554423. OLE color: 15554423.
HSL color Cylindrical-coordinate representation of color #7757ED: hue angle of 252.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7757ED is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 119 | 87 | 237 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.07 |
| HSL | 252.8º | 0.81% | 0.64% | - |
| HSV(B) | 252.8º | 0.63% | 0.93% | - |
| XYZ | 26.3 | 16.85 | 81.99 | - |
| YUV | 113.67 | 197.6 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 87 | 237 | 0.50 | 0.63 | 0 | 0.07 | 252.8 | 0.81 | 0.64 |
| Hex | 77 | 57 | ED | 32 | 3F | 0 | 7 | FD | 51 | 40 |
| Octal | 167 | 127 | 355 | 62 | 77 | 0 | 7 | 375 | 121 | 100 |
| Binary | 1110111 | 1010111 | 11101101 | 110010 | 111111 | 0 | 111 | 11111101 | 1010001 | 1000000 |
Color Harmonies of #7757ED
Complementary color
Monochromatic Colors of #7757ED
Black with #7757ED
Text Example
Text Example
White with #7757ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7757ED; }
p { color: rgb(119,87,237); }
H1.HeaderClassName
{
color: #7757ED;
}
.AnyTagClassName
{
color: #7757ED;
}
</style>
background-color css
<style>
a { background-color: #7757ED; }
a { background-color: rgb(119,87,237); }
div.DivClassName
{
background-color: #7757ED;
}
.BgClassName
{
background-color: #7757ED;
}
</style>
border-color css
<style>
span { border-color: #7757ED; }
span { border-color: rgb(119,87,237); }
td.TdClassName
{
border-color: #7757ED;
}
.TagClassName
{
border-color: #7757ED;
}
</style>