Shades of Medium Slate Blue #785DF0
Tints of Medium Slate Blue #785DF0
RGB
CMYK
RGB Variations
Color information
#785DF0 (or 0x785DF0) is known color: Medium Slate Blue. HEX triplet: 78, 5D and F0. RGB value is (120,93,240). Sum of RGB (Red+Green+Blue) = 120+93+240=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 240 (94.14% from 255 or 52.98% from 453); Max value from RGB is 240 - color contains mainly: blue. Hex color #785DF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785DF0 is #87A20F. Grayscale: #757575. Windows color (decimal): -8888848 or 15752568. OLE color: 15752568.
HSL color Cylindrical-coordinate representation of color #785DF0: hue angle of 251.02º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #785DF0 is Cyan = 0.5, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 93 | 240 | - |
| CMYK | 0.5 | 0.61 | 0 | 0.06 |
| HSL | 251.02º | 0.83% | 0.65% | - |
| HSV(B) | 251.02º | 0.61% | 0.94% | - |
| XYZ | 27.39 | 18.11 | 84.49 | - |
| YUV | 117.83 | 196.95 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 240 | 0.5 | 0.61 | 0 | 0.06 | 251.02 | 0.83 | 0.65 |
| Hex | 78 | 5D | F0 | 32 | 3D | 0 | 6 | FB | 53 | 41 |
| Octal | 170 | 135 | 360 | 62 | 75 | 0 | 6 | 373 | 123 | 101 |
| Binary | 1111000 | 1011101 | 11110000 | 110010 | 111101 | 0 | 110 | 11111011 | 1010011 | 1000001 |
Color Harmonies of #785DF0
Complementary color
Monochromatic Colors of #785DF0
Black with #785DF0
Text Example
Text Example
White with #785DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785DF0; }
p { color: rgb(120,93,240); }
H1.HeaderClassName
{
color: #785DF0;
}
.AnyTagClassName
{
color: #785DF0;
}
</style>
background-color css
<style>
a { background-color: #785DF0; }
a { background-color: rgb(120,93,240); }
div.DivClassName
{
background-color: #785DF0;
}
.BgClassName
{
background-color: #785DF0;
}
</style>
border-color css
<style>
span { border-color: #785DF0; }
span { border-color: rgb(120,93,240); }
td.TdClassName
{
border-color: #785DF0;
}
.TagClassName
{
border-color: #785DF0;
}
</style>