Shades of Medium Slate Blue #785CE5
Tints of Medium Slate Blue #785CE5
RGB
CMYK
RGB Variations
Color information
#785CE5 (or 0x785CE5) is known color: Medium Slate Blue. HEX triplet: 78, 5C and E5. RGB value is (120,92,229). Sum of RGB (Red+Green+Blue) = 120+92+229=441 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.21% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #785CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CE5 is #87A31A. Grayscale: #737373. Windows color (decimal): -8889115 or 15031416. OLE color: 15031416.
HSL color Cylindrical-coordinate representation of color #785CE5: hue angle of 252.26º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #785CE5 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 120 | 92 | 229 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.10 |
| HSL | 252.26º | 0.72% | 0.63% | - |
| HSV(B) | 252.26º | 0.6% | 0.9% | - |
| XYZ | 25.72 | 17.3 | 76.11 | - |
| YUV | 115.99 | 191.78 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 92 | 229 | 0.48 | 0.60 | 0 | 0.10 | 252.26 | 0.72 | 0.63 |
| Hex | 78 | 5C | E5 | 30 | 3C | 0 | A | FC | 48 | 3F |
| Octal | 170 | 134 | 345 | 60 | 74 | 0 | 12 | 374 | 110 | 77 |
| Binary | 1111000 | 1011100 | 11100101 | 110000 | 111100 | 0 | 1010 | 11111100 | 1001000 | 111111 |
Color Harmonies of #785CE5
Complementary color
Monochromatic Colors of #785CE5
Black with #785CE5
Text Example
Text Example
White with #785CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785CE5; }
p { color: rgb(120,92,229); }
H1.HeaderClassName
{
color: #785CE5;
}
.AnyTagClassName
{
color: #785CE5;
}
</style>
background-color css
<style>
a { background-color: #785CE5; }
a { background-color: rgb(120,92,229); }
div.DivClassName
{
background-color: #785CE5;
}
.BgClassName
{
background-color: #785CE5;
}
</style>
border-color css
<style>
span { border-color: #785CE5; }
span { border-color: rgb(120,92,229); }
td.TdClassName
{
border-color: #785CE5;
}
.TagClassName
{
border-color: #785CE5;
}
</style>