Shades of Medium Slate Blue #787FE5
Tints of Medium Slate Blue #787FE5
RGB
CMYK
RGB Variations
Color information
#787FE5 (or 0x787FE5) is known color: Medium Slate Blue. HEX triplet: 78, 7F and E5. RGB value is (120,127,229). Sum of RGB (Red+Green+Blue) = 120+127+229=476 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25.21% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 229 (89.84% from 255 or 48.11% from 476); Max value from RGB is 229 - color contains mainly: blue. Hex color #787FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #787FE5 is #87801A. Grayscale: #888888. Windows color (decimal): -8880155 or 15040376. OLE color: 15040376.
HSL color Cylindrical-coordinate representation of color #787FE5: hue angle of 236.15º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #787FE5 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 127 | 229 | - |
| CMYK | 0.48 | 0.45 | 0 | 0.10 |
| HSL | 236.15º | 0.68% | 0.68% | - |
| HSV(B) | 236.15º | 0.48% | 0.9% | - |
| XYZ | 29.48 | 24.83 | 77.37 | - |
| YUV | 136.54 | 180.18 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 127 | 229 | 0.48 | 0.45 | 0 | 0.10 | 236.15 | 0.68 | 0.68 |
| Hex | 78 | 7F | E5 | 30 | 2D | 0 | A | EC | 44 | 44 |
| Octal | 170 | 177 | 345 | 60 | 55 | 0 | 12 | 354 | 104 | 104 |
| Binary | 1111000 | 1111111 | 11100101 | 110000 | 101101 | 0 | 1010 | 11101100 | 1000100 | 1000100 |
Color Harmonies of #787FE5
Complementary color
Monochromatic Colors of #787FE5
Black with #787FE5
Text Example
Text Example
White with #787FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #787FE5; }
p { color: rgb(120,127,229); }
H1.HeaderClassName
{
color: #787FE5;
}
.AnyTagClassName
{
color: #787FE5;
}
</style>
background-color css
<style>
a { background-color: #787FE5; }
a { background-color: rgb(120,127,229); }
div.DivClassName
{
background-color: #787FE5;
}
.BgClassName
{
background-color: #787FE5;
}
</style>
border-color css
<style>
span { border-color: #787FE5; }
span { border-color: rgb(120,127,229); }
td.TdClassName
{
border-color: #787FE5;
}
.TagClassName
{
border-color: #787FE5;
}
</style>