Shades of Medium Slate Blue #785BEF
Tints of Medium Slate Blue #785BEF
RGB
CMYK
RGB Variations
Color information
#785BEF (or 0x785BEF) is known color: Medium Slate Blue. HEX triplet: 78, 5B and EF. RGB value is (120,91,239). Sum of RGB (Red+Green+Blue) = 120+91+239=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #785BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785BEF is #87A410. Grayscale: #737373. Windows color (decimal): -8889361 or 15686520. OLE color: 15686520.
HSL color Cylindrical-coordinate representation of color #785BEF: hue angle of 251.76º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #785BEF is Cyan = 0.50, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 120 | 91 | 239 | - |
| CMYK | 0.50 | 0.62 | 0 | 0.06 |
| HSL | 251.76º | 0.82% | 0.65% | - |
| HSV(B) | 251.76º | 0.62% | 0.94% | - |
| XYZ | 27.07 | 17.71 | 83.65 | - |
| YUV | 116.54 | 197.11 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 239 | 0.50 | 0.62 | 0 | 0.06 | 251.76 | 0.82 | 0.65 |
| Hex | 78 | 5B | EF | 32 | 3E | 0 | 6 | FC | 52 | 41 |
| Octal | 170 | 133 | 357 | 62 | 76 | 0 | 6 | 374 | 122 | 101 |
| Binary | 1111000 | 1011011 | 11101111 | 110010 | 111110 | 0 | 110 | 11111100 | 1010010 | 1000001 |
Color Harmonies of #785BEF
Complementary color
Monochromatic Colors of #785BEF
Black with #785BEF
Text Example
Text Example
White with #785BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BEF; }
p { color: rgb(120,91,239); }
H1.HeaderClassName
{
color: #785BEF;
}
.AnyTagClassName
{
color: #785BEF;
}
</style>
background-color css
<style>
a { background-color: #785BEF; }
a { background-color: rgb(120,91,239); }
div.DivClassName
{
background-color: #785BEF;
}
.BgClassName
{
background-color: #785BEF;
}
</style>
border-color css
<style>
span { border-color: #785BEF; }
span { border-color: rgb(120,91,239); }
td.TdClassName
{
border-color: #785BEF;
}
.TagClassName
{
border-color: #785BEF;
}
</style>