Shades of Medium Slate Blue #786BF0
Tints of Medium Slate Blue #786BF0
RGB
CMYK
RGB Variations
Color information
#786BF0 (or 0x786BF0) is known color: Medium Slate Blue. HEX triplet: 78, 6B and F0. RGB value is (120,107,240). Sum of RGB (Red+Green+Blue) = 120+107+240=467 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.70% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 240 (94.14% from 255 or 51.39% from 467); Max value from RGB is 240 - color contains mainly: blue. Hex color #786BF0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786BF0 is #87940F. Grayscale: #7D7D7D. Windows color (decimal): -8885264 or 15756152. OLE color: 15756152.
HSL color Cylindrical-coordinate representation of color #786BF0: hue angle of 245.86º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #786BF0 is Cyan = 0.5, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 107 | 240 | - |
| CMYK | 0.5 | 0.55 | 0 | 0.06 |
| HSL | 245.86º | 0.82% | 0.68% | - |
| HSV(B) | 245.86º | 0.55% | 0.94% | - |
| XYZ | 28.73 | 20.8 | 84.94 | - |
| YUV | 126.05 | 192.31 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 240 | 0.5 | 0.55 | 0 | 0.06 | 245.86 | 0.82 | 0.68 |
| Hex | 78 | 6B | F0 | 32 | 37 | 0 | 6 | F6 | 52 | 44 |
| Octal | 170 | 153 | 360 | 62 | 67 | 0 | 6 | 366 | 122 | 104 |
| Binary | 1111000 | 1101011 | 11110000 | 110010 | 110111 | 0 | 110 | 11110110 | 1010010 | 1000100 |
Color Harmonies of #786BF0
Complementary color
Monochromatic Colors of #786BF0
Black with #786BF0
Text Example
Text Example
White with #786BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786BF0; }
p { color: rgb(120,107,240); }
H1.HeaderClassName
{
color: #786BF0;
}
.AnyTagClassName
{
color: #786BF0;
}
</style>
background-color css
<style>
a { background-color: #786BF0; }
a { background-color: rgb(120,107,240); }
div.DivClassName
{
background-color: #786BF0;
}
.BgClassName
{
background-color: #786BF0;
}
</style>
border-color css
<style>
span { border-color: #786BF0; }
span { border-color: rgb(120,107,240); }
td.TdClassName
{
border-color: #786BF0;
}
.TagClassName
{
border-color: #786BF0;
}
</style>