Shades of Medium Slate Blue #786EEA
Tints of Medium Slate Blue #786EEA
RGB
CMYK
RGB Variations
Color information
#786EEA (or 0x786EEA) is known color: Medium Slate Blue. HEX triplet: 78, 6E and EA. RGB value is (120,110,234). Sum of RGB (Red+Green+Blue) = 120+110+234=464 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.86% from 464); Green value is 110 (43.36% from 255 or 23.71% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #786EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786EEA is #879115. Grayscale: #7E7E7E. Windows color (decimal): -8884502 or 15363704. OLE color: 15363704.
HSL color Cylindrical-coordinate representation of color #786EEA: hue angle of 244.84º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #786EEA is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 110 | 234 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.08 |
| HSL | 244.84º | 0.75% | 0.67% | - |
| HSV(B) | 244.84º | 0.53% | 0.92% | - |
| XYZ | 28.17 | 21.09 | 80.43 | - |
| YUV | 127.13 | 188.31 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 110 | 234 | 0.49 | 0.53 | 0 | 0.08 | 244.84 | 0.75 | 0.67 |
| Hex | 78 | 6E | EA | 31 | 35 | 0 | 8 | F5 | 4B | 43 |
| Octal | 170 | 156 | 352 | 61 | 65 | 0 | 10 | 365 | 113 | 103 |
| Binary | 1111000 | 1101110 | 11101010 | 110001 | 110101 | 0 | 1000 | 11110101 | 1001011 | 1000011 |
Color Harmonies of #786EEA
Complementary color
Monochromatic Colors of #786EEA
Black with #786EEA
Text Example
Text Example
White with #786EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786EEA; }
p { color: rgb(120,110,234); }
H1.HeaderClassName
{
color: #786EEA;
}
.AnyTagClassName
{
color: #786EEA;
}
</style>
background-color css
<style>
a { background-color: #786EEA; }
a { background-color: rgb(120,110,234); }
div.DivClassName
{
background-color: #786EEA;
}
.BgClassName
{
background-color: #786EEA;
}
</style>
border-color css
<style>
span { border-color: #786EEA; }
span { border-color: rgb(120,110,234); }
td.TdClassName
{
border-color: #786EEA;
}
.TagClassName
{
border-color: #786EEA;
}
</style>