Shades of Medium Slate Blue #785BDF
Tints of Medium Slate Blue #785BDF
RGB
CMYK
RGB Variations
Color information
#785BDF (or 0x785BDF) is known color: Medium Slate Blue. HEX triplet: 78, 5B and DF. RGB value is (120,91,223). Sum of RGB (Red+Green+Blue) = 120+91+223=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 91 (35.94% from 255 or 20.97% from 434); Blue value is 223 (87.5% from 255 or 51.38% from 434); Max value from RGB is 223 - color contains mainly: blue. Hex color #785BDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785BDF is #87A420. Grayscale: #727272. Windows color (decimal): -8889377 or 14637944. OLE color: 14637944.
HSL color Cylindrical-coordinate representation of color #785BDF: hue angle of 253.18º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #785BDF is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 91 | 223 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.13 |
| HSL | 253.18º | 0.67% | 0.62% | - |
| HSV(B) | 253.18º | 0.59% | 0.87% | - |
| XYZ | 24.81 | 16.8 | 71.75 | - |
| YUV | 114.72 | 189.11 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 223 | 0.46 | 0.59 | 0 | 0.13 | 253.18 | 0.67 | 0.62 |
| Hex | 78 | 5B | DF | 2E | 3B | 0 | D | FD | 43 | 3E |
| Octal | 170 | 133 | 337 | 56 | 73 | 0 | 15 | 375 | 103 | 76 |
| Binary | 1111000 | 1011011 | 11011111 | 101110 | 111011 | 0 | 1101 | 11111101 | 1000011 | 111110 |
Color Harmonies of #785BDF
Complementary color
Monochromatic Colors of #785BDF
Black with #785BDF
Text Example
Text Example
White with #785BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BDF; }
p { color: rgb(120,91,223); }
H1.HeaderClassName
{
color: #785BDF;
}
.AnyTagClassName
{
color: #785BDF;
}
</style>
background-color css
<style>
a { background-color: #785BDF; }
a { background-color: rgb(120,91,223); }
div.DivClassName
{
background-color: #785BDF;
}
.BgClassName
{
background-color: #785BDF;
}
</style>
border-color css
<style>
span { border-color: #785BDF; }
span { border-color: rgb(120,91,223); }
td.TdClassName
{
border-color: #785BDF;
}
.TagClassName
{
border-color: #785BDF;
}
</style>