Shades of Medium Slate Blue #786BE8
Tints of Medium Slate Blue #786BE8
RGB
CMYK
RGB Variations
Color information
#786BE8 (or 0x786BE8) is known color: Medium Slate Blue. HEX triplet: 78, 6B and E8. RGB value is (120,107,232). Sum of RGB (Red+Green+Blue) = 120+107+232=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 232 (91.02% from 255 or 50.54% from 459); Max value from RGB is 232 - color contains mainly: blue. Hex color #786BE8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #786BE8 is #879417. Grayscale: #7C7C7C. Windows color (decimal): -8885272 or 15231864. OLE color: 15231864.
HSL color Cylindrical-coordinate representation of color #786BE8: hue angle of 246.24º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #786BE8 is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 107 | 232 | - |
| CMYK | 0.48 | 0.54 | 0 | 0.09 |
| HSL | 246.24º | 0.73% | 0.66% | - |
| HSV(B) | 246.24º | 0.54% | 0.91% | - |
| XYZ | 27.57 | 20.33 | 78.82 | - |
| YUV | 125.14 | 188.31 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 107 | 232 | 0.48 | 0.54 | 0 | 0.09 | 246.24 | 0.73 | 0.66 |
| Hex | 78 | 6B | E8 | 30 | 36 | 0 | 9 | F6 | 49 | 42 |
| Octal | 170 | 153 | 350 | 60 | 66 | 0 | 11 | 366 | 111 | 102 |
| Binary | 1111000 | 1101011 | 11101000 | 110000 | 110110 | 0 | 1001 | 11110110 | 1001001 | 1000010 |
Color Harmonies of #786BE8
Complementary color
Monochromatic Colors of #786BE8
Black with #786BE8
Text Example
Text Example
White with #786BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786BE8; }
p { color: rgb(120,107,232); }
H1.HeaderClassName
{
color: #786BE8;
}
.AnyTagClassName
{
color: #786BE8;
}
</style>
background-color css
<style>
a { background-color: #786BE8; }
a { background-color: rgb(120,107,232); }
div.DivClassName
{
background-color: #786BE8;
}
.BgClassName
{
background-color: #786BE8;
}
</style>
border-color css
<style>
span { border-color: #786BE8; }
span { border-color: rgb(120,107,232); }
td.TdClassName
{
border-color: #786BE8;
}
.TagClassName
{
border-color: #786BE8;
}
</style>