Shades of Medium Slate Blue #785BEB
Tints of Medium Slate Blue #785BEB
RGB
CMYK
RGB Variations
Color information
#785BEB (or 0x785BEB) is known color: Medium Slate Blue. HEX triplet: 78, 5B and EB. RGB value is (120,91,235). Sum of RGB (Red+Green+Blue) = 120+91+235=446 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.91% from 446); Green value is 91 (35.94% from 255 or 20.40% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #785BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785BEB is #87A414. Grayscale: #737373. Windows color (decimal): -8889365 or 15424376. OLE color: 15424376.
HSL color Cylindrical-coordinate representation of color #785BEB: hue angle of 252.08º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #785BEB is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 91 | 235 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.08 |
| HSL | 252.08º | 0.78% | 0.64% | - |
| HSV(B) | 252.08º | 0.61% | 0.92% | - |
| XYZ | 26.48 | 17.47 | 80.57 | - |
| YUV | 116.09 | 195.11 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 235 | 0.49 | 0.61 | 0 | 0.08 | 252.08 | 0.78 | 0.64 |
| Hex | 78 | 5B | EB | 31 | 3D | 0 | 8 | FC | 4E | 40 |
| Octal | 170 | 133 | 353 | 61 | 75 | 0 | 10 | 374 | 116 | 100 |
| Binary | 1111000 | 1011011 | 11101011 | 110001 | 111101 | 0 | 1000 | 11111100 | 1001110 | 1000000 |
Color Harmonies of #785BEB
Complementary color
Monochromatic Colors of #785BEB
Black with #785BEB
Text Example
Text Example
White with #785BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BEB; }
p { color: rgb(120,91,235); }
H1.HeaderClassName
{
color: #785BEB;
}
.AnyTagClassName
{
color: #785BEB;
}
</style>
background-color css
<style>
a { background-color: #785BEB; }
a { background-color: rgb(120,91,235); }
div.DivClassName
{
background-color: #785BEB;
}
.BgClassName
{
background-color: #785BEB;
}
</style>
border-color css
<style>
span { border-color: #785BEB; }
span { border-color: rgb(120,91,235); }
td.TdClassName
{
border-color: #785BEB;
}
.TagClassName
{
border-color: #785BEB;
}
</style>