Shades of Medium Slate Blue #785BF2
Tints of Medium Slate Blue #785BF2
RGB
CMYK
RGB Variations
Color information
#785BF2 (or 0x785BF2) is known color: Medium Slate Blue. HEX triplet: 78, 5B and F2. RGB value is (120,91,242). Sum of RGB (Red+Green+Blue) = 120+91+242=453 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.49% from 453); Green value is 91 (35.94% from 255 or 20.09% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #785BF2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785BF2 is #87A40D. Grayscale: #747474. Windows color (decimal): -8889358 or 15883128. OLE color: 15883128.
HSL color Cylindrical-coordinate representation of color #785BF2: hue angle of 251.52º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #785BF2 is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 120 | 91 | 242 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.05 |
| HSL | 251.52º | 0.85% | 0.65% | - |
| HSV(B) | 251.52º | 0.62% | 0.95% | - |
| XYZ | 27.51 | 17.89 | 86.01 | - |
| YUV | 116.89 | 198.61 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 242 | 0.50 | 0.62 | 0 | 0.05 | 251.52 | 0.85 | 0.65 |
| Hex | 78 | 5B | F2 | 32 | 3E | 0 | 5 | FC | 55 | 41 |
| Octal | 170 | 133 | 362 | 62 | 76 | 0 | 5 | 374 | 125 | 101 |
| Binary | 1111000 | 1011011 | 11110010 | 110010 | 111110 | 0 | 101 | 11111100 | 1010101 | 1000001 |
Color Harmonies of #785BF2
Complementary color
Monochromatic Colors of #785BF2
Black with #785BF2
Text Example
Text Example
White with #785BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BF2; }
p { color: rgb(120,91,242); }
H1.HeaderClassName
{
color: #785BF2;
}
.AnyTagClassName
{
color: #785BF2;
}
</style>
background-color css
<style>
a { background-color: #785BF2; }
a { background-color: rgb(120,91,242); }
div.DivClassName
{
background-color: #785BF2;
}
.BgClassName
{
background-color: #785BF2;
}
</style>
border-color css
<style>
span { border-color: #785BF2; }
span { border-color: rgb(120,91,242); }
td.TdClassName
{
border-color: #785BF2;
}
.TagClassName
{
border-color: #785BF2;
}
</style>