Shades of Medium Slate Blue #785EDD
Tints of Medium Slate Blue #785EDD
RGB
CMYK
RGB Variations
Color information
#785EDD (or 0x785EDD) is known color: Medium Slate Blue. HEX triplet: 78, 5E and DD. RGB value is (120,94,221). Sum of RGB (Red+Green+Blue) = 120+94+221=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 94 (37.11% from 255 or 21.61% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #785EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785EDD is #87A122. Grayscale: #737373. Windows color (decimal): -8888611 or 14507640. OLE color: 14507640.
HSL color Cylindrical-coordinate representation of color #785EDD: hue angle of 252.28º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #785EDD is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 94 | 221 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.13 |
| HSL | 252.28º | 0.65% | 0.62% | - |
| HSV(B) | 252.28º | 0.57% | 0.87% | - |
| XYZ | 24.8 | 17.22 | 70.42 | - |
| YUV | 116.25 | 187.11 | 130.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 221 | 0.46 | 0.57 | 0 | 0.13 | 252.28 | 0.65 | 0.62 |
| Hex | 78 | 5E | DD | 2E | 39 | 0 | D | FC | 41 | 3E |
| Octal | 170 | 136 | 335 | 56 | 71 | 0 | 15 | 374 | 101 | 76 |
| Binary | 1111000 | 1011110 | 11011101 | 101110 | 111001 | 0 | 1101 | 11111100 | 1000001 | 111110 |
Color Harmonies of #785EDD
Complementary color
Monochromatic Colors of #785EDD
Black with #785EDD
Text Example
Text Example
White with #785EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785EDD; }
p { color: rgb(120,94,221); }
H1.HeaderClassName
{
color: #785EDD;
}
.AnyTagClassName
{
color: #785EDD;
}
</style>
background-color css
<style>
a { background-color: #785EDD; }
a { background-color: rgb(120,94,221); }
div.DivClassName
{
background-color: #785EDD;
}
.BgClassName
{
background-color: #785EDD;
}
</style>
border-color css
<style>
span { border-color: #785EDD; }
span { border-color: rgb(120,94,221); }
td.TdClassName
{
border-color: #785EDD;
}
.TagClassName
{
border-color: #785EDD;
}
</style>