Shades of Medium Slate Blue #785AFF
Tints of Medium Slate Blue #785AFF
RGB
CMYK
RGB Variations
Color information
#785AFF (or 0x785AFF) is known color: Medium Slate Blue. HEX triplet: 78, 5A and FF. RGB value is (120,90,255). Sum of RGB (Red+Green+Blue) = 120+90+255=465 (61% of max value = 765). Red value is 120 (47.27% from 255 or 25.81% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #785AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #785AFF is #87A500. Grayscale: #757575. Windows color (decimal): -8889601 or 16734840. OLE color: 16734840.
HSL color Cylindrical-coordinate representation of color #785AFF: hue angle of 250.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #785AFF is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 120 | 90 | 255 | - |
| CMYK | 0.53 | 0.65 | 0 | 0 |
| HSL | 250.91º | 1% | 0.68% | - |
| HSV(B) | 250.91º | 0.65% | 1% | - |
| XYZ | 29.45 | 18.53 | 96.63 | - |
| YUV | 117.78 | 205.44 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 90 | 255 | 0.53 | 0.65 | 0 | 0 | 250.91 | 1 | 0.68 |
| Hex | 78 | 5A | FF | 35 | 41 | 0 | 0 | FB | 64 | 44 |
| Octal | 170 | 132 | 377 | 65 | 101 | 0 | 0 | 373 | 144 | 104 |
| Binary | 1111000 | 1011010 | 11111111 | 110101 | 1000001 | 0 | 0 | 11111011 | 1100100 | 1000100 |
Color Harmonies of #785AFF
Complementary color
Monochromatic Colors of #785AFF
Black with #785AFF
Text Example
Text Example
White with #785AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #785AFF; }
p { color: rgb(120,90,255); }
H1.HeaderClassName
{
color: #785AFF;
}
.AnyTagClassName
{
color: #785AFF;
}
</style>
background-color css
<style>
a { background-color: #785AFF; }
a { background-color: rgb(120,90,255); }
div.DivClassName
{
background-color: #785AFF;
}
.BgClassName
{
background-color: #785AFF;
}
</style>
border-color css
<style>
span { border-color: #785AFF; }
span { border-color: rgb(120,90,255); }
td.TdClassName
{
border-color: #785AFF;
}
.TagClassName
{
border-color: #785AFF;
}
</style>