Shades of Medium Slate Blue #785EEA
Tints of Medium Slate Blue #785EEA
RGB
CMYK
RGB Variations
Color information
#785EEA (or 0x785EEA) is known color: Medium Slate Blue. HEX triplet: 78, 5E and EA. RGB value is (120,94,234). Sum of RGB (Red+Green+Blue) = 120+94+234=448 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.79% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 234 (91.80% from 255 or 52.23% from 448); Max value from RGB is 234 - color contains mainly: blue. Hex color #785EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785EEA is #87A115. Grayscale: #757575. Windows color (decimal): -8888598 or 15359608. OLE color: 15359608.
HSL color Cylindrical-coordinate representation of color #785EEA: hue angle of 251.14º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #785EEA is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 94 | 234 | - |
| CMYK | 0.49 | 0.60 | 0 | 0.08 |
| HSL | 251.14º | 0.77% | 0.64% | - |
| HSV(B) | 251.14º | 0.6% | 0.92% | - |
| XYZ | 26.6 | 17.94 | 79.9 | - |
| YUV | 117.73 | 193.61 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 234 | 0.49 | 0.60 | 0 | 0.08 | 251.14 | 0.77 | 0.64 |
| Hex | 78 | 5E | EA | 31 | 3C | 0 | 8 | FB | 4D | 40 |
| Octal | 170 | 136 | 352 | 61 | 74 | 0 | 10 | 373 | 115 | 100 |
| Binary | 1111000 | 1011110 | 11101010 | 110001 | 111100 | 0 | 1000 | 11111011 | 1001101 | 1000000 |
Color Harmonies of #785EEA
Complementary color
Monochromatic Colors of #785EEA
Black with #785EEA
Text Example
Text Example
White with #785EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785EEA; }
p { color: rgb(120,94,234); }
H1.HeaderClassName
{
color: #785EEA;
}
.AnyTagClassName
{
color: #785EEA;
}
</style>
background-color css
<style>
a { background-color: #785EEA; }
a { background-color: rgb(120,94,234); }
div.DivClassName
{
background-color: #785EEA;
}
.BgClassName
{
background-color: #785EEA;
}
</style>
border-color css
<style>
span { border-color: #785EEA; }
span { border-color: rgb(120,94,234); }
td.TdClassName
{
border-color: #785EEA;
}
.TagClassName
{
border-color: #785EEA;
}
</style>