Shades of Medium Slate Blue #786CE4
Tints of Medium Slate Blue #786CE4
RGB
CMYK
RGB Variations
Color information
#786CE4 (or 0x786CE4) is known color: Medium Slate Blue. HEX triplet: 78, 6C and E4. RGB value is (120,108,228). Sum of RGB (Red+Green+Blue) = 120+108+228=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 108 (42.58% from 255 or 23.68% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #786CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #786CE4 is #87931B. Grayscale: #7C7C7C. Windows color (decimal): -8885020 or 14969976. OLE color: 14969976.
HSL color Cylindrical-coordinate representation of color #786CE4: hue angle of 246º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #786CE4 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 108 | 228 | - |
| CMYK | 0.47 | 0.53 | 0 | 0.11 |
| HSL | 246º | 0.69% | 0.66% | - |
| HSV(B) | 246º | 0.53% | 0.89% | - |
| XYZ | 27.11 | 20.32 | 75.89 | - |
| YUV | 125.27 | 185.98 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 108 | 228 | 0.47 | 0.53 | 0 | 0.11 | 246 | 0.69 | 0.66 |
| Hex | 78 | 6C | E4 | 2F | 35 | 0 | B | F6 | 45 | 42 |
| Octal | 170 | 154 | 344 | 57 | 65 | 0 | 13 | 366 | 105 | 102 |
| Binary | 1111000 | 1101100 | 11100100 | 101111 | 110101 | 0 | 1011 | 11110110 | 1000101 | 1000010 |
Color Harmonies of #786CE4
Complementary color
Monochromatic Colors of #786CE4
Black with #786CE4
Text Example
Text Example
White with #786CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #786CE4; }
p { color: rgb(120,108,228); }
H1.HeaderClassName
{
color: #786CE4;
}
.AnyTagClassName
{
color: #786CE4;
}
</style>
background-color css
<style>
a { background-color: #786CE4; }
a { background-color: rgb(120,108,228); }
div.DivClassName
{
background-color: #786CE4;
}
.BgClassName
{
background-color: #786CE4;
}
</style>
border-color css
<style>
span { border-color: #786CE4; }
span { border-color: rgb(120,108,228); }
td.TdClassName
{
border-color: #786CE4;
}
.TagClassName
{
border-color: #786CE4;
}
</style>