Shades of Medium Slate Blue #785DF2
Tints of Medium Slate Blue #785DF2
RGB
CMYK
RGB Variations
Color information
#785DF2 (or 0x785DF2) is known color: Medium Slate Blue. HEX triplet: 78, 5D and F2. RGB value is (120,93,242). Sum of RGB (Red+Green+Blue) = 120+93+242=455 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.37% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 242 (94.92% from 255 or 53.19% from 455); Max value from RGB is 242 - color contains mainly: blue. Hex color #785DF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785DF2 is #87A20D. Grayscale: #757575. Windows color (decimal): -8888846 or 15883640. OLE color: 15883640.
HSL color Cylindrical-coordinate representation of color #785DF2: hue angle of 250.87º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #785DF2 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 93 | 242 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.05 |
| HSL | 250.87º | 0.85% | 0.66% | - |
| HSV(B) | 250.87º | 0.62% | 0.95% | - |
| XYZ | 27.69 | 18.23 | 86.06 | - |
| YUV | 118.06 | 197.95 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 242 | 0.50 | 0.62 | 0 | 0.05 | 250.87 | 0.85 | 0.66 |
| Hex | 78 | 5D | F2 | 32 | 3E | 0 | 5 | FB | 55 | 42 |
| Octal | 170 | 135 | 362 | 62 | 76 | 0 | 5 | 373 | 125 | 102 |
| Binary | 1111000 | 1011101 | 11110010 | 110010 | 111110 | 0 | 101 | 11111011 | 1010101 | 1000010 |
Color Harmonies of #785DF2
Complementary color
Monochromatic Colors of #785DF2
Black with #785DF2
Text Example
Text Example
White with #785DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785DF2; }
p { color: rgb(120,93,242); }
H1.HeaderClassName
{
color: #785DF2;
}
.AnyTagClassName
{
color: #785DF2;
}
</style>
background-color css
<style>
a { background-color: #785DF2; }
a { background-color: rgb(120,93,242); }
div.DivClassName
{
background-color: #785DF2;
}
.BgClassName
{
background-color: #785DF2;
}
</style>
border-color css
<style>
span { border-color: #785DF2; }
span { border-color: rgb(120,93,242); }
td.TdClassName
{
border-color: #785DF2;
}
.TagClassName
{
border-color: #785DF2;
}
</style>