Shades of Medium Slate Blue #787FE1
Tints of Medium Slate Blue #787FE1
RGB
CMYK
RGB Variations
Color information
#787FE1 (or 0x787FE1) is known color: Medium Slate Blue. HEX triplet: 78, 7F and E1. RGB value is (120,127,225). Sum of RGB (Red+Green+Blue) = 120+127+225=472 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.42% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 225 (88.28% from 255 or 47.67% from 472); Max value from RGB is 225 - color contains mainly: blue. Hex color #787FE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787FE1 is #87801E. Grayscale: #878787. Windows color (decimal): -8880159 or 14778232. OLE color: 14778232.
HSL color Cylindrical-coordinate representation of color #787FE1: hue angle of 236º 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 #787FE1 is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 127 | 225 | - |
| CMYK | 0.47 | 0.44 | 0 | 0.12 |
| HSL | 236º | 0.64% | 0.68% | - |
| HSV(B) | 236º | 0.47% | 0.88% | - |
| XYZ | 28.93 | 24.61 | 74.46 | - |
| YUV | 136.08 | 178.18 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 225 | 0.47 | 0.44 | 0 | 0.12 | 236 | 0.64 | 0.68 |
| Hex | 78 | 7F | E1 | 2F | 2C | 0 | C | EC | 40 | 44 |
| Octal | 170 | 177 | 341 | 57 | 54 | 0 | 14 | 354 | 100 | 104 |
| Binary | 1111000 | 1111111 | 11100001 | 101111 | 101100 | 0 | 1100 | 11101100 | 1000000 | 1000100 |
Color Harmonies of #787FE1
Complementary color
Monochromatic Colors of #787FE1
Black with #787FE1
Text Example
Text Example
White with #787FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787FE1; }
p { color: rgb(120,127,225); }
H1.HeaderClassName
{
color: #787FE1;
}
.AnyTagClassName
{
color: #787FE1;
}
</style>
background-color css
<style>
a { background-color: #787FE1; }
a { background-color: rgb(120,127,225); }
div.DivClassName
{
background-color: #787FE1;
}
.BgClassName
{
background-color: #787FE1;
}
</style>
border-color css
<style>
span { border-color: #787FE1; }
span { border-color: rgb(120,127,225); }
td.TdClassName
{
border-color: #787FE1;
}
.TagClassName
{
border-color: #787FE1;
}
</style>