Shades of Medium Slate Blue #785ADE
Tints of Medium Slate Blue #785ADE
RGB
CMYK
RGB Variations
Color information
#785ADE (or 0x785ADE) is known color: Medium Slate Blue. HEX triplet: 78, 5A and DE. RGB value is (120,90,222). Sum of RGB (Red+Green+Blue) = 120+90+222=432 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.78% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #785ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ADE is #87A521. Grayscale: #717171. Windows color (decimal): -8889634 or 14572152. OLE color: 14572152.
HSL color Cylindrical-coordinate representation of color #785ADE: hue angle of 253.64º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #785ADE is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 90 | 222 | - |
| CMYK | 0.46 | 0.59 | 0 | 0.13 |
| HSL | 253.64º | 0.67% | 0.61% | - |
| HSV(B) | 253.64º | 0.59% | 0.87% | - |
| XYZ | 24.59 | 16.58 | 71.01 | - |
| YUV | 114.02 | 188.94 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 222 | 0.46 | 0.59 | 0 | 0.13 | 253.64 | 0.67 | 0.61 |
| Hex | 78 | 5A | DE | 2E | 3B | 0 | D | FE | 43 | 3D |
| Octal | 170 | 132 | 336 | 56 | 73 | 0 | 15 | 376 | 103 | 75 |
| Binary | 1111000 | 1011010 | 11011110 | 101110 | 111011 | 0 | 1101 | 11111110 | 1000011 | 111101 |
Color Harmonies of #785ADE
Complementary color
Monochromatic Colors of #785ADE
Black with #785ADE
Text Example
Text Example
White with #785ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785ADE; }
p { color: rgb(120,90,222); }
H1.HeaderClassName
{
color: #785ADE;
}
.AnyTagClassName
{
color: #785ADE;
}
</style>
background-color css
<style>
a { background-color: #785ADE; }
a { background-color: rgb(120,90,222); }
div.DivClassName
{
background-color: #785ADE;
}
.BgClassName
{
background-color: #785ADE;
}
</style>
border-color css
<style>
span { border-color: #785ADE; }
span { border-color: rgb(120,90,222); }
td.TdClassName
{
border-color: #785ADE;
}
.TagClassName
{
border-color: #785ADE;
}
</style>