Shades of Medium Slate Blue #785FE0
Tints of Medium Slate Blue #785FE0
RGB
CMYK
RGB Variations
Color information
#785FE0 (or 0x785FE0) is known color: Medium Slate Blue. HEX triplet: 78, 5F and E0. RGB value is (120,95,224). Sum of RGB (Red+Green+Blue) = 120+95+224=439 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.33% from 439); Green value is 95 (37.5% from 255 or 21.64% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #785FE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FE0 is #87A01F. Grayscale: #747474. Windows color (decimal): -8888352 or 14704504. OLE color: 14704504.
HSL color Cylindrical-coordinate representation of color #785FE0: hue angle of 251.63º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #785FE0 is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 95 | 224 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.12 |
| HSL | 251.63º | 0.68% | 0.63% | - |
| HSV(B) | 251.63º | 0.58% | 0.88% | - |
| XYZ | 25.29 | 17.56 | 72.58 | - |
| YUV | 117.18 | 188.28 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 224 | 0.46 | 0.58 | 0 | 0.12 | 251.63 | 0.68 | 0.63 |
| Hex | 78 | 5F | E0 | 2E | 3A | 0 | C | FC | 44 | 3F |
| Octal | 170 | 137 | 340 | 56 | 72 | 0 | 14 | 374 | 104 | 77 |
| Binary | 1111000 | 1011111 | 11100000 | 101110 | 111010 | 0 | 1100 | 11111100 | 1000100 | 111111 |
Color Harmonies of #785FE0
Complementary color
Monochromatic Colors of #785FE0
Black with #785FE0
Text Example
Text Example
White with #785FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785FE0; }
p { color: rgb(120,95,224); }
H1.HeaderClassName
{
color: #785FE0;
}
.AnyTagClassName
{
color: #785FE0;
}
</style>
background-color css
<style>
a { background-color: #785FE0; }
a { background-color: rgb(120,95,224); }
div.DivClassName
{
background-color: #785FE0;
}
.BgClassName
{
background-color: #785FE0;
}
</style>
border-color css
<style>
span { border-color: #785FE0; }
span { border-color: rgb(120,95,224); }
td.TdClassName
{
border-color: #785FE0;
}
.TagClassName
{
border-color: #785FE0;
}
</style>