Shades of Medium Slate Blue #786FEA
Tints of Medium Slate Blue #786FEA
RGB
CMYK
RGB Variations
Color information
#786FEA (or 0x786FEA) is known color: Medium Slate Blue. HEX triplet: 78, 6F and EA. RGB value is (120,111,234). Sum of RGB (Red+Green+Blue) = 120+111+234=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #786FEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786FEA is #879015. Grayscale: #7F7F7F. Windows color (decimal): -8884246 or 15363960. OLE color: 15363960.
HSL color Cylindrical-coordinate representation of color #786FEA: hue angle of 244.39º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #786FEA is Cyan = 0.49, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 120 | 111 | 234 | - |
| CMYK | 0.49 | 0.53 | 0 | 0.08 |
| HSL | 244.39º | 0.75% | 0.68% | - |
| HSV(B) | 244.39º | 0.53% | 0.92% | - |
| XYZ | 28.28 | 21.3 | 80.46 | - |
| YUV | 127.71 | 187.98 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 111 | 234 | 0.49 | 0.53 | 0 | 0.08 | 244.39 | 0.75 | 0.68 |
| Hex | 78 | 6F | EA | 31 | 35 | 0 | 8 | F4 | 4B | 44 |
| Octal | 170 | 157 | 352 | 61 | 65 | 0 | 10 | 364 | 113 | 104 |
| Binary | 1111000 | 1101111 | 11101010 | 110001 | 110101 | 0 | 1000 | 11110100 | 1001011 | 1000100 |
Color Harmonies of #786FEA
Complementary color
Monochromatic Colors of #786FEA
Black with #786FEA
Text Example
Text Example
White with #786FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786FEA; }
p { color: rgb(120,111,234); }
H1.HeaderClassName
{
color: #786FEA;
}
.AnyTagClassName
{
color: #786FEA;
}
</style>
background-color css
<style>
a { background-color: #786FEA; }
a { background-color: rgb(120,111,234); }
div.DivClassName
{
background-color: #786FEA;
}
.BgClassName
{
background-color: #786FEA;
}
</style>
border-color css
<style>
span { border-color: #786FEA; }
span { border-color: rgb(120,111,234); }
td.TdClassName
{
border-color: #786FEA;
}
.TagClassName
{
border-color: #786FEA;
}
</style>