Shades of Medium Slate Blue #785FF1
Tints of Medium Slate Blue #785FF1
RGB
CMYK
RGB Variations
Color information
#785FF1 (or 0x785FF1) is known color: Medium Slate Blue. HEX triplet: 78, 5F and F1. RGB value is (120,95,241). Sum of RGB (Red+Green+Blue) = 120+95+241=456 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.32% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 241 (94.53% from 255 or 52.85% from 456); Max value from RGB is 241 - color contains mainly: blue. Hex color #785FF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785FF1 is #87A00E. Grayscale: #767676. Windows color (decimal): -8888335 or 15818616. OLE color: 15818616.
HSL color Cylindrical-coordinate representation of color #785FF1: hue angle of 250.27º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #785FF1 is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 95 | 241 | - |
| CMYK | 0.50 | 0.61 | 0 | 0.05 |
| HSL | 250.27º | 0.84% | 0.66% | - |
| HSV(B) | 250.27º | 0.61% | 0.95% | - |
| XYZ | 27.72 | 18.53 | 85.33 | - |
| YUV | 119.12 | 196.78 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 95 | 241 | 0.50 | 0.61 | 0 | 0.05 | 250.27 | 0.84 | 0.66 |
| Hex | 78 | 5F | F1 | 32 | 3D | 0 | 5 | FA | 54 | 42 |
| Octal | 170 | 137 | 361 | 62 | 75 | 0 | 5 | 372 | 124 | 102 |
| Binary | 1111000 | 1011111 | 11110001 | 110010 | 111101 | 0 | 101 | 11111010 | 1010100 | 1000010 |
Color Harmonies of #785FF1
Complementary color
Monochromatic Colors of #785FF1
Black with #785FF1
Text Example
Text Example
White with #785FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785FF1; }
p { color: rgb(120,95,241); }
H1.HeaderClassName
{
color: #785FF1;
}
.AnyTagClassName
{
color: #785FF1;
}
</style>
background-color css
<style>
a { background-color: #785FF1; }
a { background-color: rgb(120,95,241); }
div.DivClassName
{
background-color: #785FF1;
}
.BgClassName
{
background-color: #785FF1;
}
</style>
border-color css
<style>
span { border-color: #785FF1; }
span { border-color: rgb(120,95,241); }
td.TdClassName
{
border-color: #785FF1;
}
.TagClassName
{
border-color: #785FF1;
}
</style>