Shades of Medium Slate Blue #785DFC
Tints of Medium Slate Blue #785DFC
RGB
CMYK
RGB Variations
Color information
#785DFC (or 0x785DFC) is known color: Medium Slate Blue. HEX triplet: 78, 5D and FC. RGB value is (120,93,252). Sum of RGB (Red+Green+Blue) = 120+93+252=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #785DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785DFC is #87A203. Grayscale: #767676. Windows color (decimal): -8888836 or 16539000. OLE color: 16539000.
HSL color Cylindrical-coordinate representation of color #785DFC: hue angle of 250.19º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #785DFC is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 120 | 93 | 252 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.01 |
| HSL | 250.19º | 0.96% | 0.68% | - |
| HSV(B) | 250.19º | 0.63% | 0.99% | - |
| XYZ | 29.23 | 18.85 | 94.19 | - |
| YUV | 119.2 | 202.95 | 128.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 252 | 0.52 | 0.63 | 0 | 0.01 | 250.19 | 0.96 | 0.68 |
| Hex | 78 | 5D | FC | 34 | 3F | 0 | 1 | FA | 60 | 44 |
| Octal | 170 | 135 | 374 | 64 | 77 | 0 | 1 | 372 | 140 | 104 |
| Binary | 1111000 | 1011101 | 11111100 | 110100 | 111111 | 0 | 1 | 11111010 | 1100000 | 1000100 |
Color Harmonies of #785DFC
Complementary color
Monochromatic Colors of #785DFC
Black with #785DFC
Text Example
Text Example
White with #785DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785DFC; }
p { color: rgb(120,93,252); }
H1.HeaderClassName
{
color: #785DFC;
}
.AnyTagClassName
{
color: #785DFC;
}
</style>
background-color css
<style>
a { background-color: #785DFC; }
a { background-color: rgb(120,93,252); }
div.DivClassName
{
background-color: #785DFC;
}
.BgClassName
{
background-color: #785DFC;
}
</style>
border-color css
<style>
span { border-color: #785DFC; }
span { border-color: rgb(120,93,252); }
td.TdClassName
{
border-color: #785DFC;
}
.TagClassName
{
border-color: #785DFC;
}
</style>