Shades of Medium Slate Blue #785FE3
Tints of Medium Slate Blue #785FE3
RGB
CMYK
RGB Variations
Color information
#785FE3 (or 0x785FE3) is known color: Medium Slate Blue. HEX triplet: 78, 5F and E3. RGB value is (120,95,227). Sum of RGB (Red+Green+Blue) = 120+95+227=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 227 (89.06% from 255 or 51.36% from 442); Max value from RGB is 227 - color contains mainly: blue. Hex color #785FE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785FE3 is #87A01C. Grayscale: #757575. Windows color (decimal): -8888349 or 14901112. OLE color: 14901112.
HSL color Cylindrical-coordinate representation of color #785FE3: hue angle of 251.36º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #785FE3 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 120 | 95 | 227 | - |
| CMYK | 0.47 | 0.58 | 0 | 0.11 |
| HSL | 251.36º | 0.7% | 0.63% | - |
| HSV(B) | 251.36º | 0.58% | 0.89% | - |
| XYZ | 25.7 | 17.72 | 74.74 | - |
| YUV | 117.52 | 189.78 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 227 | 0.47 | 0.58 | 0 | 0.11 | 251.36 | 0.7 | 0.63 |
| Hex | 78 | 5F | E3 | 2F | 3A | 0 | B | FB | 46 | 3F |
| Octal | 170 | 137 | 343 | 57 | 72 | 0 | 13 | 373 | 106 | 77 |
| Binary | 1111000 | 1011111 | 11100011 | 101111 | 111010 | 0 | 1011 | 11111011 | 1000110 | 111111 |
Color Harmonies of #785FE3
Complementary color
Monochromatic Colors of #785FE3
Black with #785FE3
Text Example
Text Example
White with #785FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785FE3; }
p { color: rgb(120,95,227); }
H1.HeaderClassName
{
color: #785FE3;
}
.AnyTagClassName
{
color: #785FE3;
}
</style>
background-color css
<style>
a { background-color: #785FE3; }
a { background-color: rgb(120,95,227); }
div.DivClassName
{
background-color: #785FE3;
}
.BgClassName
{
background-color: #785FE3;
}
</style>
border-color css
<style>
span { border-color: #785FE3; }
span { border-color: rgb(120,95,227); }
td.TdClassName
{
border-color: #785FE3;
}
.TagClassName
{
border-color: #785FE3;
}
</style>