Shades of Medium Slate Blue #785CEB
Tints of Medium Slate Blue #785CEB
RGB
CMYK
RGB Variations
Color information
#785CEB (or 0x785CEB) is known color: Medium Slate Blue. HEX triplet: 78, 5C and EB. RGB value is (120,92,235). Sum of RGB (Red+Green+Blue) = 120+92+235=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #785CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785CEB is #87A314. Grayscale: #747474. Windows color (decimal): -8889109 or 15424632. OLE color: 15424632.
HSL color Cylindrical-coordinate representation of color #785CEB: hue angle of 251.75º 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 #785CEB is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 92 | 235 | - |
| CMYK | 0.49 | 0.61 | 0 | 0.08 |
| HSL | 251.75º | 0.78% | 0.64% | - |
| HSV(B) | 251.75º | 0.61% | 0.92% | - |
| XYZ | 26.57 | 17.65 | 80.6 | - |
| YUV | 116.67 | 194.78 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 235 | 0.49 | 0.61 | 0 | 0.08 | 251.75 | 0.78 | 0.64 |
| Hex | 78 | 5C | EB | 31 | 3D | 0 | 8 | FC | 4E | 40 |
| Octal | 170 | 134 | 353 | 61 | 75 | 0 | 10 | 374 | 116 | 100 |
| Binary | 1111000 | 1011100 | 11101011 | 110001 | 111101 | 0 | 1000 | 11111100 | 1001110 | 1000000 |
Color Harmonies of #785CEB
Complementary color
Monochromatic Colors of #785CEB
Black with #785CEB
Text Example
Text Example
White with #785CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785CEB; }
p { color: rgb(120,92,235); }
H1.HeaderClassName
{
color: #785CEB;
}
.AnyTagClassName
{
color: #785CEB;
}
</style>
background-color css
<style>
a { background-color: #785CEB; }
a { background-color: rgb(120,92,235); }
div.DivClassName
{
background-color: #785CEB;
}
.BgClassName
{
background-color: #785CEB;
}
</style>
border-color css
<style>
span { border-color: #785CEB; }
span { border-color: rgb(120,92,235); }
td.TdClassName
{
border-color: #785CEB;
}
.TagClassName
{
border-color: #785CEB;
}
</style>