Shades of Medium Slate Blue #785DF9
Tints of Medium Slate Blue #785DF9
RGB
CMYK
RGB Variations
Color information
#785DF9 (or 0x785DF9) is known color: Medium Slate Blue. HEX triplet: 78, 5D and F9. RGB value is (120,93,249). Sum of RGB (Red+Green+Blue) = 120+93+249=462 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.97% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 249 (97.66% from 255 or 53.90% from 462); Max value from RGB is 249 - color contains mainly: blue. Hex color #785DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785DF9 is #87A206. Grayscale: #767676. Windows color (decimal): -8888839 or 16342392. OLE color: 16342392.
HSL color Cylindrical-coordinate representation of color #785DF9: hue angle of 250.38º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #785DF9 is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 93 | 249 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.02 |
| HSL | 250.38º | 0.93% | 0.67% | - |
| HSV(B) | 250.38º | 0.63% | 0.98% | - |
| XYZ | 28.76 | 18.66 | 91.71 | - |
| YUV | 118.86 | 201.45 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 249 | 0.52 | 0.63 | 0 | 0.02 | 250.38 | 0.93 | 0.67 |
| Hex | 78 | 5D | F9 | 34 | 3F | 0 | 2 | FA | 5D | 43 |
| Octal | 170 | 135 | 371 | 64 | 77 | 0 | 2 | 372 | 135 | 103 |
| Binary | 1111000 | 1011101 | 11111001 | 110100 | 111111 | 0 | 10 | 11111010 | 1011101 | 1000011 |
Color Harmonies of #785DF9
Complementary color
Monochromatic Colors of #785DF9
Black with #785DF9
Text Example
Text Example
White with #785DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785DF9; }
p { color: rgb(120,93,249); }
H1.HeaderClassName
{
color: #785DF9;
}
.AnyTagClassName
{
color: #785DF9;
}
</style>
background-color css
<style>
a { background-color: #785DF9; }
a { background-color: rgb(120,93,249); }
div.DivClassName
{
background-color: #785DF9;
}
.BgClassName
{
background-color: #785DF9;
}
</style>
border-color css
<style>
span { border-color: #785DF9; }
span { border-color: rgb(120,93,249); }
td.TdClassName
{
border-color: #785DF9;
}
.TagClassName
{
border-color: #785DF9;
}
</style>