Shades of Medium Slate Blue #785DDD
Tints of Medium Slate Blue #785DDD
RGB
CMYK
RGB Variations
Color information
#785DDD (or 0x785DDD) is known color: Medium Slate Blue. HEX triplet: 78, 5D and DD. RGB value is (120,93,221). Sum of RGB (Red+Green+Blue) = 120+93+221=434 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.65% from 434); Green value is 93 (36.72% from 255 or 21.43% from 434); Blue value is 221 (86.72% from 255 or 50.92% from 434); Max value from RGB is 221 - color contains mainly: blue. Hex color #785DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785DDD is #87A222. Grayscale: #737373. Windows color (decimal): -8888867 or 14507384. OLE color: 14507384.
HSL color Cylindrical-coordinate representation of color #785DDD: hue angle of 252.66º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #785DDD is Cyan = 0.46, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 93 | 221 | - |
| CMYK | 0.46 | 0.58 | 0 | 0.13 |
| HSL | 252.66º | 0.65% | 0.62% | - |
| HSV(B) | 252.66º | 0.58% | 0.87% | - |
| XYZ | 24.71 | 17.04 | 70.39 | - |
| YUV | 115.67 | 187.45 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 93 | 221 | 0.46 | 0.58 | 0 | 0.13 | 252.66 | 0.65 | 0.62 |
| Hex | 78 | 5D | DD | 2E | 3A | 0 | D | FD | 41 | 3E |
| Octal | 170 | 135 | 335 | 56 | 72 | 0 | 15 | 375 | 101 | 76 |
| Binary | 1111000 | 1011101 | 11011101 | 101110 | 111010 | 0 | 1101 | 11111101 | 1000001 | 111110 |
Color Harmonies of #785DDD
Complementary color
Monochromatic Colors of #785DDD
Black with #785DDD
Text Example
Text Example
White with #785DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785DDD; }
p { color: rgb(120,93,221); }
H1.HeaderClassName
{
color: #785DDD;
}
.AnyTagClassName
{
color: #785DDD;
}
</style>
background-color css
<style>
a { background-color: #785DDD; }
a { background-color: rgb(120,93,221); }
div.DivClassName
{
background-color: #785DDD;
}
.BgClassName
{
background-color: #785DDD;
}
</style>
border-color css
<style>
span { border-color: #785DDD; }
span { border-color: rgb(120,93,221); }
td.TdClassName
{
border-color: #785DDD;
}
.TagClassName
{
border-color: #785DDD;
}
</style>