Shades of Medium Slate Blue #785BE9
Tints of Medium Slate Blue #785BE9
RGB
CMYK
RGB Variations
Color information
#785BE9 (or 0x785BE9) is known color: Medium Slate Blue. HEX triplet: 78, 5B and E9. RGB value is (120,91,233). Sum of RGB (Red+Green+Blue) = 120+91+233=444 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.03% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 233 (91.41% from 255 or 52.48% from 444); Max value from RGB is 233 - color contains mainly: blue. Hex color #785BE9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785BE9 is #87A416. Grayscale: #737373. Windows color (decimal): -8889367 or 15293304. OLE color: 15293304.
HSL color Cylindrical-coordinate representation of color #785BE9: hue angle of 252.25º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #785BE9 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 91 | 233 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.09 |
| HSL | 252.25º | 0.76% | 0.64% | - |
| HSV(B) | 252.25º | 0.61% | 0.91% | - |
| XYZ | 26.19 | 17.36 | 79.06 | - |
| YUV | 115.86 | 194.11 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 233 | 0.48 | 0.61 | 0 | 0.09 | 252.25 | 0.76 | 0.64 |
| Hex | 78 | 5B | E9 | 30 | 3D | 0 | 9 | FC | 4C | 40 |
| Octal | 170 | 133 | 351 | 60 | 75 | 0 | 11 | 374 | 114 | 100 |
| Binary | 1111000 | 1011011 | 11101001 | 110000 | 111101 | 0 | 1001 | 11111100 | 1001100 | 1000000 |
Color Harmonies of #785BE9
Complementary color
Monochromatic Colors of #785BE9
Black with #785BE9
Text Example
Text Example
White with #785BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BE9; }
p { color: rgb(120,91,233); }
H1.HeaderClassName
{
color: #785BE9;
}
.AnyTagClassName
{
color: #785BE9;
}
</style>
background-color css
<style>
a { background-color: #785BE9; }
a { background-color: rgb(120,91,233); }
div.DivClassName
{
background-color: #785BE9;
}
.BgClassName
{
background-color: #785BE9;
}
</style>
border-color css
<style>
span { border-color: #785BE9; }
span { border-color: rgb(120,91,233); }
td.TdClassName
{
border-color: #785BE9;
}
.TagClassName
{
border-color: #785BE9;
}
</style>