Shades of Medium Slate Blue #785BE7
Tints of Medium Slate Blue #785BE7
RGB
CMYK
RGB Variations
Color information
#785BE7 (or 0x785BE7) is known color: Medium Slate Blue. HEX triplet: 78, 5B and E7. RGB value is (120,91,231). Sum of RGB (Red+Green+Blue) = 120+91+231=442 (58% of max value = 765). Red value is 120 (47.27% from 255 or 27.15% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 231 (90.62% from 255 or 52.26% from 442); Max value from RGB is 231 - color contains mainly: blue. Hex color #785BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785BE7 is #87A418. Grayscale: #737373. Windows color (decimal): -8889369 or 15162232. OLE color: 15162232.
HSL color Cylindrical-coordinate representation of color #785BE7: hue angle of 252.43º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #785BE7 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 91 | 231 | - |
| CMYK | 0.48 | 0.61 | 0 | 0.09 |
| HSL | 252.43º | 0.74% | 0.63% | - |
| HSV(B) | 252.43º | 0.61% | 0.91% | - |
| XYZ | 25.91 | 17.24 | 77.56 | - |
| YUV | 115.63 | 193.11 | 131.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 91 | 231 | 0.48 | 0.61 | 0 | 0.09 | 252.43 | 0.74 | 0.63 |
| Hex | 78 | 5B | E7 | 30 | 3D | 0 | 9 | FC | 4A | 3F |
| Octal | 170 | 133 | 347 | 60 | 75 | 0 | 11 | 374 | 112 | 77 |
| Binary | 1111000 | 1011011 | 11100111 | 110000 | 111101 | 0 | 1001 | 11111100 | 1001010 | 111111 |
Color Harmonies of #785BE7
Complementary color
Monochromatic Colors of #785BE7
Black with #785BE7
Text Example
Text Example
White with #785BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785BE7; }
p { color: rgb(120,91,231); }
H1.HeaderClassName
{
color: #785BE7;
}
.AnyTagClassName
{
color: #785BE7;
}
</style>
background-color css
<style>
a { background-color: #785BE7; }
a { background-color: rgb(120,91,231); }
div.DivClassName
{
background-color: #785BE7;
}
.BgClassName
{
background-color: #785BE7;
}
</style>
border-color css
<style>
span { border-color: #785BE7; }
span { border-color: rgb(120,91,231); }
td.TdClassName
{
border-color: #785BE7;
}
.TagClassName
{
border-color: #785BE7;
}
</style>