Shades of Medium Slate Blue #785DFB
Tints of Medium Slate Blue #785DFB
RGB
CMYK
RGB Variations
Color information
#785DFB (or 0x785DFB) is known color: Medium Slate Blue. HEX triplet: 78, 5D and FB. RGB value is (120,93,251). Sum of RGB (Red+Green+Blue) = 120+93+251=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #785DFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785DFB is #87A204. Grayscale: #767676. Windows color (decimal): -8888837 or 16473464. OLE color: 16473464.
HSL color Cylindrical-coordinate representation of color #785DFB: hue angle of 250.25º degrees, saturation: 0.95, 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 #785DFB is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 93 | 251 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.02 |
| HSL | 250.25º | 0.95% | 0.67% | - |
| HSV(B) | 250.25º | 0.63% | 0.98% | - |
| XYZ | 29.07 | 18.79 | 93.36 | - |
| YUV | 119.09 | 202.45 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 251 | 0.52 | 0.63 | 0 | 0.02 | 250.25 | 0.95 | 0.67 |
| Hex | 78 | 5D | FB | 34 | 3F | 0 | 2 | FA | 5F | 43 |
| Octal | 170 | 135 | 373 | 64 | 77 | 0 | 2 | 372 | 137 | 103 |
| Binary | 1111000 | 1011101 | 11111011 | 110100 | 111111 | 0 | 10 | 11111010 | 1011111 | 1000011 |
Color Harmonies of #785DFB
Complementary color
Monochromatic Colors of #785DFB
Black with #785DFB
Text Example
Text Example
White with #785DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785DFB; }
p { color: rgb(120,93,251); }
H1.HeaderClassName
{
color: #785DFB;
}
.AnyTagClassName
{
color: #785DFB;
}
</style>
background-color css
<style>
a { background-color: #785DFB; }
a { background-color: rgb(120,93,251); }
div.DivClassName
{
background-color: #785DFB;
}
.BgClassName
{
background-color: #785DFB;
}
</style>
border-color css
<style>
span { border-color: #785DFB; }
span { border-color: rgb(120,93,251); }
td.TdClassName
{
border-color: #785DFB;
}
.TagClassName
{
border-color: #785DFB;
}
</style>