Shades of Medium Slate Blue #787CE1
Tints of Medium Slate Blue #787CE1
RGB
CMYK
RGB Variations
Color information
#787CE1 (or 0x787CE1) is known color: Medium Slate Blue. HEX triplet: 78, 7C and E1. RGB value is (120,124,225). Sum of RGB (Red+Green+Blue) = 120+124+225=469 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.59% from 469); Green value is 124 (48.83% from 255 or 26.44% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #787CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787CE1 is #87831E. Grayscale: #858585. Windows color (decimal): -8880927 or 14777464. OLE color: 14777464.
HSL color Cylindrical-coordinate representation of color #787CE1: hue angle of 237.71º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #787CE1 is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 124 | 225 | - |
| CMYK | 0.47 | 0.45 | 0 | 0.12 |
| HSL | 237.71º | 0.64% | 0.68% | - |
| HSV(B) | 237.71º | 0.47% | 0.88% | - |
| XYZ | 28.54 | 23.84 | 74.33 | - |
| YUV | 134.32 | 179.17 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 124 | 225 | 0.47 | 0.45 | 0 | 0.12 | 237.71 | 0.64 | 0.68 |
| Hex | 78 | 7C | E1 | 2F | 2D | 0 | C | EE | 40 | 44 |
| Octal | 170 | 174 | 341 | 57 | 55 | 0 | 14 | 356 | 100 | 104 |
| Binary | 1111000 | 1111100 | 11100001 | 101111 | 101101 | 0 | 1100 | 11101110 | 1000000 | 1000100 |
Color Harmonies of #787CE1
Complementary color
Monochromatic Colors of #787CE1
Black with #787CE1
Text Example
Text Example
White with #787CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787CE1; }
p { color: rgb(120,124,225); }
H1.HeaderClassName
{
color: #787CE1;
}
.AnyTagClassName
{
color: #787CE1;
}
</style>
background-color css
<style>
a { background-color: #787CE1; }
a { background-color: rgb(120,124,225); }
div.DivClassName
{
background-color: #787CE1;
}
.BgClassName
{
background-color: #787CE1;
}
</style>
border-color css
<style>
span { border-color: #787CE1; }
span { border-color: rgb(120,124,225); }
td.TdClassName
{
border-color: #787CE1;
}
.TagClassName
{
border-color: #787CE1;
}
</style>