Shades of Medium Slate Blue #785EFB
Tints of Medium Slate Blue #785EFB
RGB
CMYK
RGB Variations
Color information
#785EFB (or 0x785EFB) is known color: Medium Slate Blue. HEX triplet: 78, 5E and FB. RGB value is (120,94,251). Sum of RGB (Red+Green+Blue) = 120+94+251=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #785EFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785EFB is #87A104. Grayscale: #777777. Windows color (decimal): -8888581 or 16473720. OLE color: 16473720.
HSL color Cylindrical-coordinate representation of color #785EFB: hue angle of 249.94º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #785EFB is Cyan = 0.52, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 120 | 94 | 251 | - |
| CMYK | 0.52 | 0.63 | 0 | 0.02 |
| HSL | 249.94º | 0.95% | 0.68% | - |
| HSV(B) | 249.94º | 0.63% | 0.98% | - |
| XYZ | 29.16 | 18.96 | 93.39 | - |
| YUV | 119.67 | 202.11 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 94 | 251 | 0.52 | 0.63 | 0 | 0.02 | 249.94 | 0.95 | 0.68 |
| Hex | 78 | 5E | FB | 34 | 3F | 0 | 2 | FA | 5F | 44 |
| Octal | 170 | 136 | 373 | 64 | 77 | 0 | 2 | 372 | 137 | 104 |
| Binary | 1111000 | 1011110 | 11111011 | 110100 | 111111 | 0 | 10 | 11111010 | 1011111 | 1000100 |
Color Harmonies of #785EFB
Complementary color
Monochromatic Colors of #785EFB
Black with #785EFB
Text Example
Text Example
White with #785EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785EFB; }
p { color: rgb(120,94,251); }
H1.HeaderClassName
{
color: #785EFB;
}
.AnyTagClassName
{
color: #785EFB;
}
</style>
background-color css
<style>
a { background-color: #785EFB; }
a { background-color: rgb(120,94,251); }
div.DivClassName
{
background-color: #785EFB;
}
.BgClassName
{
background-color: #785EFB;
}
</style>
border-color css
<style>
span { border-color: #785EFB; }
span { border-color: rgb(120,94,251); }
td.TdClassName
{
border-color: #785EFB;
}
.TagClassName
{
border-color: #785EFB;
}
</style>