Shades of Medium Slate Blue #785DF7
Tints of Medium Slate Blue #785DF7
RGB
CMYK
RGB Variations
Color information
#785DF7 (or 0x785DF7) is known color: Medium Slate Blue. HEX triplet: 78, 5D and F7. RGB value is (120,93,247). Sum of RGB (Red+Green+Blue) = 120+93+247=460 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.09% from 460); Green value is 93 (36.72% from 255 or 20.22% from 460); Blue value is 247 (96.88% from 255 or 53.70% from 460); Max value from RGB is 247 - color contains mainly: blue. Hex color #785DF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785DF7 is #87A208. Grayscale: #767676. Windows color (decimal): -8888841 or 16211320. OLE color: 16211320.
HSL color Cylindrical-coordinate representation of color #785DF7: hue angle of 250.52º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #785DF7 is Cyan = 0.51, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 120 | 93 | 247 | - |
| CMYK | 0.51 | 0.62 | 0 | 0.03 |
| HSL | 250.52º | 0.91% | 0.67% | - |
| HSV(B) | 250.52º | 0.62% | 0.97% | - |
| XYZ | 28.45 | 18.54 | 90.07 | - |
| YUV | 118.63 | 200.45 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 247 | 0.51 | 0.62 | 0 | 0.03 | 250.52 | 0.91 | 0.67 |
| Hex | 78 | 5D | F7 | 33 | 3E | 0 | 3 | FB | 5B | 43 |
| Octal | 170 | 135 | 367 | 63 | 76 | 0 | 3 | 373 | 133 | 103 |
| Binary | 1111000 | 1011101 | 11110111 | 110011 | 111110 | 0 | 11 | 11111011 | 1011011 | 1000011 |
Color Harmonies of #785DF7
Complementary color
Monochromatic Colors of #785DF7
Black with #785DF7
Text Example
Text Example
White with #785DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785DF7; }
p { color: rgb(120,93,247); }
H1.HeaderClassName
{
color: #785DF7;
}
.AnyTagClassName
{
color: #785DF7;
}
</style>
background-color css
<style>
a { background-color: #785DF7; }
a { background-color: rgb(120,93,247); }
div.DivClassName
{
background-color: #785DF7;
}
.BgClassName
{
background-color: #785DF7;
}
</style>
border-color css
<style>
span { border-color: #785DF7; }
span { border-color: rgb(120,93,247); }
td.TdClassName
{
border-color: #785DF7;
}
.TagClassName
{
border-color: #785DF7;
}
</style>